.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.diy-focus:focus {
  border-color: #F5F6F6;
}
.diy-focus:active {
  border-color: #F5F6F6;
}
.stencil-page {
  background: #F8F8F8;
}
.stencil-page .banner-box {
    height: 520px;
    background: url("/img/images/stencil-page/banner-bg.png") no-repeat center #f4faf8;
    overflow: hidden;
    padding-left: 50px;
}
.stencil-page .banner-box a {
    display: block;
}
.stencil-page .banner-box h2 {
  font-weight: 600;
  font-size: 75px;
  color: #404751;
  margin-top: 90px;
}
.stencil-page .banner-box strong {
  font-weight: bold;
}
.stencil-page .banner-box .des {
  font-weight: 400;
  font-size: 29px;
  color: #404751;
  margin-top: 20px;
}
.stencil-page .banner-box .btn {
  height: 50px;
  line-height: 50px;
  background: #00863E;
  border-radius: 26px;
  color: #fff;
  padding: 0 32px;
  font-size: 22px;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.stencil-page .banner-box .btn:hover {
  background: #08783C;
}
.stencil-page h3 {
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #404751;
}
.stencil-page .production-view .page-wrap {
  padding-bottom: 84px;
  position: relative;
  padding-top: 162px;
}
.stencil-page .production-view .advantage-el {
  background: #ffffff;
  border-radius: 6px;
  padding: 48px 56px;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.stencil-page .production-view .advantage-el .el {
  display: flex;
  align-items: center;
  cursor: default;
}
.stencil-page .production-view .advantage-el .el:hover .el-icon {
  transform: scale(1.1);
}
.stencil-page .production-view .advantage-el .el:hover h6 {
  color: #00863E;
}
.stencil-page .production-view .advantage-el .el-icon {
  flex-shrink: 0;
  margin-right: 34px;
  transition: all 0.3s ease-in-out;
}
.stencil-page .production-view .advantage-el .el-info {
  width: 176px;
}
.stencil-page .production-view .advantage-el .title {
  font-weight: 600;
  font-size: 18px;
  color: #404751;
}
.stencil-page .production-view .advantage-el .des {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #404751;
  line-height: 1.5;
}
.stencil-page .production-view .product-type {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.stencil-page .production-view .product-type .item {
  background: #ffffff;
  border-radius: 6px;
  padding: 34px 44px;
  text-align: center;
  max-width: 340px;
  transition: all 0.3s ease-in-out;
}
.stencil-page .production-view .product-type .item:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
}
.stencil-page .production-view .product-type .item:hover .name {
  color: #00863E;
}
.stencil-page .production-view .product-type .name {
  font-weight: 600;
  font-size: 18px;
  color: #404751;
}
.stencil-page .production-view .product-type .des {
  font-size: 16px;
  color: #404751;
  text-align: center;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 14px;
}
.stencil-page .production-view .product-type .img-el {
  margin-top: 29px;
}
.stencil-page .recommend-box {
  position: relative;
  background: url("/img/images/stencil-page/recommend-l-bg.png") no-repeat center;
  z-index: 1;
  background-size: cover;
  color: #fff;
  height: 484px;
}
.stencil-page .recommend-box .info-box {
  display: flex;
}
.stencil-page .recommend-box .info-l {
  padding: 72px 0 72px 20px;
  width: 700px;
}
.stencil-page .recommend-box .info-l .title {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
}
.stencil-page .recommend-box .example-info {
  display: flex;
  margin-top: 38px;
}
.stencil-page .recommend-box .info-text {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stencil-page .recommend-box .info-text dd {
  margin-top: 26px;
  position: relative;
  padding-left: 28px;
}
.stencil-page .recommend-box .info-text dd:first-child {
  margin-top: 0;
}
.stencil-page .recommend-box .info-text dd:before {
  display: block;
  content: '';
  background: url("/img/images/stencil-page/check-icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
.stencil-page .recommend-box .info-r {
  padding: 70px 0 0 80px;
}
.stencil-page .recommend-box .info-r .title {
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
}
.stencil-page .recommend-box .hot-labels {
  display: flex;
  margin-top: 38px;
  justify-content: right;
  margin-bottom: 30px;
}
.stencil-page .recommend-box .hot-labels dd {
  padding: 0 20px;
  height: 46px;
  min-width: 106px;
  line-height: 46px;
  text-align: center;
  border-radius: 6px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin-left: 14px;
}
.stencil-page .recommend-box .hot-labels dd:first-child {
  margin-left: 0;
}
.stencil-page .craft-view {
  background: #ffffff;
  overflow: hidden;
}
.stencil-page .craft-view h3 {
  margin-top: 100px;
}
.stencil-page .craft-view .el-imgs {
  display: flex;
  padding-top: 104px;
}
.stencil-page .craft-view .craft-img {
  background: url("/img/images/stencil-page/craft-bg.png") no-repeat center;
  height: 563px;
  margin-top: 100px;
}
.stencil-page .craft-view .craft-img .pic-el {
  margin-left: 12px;
  width: 459px;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.stencil-page .craft-view .craft-img .pic-el img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
.stencil-page .craft-view .craft-img .pic-el img:hover {
  transform: scale(1.05);
}
.stencil-page .craft-view .craft-img .pic-el:first-child {
  margin-left: 0;
}
.stencil-page .craft-params {
  padding: 90px 0;
}
.stencil-page .craft-params .params-tabs {
  display: flex;
  align-items: center;
}
.stencil-page .craft-params .params-tabs dd {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  height: 52px;
  display: flex;
  background: #00863E;
  border-radius: 6px 6px 0px 0px;
  align-items: center;
  padding-left: 42px;
}
.stencil-page .craft-params .params-tabs dd:first-child {
  width: 563px;
  margin-right: 2px;
}
.stencil-page .craft-params .params-tabs dd:last-child {
  flex: 1;
}
.stencil-page .craft-params .params-tables {
  border-collapse: collapse;
  width: 100%;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}
.stencil-page .craft-params .params-tables tr:last-child td {
  border-bottom: 0;
}
.stencil-page .craft-params .params-tables td {
  border: 1px solid #E3E5E9;
  padding: 4px 0 4px 42px;
  font-size: 14px;
  height: 45px;
  background: #ffffff;
}
.stencil-page .craft-params .params-tables td:first-child {
  border-left: 0;
}
.stencil-page .craft-params .params-tables td:last-child {
  border-right: 0;
}
