.render {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  background: #f8f8f8;
  height: 800px;
}
.render .container {
  margin-top: 33px;
  background: #fff;
  width: 1108px;
  height: 658px;
  padding: 32px 47px;
}
.title {
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 33px;
}
.tips {
  font-size: 13px;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #ff960e;
  line-height: 10px;
  cursor: pointer;
  margin-top: 17px;
}
.img-tips {
  margin-top: 44px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.img-tips-image {
  width: 18px;
  height: 18px;
}
.img-tips-span {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #666;
  line-height: 18px;
  margin-left: 5px;
}
.getoff {
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666;
  line-height: 17px;
  margin-top: 7px;
}
.result {
  margin-top: 42px;
  width: 520px;
  margin-left: 294px;
}
.btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
}
.btn {
  width: 210px;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.btn1 {
  background: #ff960e;
  color: #ffffff;
}
.btn2 {
  border: 1px solid #ff960e;
  color: #ff960e;
  margin-left: 20px;
}