.hairline-remove-right-bottom {
  border-bottom: 0;
}
.hairline-remove-right-bottom:after {
  display: none;
}
.hairline-remove-right-bottom-bak:after {
  display: none;
}
.hairline-remove-left-top:before {
  display: none;
}
.am-result {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
  background-color: #fff;
}
.am-result:after {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  width: 100%;
  border-bottom: 1PX solid #ddd;
}
.am-result .am-result-pic {
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 auto;
  line-height: 3.75rem;
  background-size: 3.75rem 3.75rem;
}
.am-result .am-result-title,
.am-result .am-result-message {
  font-size: 1.3125rem;
  line-height: 1.5;
  color: #000;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.am-result .am-result-title {
  margin-top: 0.9375rem;
}
.am-result .am-result-message {
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
  color: #888;
}
.am-result .am-result-button {
  padding: 0 0.9375rem;
  margin-top: 0.9375rem;
}
