.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0.88rem;
  padding: 0 0.16rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 9;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}
.header .header-content {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    height: 0.44rem;
    justify-content: space-between;
}
.header .return-img {
    width: 0.12rem;
    height: 0.2rem;
}
.header .return-share {
    width: 0.2rem;
    height: 0.2rem;
}
.header .title {
    font-size: 0.18rem;
    color: #333333;
}
.header .right {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 10;
    align-items: center;
    font-size: 0;
}
.header .right .right_des {
      font-size: 0.15rem;
      margin-left: 0.16rem;
      color: #333;
}
.header .right .finished-style {
      color: #E12817;
}
.commonTip {
  color: #333;
}
.commonTip .title {
    font-size: 0.18rem;
    font-weight: bold;
    padding: 0.24rem 0 0;
    text-align: center;
}
.commonTip .stopListContent {
    font-size: 0.15rem;
    padding: 0.08rem 0.16rem 0.24rem;
    text-align: left;
}
.commonTip .stopListContent .diffStyle {
      color: #d7ae74;
}
.commonTip /deep/.van-hairline--top::after {
    border-color: #e5e5e5;
}
.riskResultBody {
  font-size: 0.18rem;
  text-align: left;
  background: #fff !important;
}
.riskResultBody .riskC1 {
    height: 1.12rem;
    background: url(../img/bg1.f6778332.png) no-repeat center;
    background-size: cover;
    padding: 0 0.3rem;
}
.riskResultBody .riskC2 {
    height: 1.12rem;
    background: url(../img/bg2.9f142d52.png) no-repeat center;
    background-size: cover;
    padding: 0 0.3rem;
}
.riskResultBody .riskC3 {
    height: 1.12rem;
    background: url(../img/bg3.ece47e0e.png) no-repeat center;
    background-size: cover;
    padding: 0 0.3rem;
}
.riskResultBody .riskC4 {
    height: 1.12rem;
    background: url(../img/bg4.bd230092.png) no-repeat center;
    background-size: cover;
    padding: 0 0.3rem;
}
.riskResultBody .riskC5 {
    height: 1.12rem;
    background: url(../img/bg5.efca9909.png) no-repeat center;
    background-size: cover;
    padding: 0 0.3rem;
}
.riskResultBody h2 {
    padding-top: 0.4rem;
    font-weight: 500;
    font-size: 0.3rem;
}
.riskResultBody h2 i {
      font-size: .18rem;
      color: #999;
}
.riskResultBody .date {
    font-size: 0.14rem;
    color: #999;
    margin-top: 0.05rem;
}
.riskResultBody .fit {
    text-align: center;
    margin-top: 0.56rem;
    color: #999;
    font-size: 0.15rem;
}
.riskResultBody .riskBodyContent {
    overflow: hidden;
    margin: 0.24rem 0.32rem;
}
.riskResultBody .riskBodyContent img {
      width: 2.99rem;
      height: 1.3rem;
      margin-bottom: 0.28rem;
}
.riskResultBody p {
    color: #D2AB50;
    font-size: 0.15rem;
    line-height: 1.5;
}
.riskResultBody button {
    border-radius: 0.2rem;
    width: 100%;
    font-size: 0.15rem;
}
.riskResultBody .nextBtn {
    background: #E12817;
    color: #fff;
    border: none;
    margin-top: 0.32rem;
}
.riskResultBody .resetBtn {
    background: #fff;
    border: 1px solid #E12817;
    color: #E12817;
    margin-top: .16rem;
}
.riskResultBody .seeResult {
    margin-top: 0.16rem;
    text-align: center;
    font-size: 0.14rem;
    display: block;
}
#container canvas {
  margin-top: 0.4rem !important;
}


/*# sourceMappingURL=88.1758895010353.css.map*/