.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;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.certificate-page {
  width: 1080px;
  margin: 60px auto;
  border: 1px solid #E3E5E9;
  padding-bottom: 80px;
  color: #404751;
}
.certificate-page .attestation-head {
  border-bottom: 1px solid #E3E5E9;
  padding: 15px 40px;
}
.certificate-page .attestation-head .h-title {
  font-size: 32px;
}
.certificate-page .attestation-head .t-des {
  line-height: 20px;
  font-size: 12px;
  margin-top: 2px;
}
.certificate-page .certificate-body {
  padding: 40px;
}
.certificate-page .certificate-body .certificate-mask {
  position: relative;
}
.certificate-page .certificate-body .certificate-mask:hover .button-prev,
.certificate-page .certificate-body .certificate-mask:hover .button-next {
  background-color: rgba(0, 0, 0, 0.2);
}
.certificate-page .certificate-body .certificate-mask .button-prev,
.certificate-page .certificate-body .certificate-mask .button-next {
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAZCAYAAADXPsWXAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEaADAAQAAAABAAAAGQAAAAC+49jAAAAA6klEQVQ4EWNgGAUUhYCDgwMPNgOYsAliEzMyMmr49OnTGWNjY0l0eaIMARnw////eiBW//fv3zJ0Q1jQBdD5MANA4oyMjM+ZmJgy0NUwogsg87EY4HjmzJmbyGpAbJyGEGsATkNIMQCrIaQagGEIMPqKgaHfA5IAgi/MzMwm2MIAIo0gUaIYGPpbQDEAleYBGhiJUIqbxYws9ezZs7fS0tJbgGLBQMwLxA5SUlKMz58/PwBk4wQohoBUkWMQhiHkGITVEFINwmkIKQahxA5IIzoARTEwvzgixRq6EuL5JiYm6qB0RLyOka0SAOhYfPy229vpAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 60px;
  z-index: 3;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.certificate-page .certificate-body .certificate-mask .button-prev {
  left: -34px;
}
.certificate-page .certificate-body .certificate-mask .button-next {
  right: -34px;
  transform: rotate(180deg);
}
.certificate-page .certificate-body .swiper-container {
  border-bottom: 1px solid #8D97A5;
}
.certificate-page .certificate-body .certificate-nav {
  font-size: 0;
}
.certificate-page .certificate-body .certificate-nav dd {
  padding: 10px 0;
  display: inline-block;
  width: 20%;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.certificate-page .certificate-body .certificate-nav dd .picture {
  margin-bottom: 10px;
}
.certificate-page .certificate-body .certificate-nav dd .picture img {
  transition: all 0.3s;
}
.certificate-page .certificate-body .certificate-nav dd:after {
  display: block;
  content: '';
  width: 0;
  height: 4px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.36s ease-in-out;
}
.certificate-page .certificate-body .certificate-nav dd:hover .picture img {
  transform: scale(1.02);
}
.certificate-page .certificate-body .certificate-nav dd.active .params {
  color: #158F3B;
}
.certificate-page .certificate-body .certificate-nav dd.active:after {
  width: 80%;
  background: #158F3B;
}
.certificate-page .certificate-body .certificate-nav .picture {
  width: 60px;
  height: 60px;
}
.certificate-page .certificate-body .certificate-nav .params {
  font-weight: bold;
}
.certificate-page .certificate-body .certificate-info {
  padding: 26px 0;
  margin-top: 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #158F3B;
}
.certificate-page .certificate-body .certificate-info .name-info {
  margin-left: 18px;
}
.certificate-page .certificate-body .certificate-info .jump-view {
  text-decoration: underline;
  margin-top: 4px;
}
.certificate-page .certificate-body .the-view-picture {
  display: flex;
  justify-content: center;
  min-height: 500px;
}
.certificate-page .certificate-body .the-view-picture .view-pic {
  display: none;
}
.certificate-page .certificate-body .the-view-picture .view-pic:first-child {
  display: block;
}
/*# sourceMappingURL=certificate.css.map */