.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;
}
* {
  margin: 0;
  padding: 0;
}
[c-clock] {
  display: none;
}
body,
html {
  background-color: #F9F9FF;
}
.bom-page .example-prefer-title {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bom-page .example-prefer-title .text {
  font-size: 34px;
  max-width: 690px;
}
.bom-page .example-prefer-title:after {
  display: inline-block;
  content: '';
  height: 2px;
  background: url("../images/hdi/line-bg.png") repeat-x center;
  flex: 1;
  margin-left: 50px;
}
.bom-page .example-prefer-title .title-tag {
  font-size: 12px;
  color: #353535;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
  letter-spacing: 2px;
  font-weight: normal;
}
.bom-page .banner-module {
  background: url("../images/bomOrdering/banner-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 420px;
  background-size: 100% 100%;
  margin-bottom: 150px;
}
.bom-page .banner-module .page-wrap {
  position: relative;
}
.bom-page .bom-upload-module {
  background-color: #F6F6FA;
  border-radius: 8px;
  border: 2px solid #ffffff;
  padding: 14px;
  width: 100%;
  position: absolute;
  top: 370px;
  left: 0;
  right: 0;
  margin: auto;
}
.bom-page .bom-upload-module .upload-box {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 8px;
  padding-bottom: 14px;
}
.bom-page .bom-upload-module .file-box {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px dashed #CBCBE1;
  height: 82px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.bom-page .bom-upload-module .file-box:hover {
  background-color: #fafff5;
  border: 1px dashed #5BC000;
}
.bom-page .bom-upload-module .file-box:hover .file-title {
  color: #5BC000;
}
.bom-page .bom-upload-module .file-box:hover .file-title::before {
  background: url("../images/bomOrdering/file-upload-icon-hover.png") no-repeat center;
}
.bom-page .bom-upload-module .file-box .file-title {
  font-weight: 500;
  color: #CACAE0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.bom-page .bom-upload-module .file-box .file-title::before {
  background: url("../images/bomOrdering/file-upload-icon.png") no-repeat center;
  width: 38px;
  height: 35px;
  content: '';
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.bom-page .bom-upload-module .file-box .file-guide {
  font-size: 16px;
}
.bom-page .bom-upload-module .file-box .file-format {
  font-size: 13px;
  margin-left: -6px;
}
.bom-page .bom-upload-module .file-box .input-file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.bom-page .bom-upload-module .file-box .file-delete {
  font-weight: 500;
  font-size: 14px;
  color: #A7A7CB;
  text-align: center;
}
.bom-page .bom-upload-module .file-box .del-btn {
  font-size: 15px;
  color: #001010;
  margin-left: 20px;
  cursor: pointer;
}
.bom-page .bom-upload-module .file-box .del-btn::before {
  background: url("../images/page-index/delete-files-icon.png") no-repeat center;
  width: 18px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: sub;
  margin-right: 4px;
}
.bom-page .bom-upload-module .upload-tool {
  min-height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 45px;
  margin-top: 14px;
}
.bom-page .bom-upload-module .upload-tool .file-list {
  max-width: 700px;
}
.bom-page .bom-upload-module .upload-tool .file-row:first-of-type {
  margin-bottom: 4px;
}
.bom-page .bom-upload-module .upload-tool .min-title {
  font-weight: bold;
  font-size: 16px;
  color: #001010;
}
.bom-page .bom-upload-module .upload-tool .min-title a {
  font-weight: 500;
  font-size: 13px;
  color: #FF0730;
}
.bom-page .bom-upload-module .upload-tool .min-des {
  font-size: 14px;
  color: #A7A7CB;
  margin-left: 20px;
}
.bom-page .bom-upload-module .upload-tool .file-total {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.bom-page .bom-upload-module .upload-tool .file-sets {
  font-weight: bold;
  font-size: 16px;
  color: #001010;
}
.bom-page .bom-upload-module .upload-tool .tips-hor {
  color: #FF0730;
}
.bom-page .bom-upload-module .upload-tool .input-number {
  width: 200px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #CBCBE1;
  padding: 0 17px;
  font-size: 14px;
  color: #001010;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.bom-page .bom-upload-module .upload-tool .input-number::placeholder {
  color: #CBCBE1;
}
.bom-page .bom-upload-module .upload-tool .input-number:focus {
  border: 1px solid #5BC000;
}
.bom-page .bom-upload-module .upload-tool .sub-btn {
  background-color: #5BC000;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  border-radius: 8px;
  height: 46px;
  line-height: 46px;
  padding: 0 60px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.bom-page .bom-upload-module .upload-tool .sub-btn:hover {
  background: #70d614;
  box-shadow: 0 10px 15px 0 rgba(0, 70, 54, 0.16);
}
.bom-page .core-advantage {
  padding-top: 70px;
  padding-bottom: 46px;
}
.bom-page .core-advantage .core-box {
  margin-top: 40px;
  border-radius: 16px;
}
.bom-page .core-advantage .core-box .core-list {
  width: 692px;
  height: 500px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 4px 24px 0 rgba(18, 41, 53, 0.04);
  border-radius: 16px;
  padding: 27px 32px;
}
.bom-page .core-advantage .core-box .core-img {
  width: 100%;
  height: 240px;
  border: 1px solid #5BC000;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.bom-page .core-advantage .core-box .ear-des {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  height: 44px;
  line-height: 48px;
  width: 400px;
  padding-left: 30px;
}
.bom-page .core-advantage .core-box .core-des {
  font-size: 14px;
  color: #9494AF;
  margin-top: 20px;
}
.bom-page .core-advantage .core-box .core-des dt {
  font-weight: 800;
  font-size: 24px;
  color: #001010;
  margin-bottom: 12px;
}
.bom-page .core-advantage .core-box .core-des dd {
  line-height: 20px;
  margin-bottom: 6px;
}
.bom-page .core-advantage .core-box .core-des dd:last-of-type {
  margin-bottom: unset;
}
.bom-page .core-advantage .core-box .core-des dd::before {
  background: url("../images/bomOrdering/check-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.bom-page .core-advantage .core-box .swiper-btn {
  margin-top: 36px;
  text-align: center;
  position: relative;
}
.bom-page .core-advantage .core-box .swiper-btn::before {
  background: url("../images/bomOrdering/swiper-line.png") no-repeat center;
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.bom-page .core-advantage .core-box .swiper-btn .swiper-icon {
  background: url("../images/bomOrdering/core-swiper-icon.png") no-repeat center;
  width: 60px;
  height: 60px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.bom-page .core-advantage .core-box .swiper-btn .swiper-icon:hover {
  background: url("../images/bomOrdering/core-swiper-icon-hover.png") no-repeat center;
  transform: rotate(180deg);
}
.bom-page .core-advantage .core-box .swiper-btn .right-btn {
  transform: rotate(180deg);
  margin-left: 30px;
}
.bom-page .core-advantage .core-box .swiper-btn .right-btn:hover {
  transform: rotate(0deg);
}
.bom-page .flow-module {
  background: url("../images/bomOrdering/flow-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 700px;
  padding: 74px 0;
  background-size: cover;
}
.bom-page .flow-module .common-title .link-bg {
  width: 82%;
}
.bom-page .flow-module .flow-box {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.bom-page .flow-module .flow-item {
  background: url("../images/bomOrdering/flow-item-bg.png") no-repeat center;
  width: 268px;
  height: 350px;
  padding: 33px 26px;
  box-sizing: border-box;
  position: relative;
}
.bom-page .flow-module .flow-item:hover .flow-file {
  transform: translateY(-5px);
}
.bom-page .flow-module .flow-item:first-of-type {
  background: url("../images/bomOrdering/flow-item-first-bg.png") no-repeat center;
}
.bom-page .flow-module .flow-item:last-of-type {
  background: url("../images/bomOrdering/flow-item-last-bg.png") no-repeat center;
}
.bom-page .flow-module .flow-item:last-of-type::after {
  background: none;
}
.bom-page .flow-module .flow-item::after {
  background: url("../images/bomOrdering/flow-arrow-icon.png") no-repeat center;
  width: 34px;
  height: 89px;
  position: absolute;
  right: -34px;
  top: 50%;
  z-index: 1;
  margin-top: -45px;
  content: '';
  display: block;
}
.bom-page .flow-module .flow-icon {
  display: block;
  margin: auto;
}
.bom-page .flow-module .flow-file {
  min-height: 87px;
  display: block;
  margin: 58px auto 0;
  transition: all 0.3s;
}
.bom-page .flow-module .flow-title {
  font-weight: bold;
  font-size: 18px;
  color: #001010;
  margin-top: 30px;
  text-align: center;
}
.bom-page .flow-module .des {
  font-size: 15px;
  text-align: center;
  color: #001010;
  margin-top: 10px;
  font-weight: 100;
  opacity: 0.8;
}
.bom-page .flow-module .des:before,
.bom-page .flow-module .des:after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
}
.bom-page .flow-module .des:before {
  margin-right: 8px;
  background: url("../images/bomOrdering/arrow-icon-l.png") no-repeat center;
}
.bom-page .flow-module .des:after {
  margin-left: 8px;
  background: url("../images/bomOrdering/arrow-icon-r.png") no-repeat center;
}
.bom-page .flow-module .flow-des {
  display: block;
  margin: 10px auto 0;
}
.bom-page .consult-module {
  background: url("../images/bomOrdering/consult-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 750px;
  background-size: cover;
  padding: 70px 0 20px;
}
.bom-page .consult-module .common-title .link-bg {
  width: 76%;
}
.bom-page .consult-module .consult-box {
  background: url("../images/bomOrdering/consult-box-bg.png") no-repeat center;
  width: 100%;
  height: 560px;
  margin-top: 22px;
  position: relative;
  padding-top: 80px;
}
.bom-page .consult-module .consult-box .consult-title {
  font-weight: bold;
  font-size: 24px;
  color: #303354;
  text-align: center;
}
.bom-page .consult-module .consult-box .consult-title::before {
  background: url("../images/bomOrdering/consult-title-icon.png") no-repeat center;
  width: 67px;
  height: 72px;
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-top: -4px;
}
.bom-page .consult-module .consult-box .consult-icon {
  display: block;
  margin: 20px auto 0;
}
.bom-page .case-module {
  background: url("../images/bomOrdering/case-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 707px;
  background-size: cover;
  padding-top: 66px;
}
.bom-page .case-module .common-title .title {
  position: relative;
}
.bom-page .case-module .common-title .title::after {
  background: url("../images/bomOrdering/case-mark-icon.png") no-repeat center;
  width: 200px;
  height: 48px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 64px;
}
.bom-page .case-module .common-title .link-bg {
  width: 74%;
}
.bom-page .case-module .case-box {
  position: relative;
  width: 1200px;
  margin: 50px auto 0;
}
.bom-page .case-module .case-item {
  width: 483px;
  position: absolute;
}
.bom-page .case-module .case-item:first-of-type {
  left: 0;
  right: 0;
  margin: auto;
}
.bom-page .case-module .case-item:nth-of-type(2) {
  left: 0;
  top: 210px;
}
.bom-page .case-module .case-item:nth-of-type(2) .case-des {
  padding: 23px 50px;
}
.bom-page .case-module .case-item:nth-of-type(3) {
  right: 0;
  top: 250px;
}
.bom-page .case-module .case-title {
  font-weight: bold;
  font-size: 18px;
  color: #3D7609;
  display: flex;
  align-items: center;
}
.bom-page .case-module .case-pic {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 14px;
}
.bom-page .case-module .case-des {
  padding: 30px 50px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 16px;
  margin-top: 20px;
  background: linear-gradient(-18deg, #E8E8F6 0%, #F5F5FF 100%);
  box-shadow: 0 11px 18px 0 rgba(178, 178, 200, 0.14);
  position: relative;
}
.bom-page .case-module .case-des::before {
  background: url("../images/bomOrdering/case-arrow.png") no-repeat center;
  width: 25px;
  height: 16px;
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: -16px;
}
.bom-page .case-module .case-des p {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.bom-page .case-module .case-des p:last-of-type {
  margin-bottom: unset;
}
