.content[data-v-31df4950] {
  height: 6.13rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .img-close[data-v-31df4950] {
    width: .4rem;
    height: .4rem;
    position: absolute;
    right: .3rem;
    top: .3rem;
}
.content .img-result[data-v-31df4950] {
    width: 2.82rem;
    height: 1.98rem;
    margin-top: .88rem;
}
.content .div-result[data-v-31df4950] {
    margin: .24rem 0 .72rem 0;
    font-weight: 500;
    color: #303133;
    font-size: 40px;
}
.content .div-button div[data-v-31df4950] {
    width: 2.96rem;
    height: .8rem;
    line-height: .8rem;
    border: .02rem solid #D0D0D0;
    -webkit-border-radius: .4rem;
            border-radius: .4rem;
    background: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-size: .32rem;
    color: #909399;
    margin-right: .3rem;
}
.content .div-button div[data-v-31df4950]:last-child {
    -webkit-border-radius: .4rem;
            border-radius: .4rem;
    -webkit-box-shadow: 0 .08rem .24rem -.06rem #FE8B24;
            box-shadow: 0 .08rem .24rem -.06rem #FE8B24;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFA85B), to(#FF7A02));
    background: -webkit-linear-gradient(top, #FFA85B 0%, #FF7A02 100%);
    background: linear-gradient(180deg, #FFA85B 0%, #FF7A02 100%);
    margin-left: .3rem;
    font-weight: 500;
    color: white;
}

