.main {
  /* height: calc(100vh - 132px); */
  /* _height: expression(eval(document.body.offsetHeight- 132px)); */
  height: auto;
  _padding-bottom: 20px;
  /* *zoom: 1; */
}

.main-body {
  /* height: 100%; */
  /* height: auto; */
  position: relative;
}

.success-icon {
  margin-top: 60px;
  width: 73px;
  height: 80px;
}

.vimg-success {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.img {
  width: 73px;
  margin: 0 auto;
}

.tips,
.pay,
.orderNo,
.tips2 {
  text-align: center;
}

.tips {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-top: 30px;
}

.pay,
.orderNo {
  font-size: 14px;
  color: #333333;
}

.pay {
  margin-top: 30px;
}

.tips2 {
  margin-top: 60px;
  font-size: 12px;
  color: #9F9F9F;
}

.payment {
  color: #FE8209;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.return {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 400px;
  /* ie8,9 */
  margin-bottom: 400px\9;
  /* ie9 */
  /* margin-bottom: 380px\0/IE9; */
  /* ie6,7 */
  *margin-bottom: 400px;
  /* ie6 */
  _margin-bottom: 200px;
}

.returnBtn {
  width: 320px;
  height: 50px;
  background: rgb(2, 179, 227);
  border-radius: 4px;
  border: none;
  font-size: 20px;
  color: #fff;
}