.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;
  box-sizing: border-box;
}
[c-clock] {
  display: none;
}
.uv-page {
  background: #F9F9FF;
}
.uv-page .banner-module {
  background: url("../images/uvColorPrinting/banner-bg.png") no-repeat center;
  width: 100%;
  height: 420px;
  min-width: 1400px;
  box-sizing: border-box;
  background-size: cover;
}
.uv-page .banner-module a {
  padding-top: 56px;
  width: 100%;
  height: 100%;
}
.uv-page .banner-module .banner-title {
  background: url("../images/uvColorPrinting/banner-title.png") no-repeat center;
  width: 916px;
  height: 265px;
}
.uv-page .banner-module .banner-btn {
  background: url("../images/uvColorPrinting/banner-btn.png") no-repeat center;
  width: 225px;
  height: 82px;
  margin-left: 690px;
}
.uv-page .common-board .common-title {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.uv-page .common-board .common-title .title-contains {
  display: flex;
  align-items: center;
}
.uv-page .common-board .common-title .title-contains .title {
  font-weight: 800;
  font-size: 34px;
  color: #001010;
  margin-right: 20px;
}
.uv-page .common-board .common-title .title-contains .jump-pricing {
  width: 105px;
  min-width: 105px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  font-size: 16px;
  color: #F3F3F6;
  background-color: #5BC000;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s;
}
.uv-page .common-board .common-title .title-contains .jump-pricing:hover {
  background: #70d614;
  box-shadow: 0 10px 15px 0 rgba(0, 70, 54, 0.16);
}
.uv-page .common-board .common-title .link-bg {
  background: url("../images/smtAssembly/line-bg.png");
  width: 66%;
  height: 2px;
  content: '';
  display: block;
}
.uv-page .common-board .common-des {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  margin-top: 6px;
  letter-spacing: 2px;
}
.uv-page .way-uv-module {
  background: url("../images/uvColorPrinting/way-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 850px;
  background-size: cover;
  padding-top: 74px;
}
.uv-page .way-uv-module .way-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.uv-page .way-uv-module .way-uv-item {
  background: url("../images/uvColorPrinting/way-item-bg.png") no-repeat center;
  width: 692px;
  height: 260px;
  margin-top: 26px;
  display: flex;
  padding: 24px 130px 0 26px;
  box-sizing: border-box;
}
.uv-page .way-uv-module .way-uv-item:hover .uv-pic {
  transform: translateY(-10px);
}
.uv-page .way-uv-module .way-uv-item .uv-pic {
  width: 240px;
  min-width: 240px;
  height: 220px;
  border-radius: 32px 8px 32px 32px;
  box-shadow: 0 7px 11px 0 rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease-in-out;
}
.uv-page .way-uv-module .way-uv-item .uv-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uv-page .way-uv-module .way-uv-item dl {
  margin-top: 32px;
  margin-left: 40px;
}
.uv-page .way-uv-module .way-uv-item dt {
  font-weight: 800;
  font-size: 24px;
  color: #001010;
  margin-bottom: 16px;
}
.uv-page .way-uv-module .way-uv-item dd {
  font-size: 15px;
  color: #9494AF;
  line-height: 22px;
}
.uv-page .user-notice {
  position: relative;
  padding-top: 76px;
  padding-bottom: 155px;
  margin-bottom: 40px;
}
.uv-page .user-notice .common-board {
  width: 1400px;
  margin: auto;
}
.uv-page .user-notice .common-board .common-title .link-bg {
  width: 86%;
}
.uv-page .user-notice .user-box {
  background: url("../images/uvColorPrinting/user-bg.jpg") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 283px;
  background-size: cover;
  margin-top: 178px;
}
.uv-page .user-notice .page-wrap {
  padding-top: 100px;
  padding-left: 110px;
  display: flex;
  justify-content: space-between;
}
.uv-page .user-notice .notice-des {
  color: #ffffff;
}
.uv-page .user-notice .notice-des dt {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 10px;
}
.uv-page .user-notice .notice-des dt::before {
  background: url("../images/uvColorPrinting/user-icon1.png") no-repeat center;
  width: 50px;
  height: 50px;
  content: '';
  display: block;
}
.uv-page .user-notice .notice-des dd {
  font-size: 15px;
  line-height: 26px;
}
.uv-page .user-notice .user-rules {
  background: url("../images/uvColorPrinting/user-car-bg.png") no-repeat center;
  width: 1023px;
  height: 455px;
  margin-top: -170px;
  padding: 70px 270px 100px 280px;
}
.uv-page .user-notice .user-rules dl {
  color: #fff;
}
.uv-page .user-notice .user-rules dt {
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 26px;
}
.uv-page .user-notice .user-rules dt::before {
  background: url("../images/uvColorPrinting/user-icon2.png") no-repeat center;
  width: 60px;
  height: 61px;
  content: '';
  display: block;
  margin-bottom: 6px;
}
.uv-page .user-notice .user-rules dd {
  font-size: 15px;
  line-height: 26px;
}
.uv-page .look-box {
  margin-top: 40px;
  background: url("../images/uvColorPrinting/look-bg.png") no-repeat center;
  width: 100%;
  height: 540px;
  background-size: cover;
  margin-bottom: 62px;
  position: relative;
}
.uv-page .look-box .look-item {
  background-position: center;
  background-repeat: no-repeat;
  width: 256px;
  height: 450px;
  position: absolute;
  top: 40px;
}
.uv-page .look-box .look-item:first-of-type {
  left: 378px;
}
.uv-page .look-box .look-item:nth-of-type(2) {
  left: 600px;
}
.uv-page .look-box .look-item:nth-of-type(3) {
  right: 321px;
}
.uv-page .look-box .look-item:last-of-type {
  right: 98px;
}
.uv-page .look-box .des-title {
  color: #ffffff;
  position: absolute;
  left: 26px;
  top: 396px;
}
.uv-page .look-box .des-title .title {
  font-weight: bold;
  font-size: 16px;
}
.uv-page .look-box .des-title .des {
  font-size: 14px;
  font-weight: 500;
  margin-left: -8px;
}
.uv-page .matter-module .matter-top {
  background: url("../images/uvColorPrinting/matter-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 200px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.uv-page .matter-module .matter-top .common-board {
  width: 1400px;
  margin: auto;
}
.uv-page .matter-module .matter-top .common-board .title-contains .title {
  color: #ffffff;
}
.uv-page .matter-module .matter-top .common-board .common-title .link-bg {
  width: 84%;
}
.uv-page .matter-module .matter-top .common-board .common-des {
  color: #ffffff;
}
.uv-page .matter-module .matter-rules {
  width: 1400px;
  margin: 70px auto 106px;
}
.uv-page .matter-module .matter-rules .rule-item {
  margin-top: 22px;
}
.uv-page .matter-module .matter-rules .rule-item:first-of-type {
  margin-top: unset;
}
.uv-page .matter-module .matter-rules .rule-title {
  font-weight: bold;
  font-size: 20px;
  color: #353535;
}
.uv-page .matter-module .matter-rules .rule-des {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  padding: 23px 40px;
  background-color: #5BC000;
  border-radius: 8px;
  position: relative;
  margin-top: 30px;
}
.uv-page .matter-module .matter-rules .rule-des::before {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 22px solid #5BC000;
  content: '';
  position: absolute;
  left: 28px;
  top: -22px;
}
.uv-page .open-module {
  background: url("../images/uvColorPrinting/open-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 350px;
  background-size: cover;
  padding-top: 100px;
}
.uv-page .open-module .title {
  background: url("../images/uvColorPrinting/open-title.png") no-repeat center;
  width: 874px;
  height: 103px;
  margin: auto;
}
.uv-page .open-module .open-btn {
  background: url("../images/uvColorPrinting/open-btn.png") no-repeat center;
  width: 292px;
  height: 84px;
  display: block;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.uv-page .open-module .open-btn:hover {
  background: url("../images/uvColorPrinting/open-btn-hover.png") no-repeat center;
}
/*# sourceMappingURL=uvColorPrinting.css.map */