.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;
}
.smt-module {
  background: url("/zhuanti/2024/smt-freeorder/images/smt-bg.png") no-repeat center;
  height: 2712px;
  min-width: 1400px;
  background-size: 100% 100%;
}
.smt-module .banner-title {
  background: url('/zhuanti/2024/smt-freeorder/images/banner-title.png?v=20241009') no-repeat center;
  width: 1098px;
  height: 590px;
  margin: auto;
  animation: slideDown 1s ease-in-out forwards;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.smt-module .upgrade-module {
  background: url("/zhuanti/2024/smt-freeorder/images/one-box-bg.png") no-repeat center;
  width: 1250px;
  height: 1116px;
  padding: 214px 46px 50px;
  box-sizing: border-box;
  margin: auto;
}
.smt-module .upgrade-module .mark-title {
  font-size: 26px;
  letter-spacing: 1px;
  color: #a83800;
  text-align: center;
  margin-top: 42px;
}
.smt-module .upgrade-module .title {
  font-size: 32px;
  color: #a83800;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}
.smt-module .upgrade-module .order-box {
  margin-top: 30px;
}
.smt-module .upgrade-module .order-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.smt-module .upgrade-module .order-box .order-l {
  background: url("/zhuanti/2024/smt-freeorder/images/order-mill-1-box.png") no-repeat center;
  width: 759px;
  height: 533px;
  float: left;
  padding: 82px 100px 50px 122px;
  box-sizing: border-box;
}
.smt-module .upgrade-module .order-box .order-l dt {
  font-size: 36px;
  font-weight: bold;
  color: #f08017;
}
.smt-module .upgrade-module .order-box .order-l dd {
  font-size: 28px;
  font-weight: bold;
  color: #a85200;
  display: flex;
  align-items: center;
}
.smt-module .upgrade-module .order-box .order-l dd:nth-child(2) {
  padding-top: 42px;
}
.smt-module .upgrade-module .order-box .order-l dd:nth-child(3) {
  padding-top: 50px;
}
.smt-module .upgrade-module .order-box .order-l dd:nth-child(4) {
  padding-top: 58px;
}
.smt-module .upgrade-module .order-box .order-l dd::before {
  background: url("/zhuanti/2024/smt-freeorder/images/check-icon.png") no-repeat center;
  min-width: 40px;
  height: 38px;
  content: '';
  display: inline-block;
  margin-right: 24px;
}
.smt-module .upgrade-module .order-box .order-r {
  background: url("/zhuanti/2024/smt-freeorder/images/order-mill-2-box.png") no-repeat center;
  width: 379px;
  height: 533px;
  float: right;
  padding: 146px 104px 70px 86px;
  box-sizing: border-box;
}
.smt-module .upgrade-module .order-box .order-r dt {
  font-size: 32px;
  font-weight: bold;
  color: #f08017;
  line-height: 48px;
}
.smt-module .upgrade-module .order-box .order-r dd {
  font-size: 18px;
  color: #a85200;
  padding-top: 78px;
}
.smt-module .upgrade-module .order-jump {
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smt-module .upgrade-module .order-jump::before {
  background: url("/zhuanti/2024/smt-freeorder/images/line-l-icon.png") no-repeat center;
  width: 281px;
  height: 45px;
  display: inline-block;
  content: '';
  margin-right: 16px;
}
.smt-module .upgrade-module .order-jump::after {
  background: url("/zhuanti/2024/smt-freeorder/images/line-r-icon.png") no-repeat center;
  width: 279px;
  height: 45px;
  display: inline-block;
  content: '';
  margin-left: 16px;
}
.smt-module .upgrade-module .order-jump a {
  background: url("/zhuanti/2024/smt-freeorder/images/order-btn-icon.png") no-repeat center;
  min-width: 355px;
  height: 107px;
  display: inline-block;
  transition: all 0.3s;
}
.smt-module .upgrade-module .order-jump a:hover {
  transform: scale(1.05);
  background: url("/zhuanti/2024/smt-freeorder/images/order-btn-icon-hover.png") no-repeat center;
}
.smt-module .rules-module {
  background: url("/zhuanti/2024/smt-freeorder/images/two-box-bg.png") no-repeat center;
  width: 1250px;
  height: 743px;
  margin: 90px auto 0;
  padding: 264px 46px 46px 108px;
  box-sizing: border-box;
}
.smt-module .rules-module dt {
  font-size: 24px;
  font-weight: bold;
  color: #f61f05;
}
.smt-module .rules-module dd {
  font-size: 20px;
  color: #a85200;
  line-height: 43px;
}
.smt-module .rules-module dd .flag {
  color: #f7290c;
}
.smt-module .state-des {
  text-align: center;
  font-size: 18px;
  color: #1b263c;
  margin-top: 42px;
}
.smt-module .state-des::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  content: '';
  background-color: #1b263c;
  margin-right: 8px;
  vertical-align: middle;
}
/*# sourceMappingURL=smt.css.map */