.page {
  margin: 0 auto;
  overflow: hidden;
  width: 460px;
  height: auto;
  z-index: 9999; }
  .page .title {
    display: block;
    position: absolute;
    top: -26px;
    left: -1px;
    width: 100px;
    height: 26px;
    line-height: 26px;
    background-color: #7b838a;
    color: #fff;
    text-align: center; }

.orderinfo-main {
  padding: 12px 20px; }
  .orderinfo-main i {
    display: block;
    float: left;
    font-size: 7em;
    color: #ff7a00; }

.orderinfo ul {
  float: left; }
.orderinfo li {
  height: 26px;
  line-height: 26px;
  padding-left: 40px; }
  .orderinfo li span {
    color: #ff7a00;
    font-weight: 700; }

.userinfo ul {
  padding: 12px 0; }
.userinfo li {
  height: 26px;
  line-height: 26px;
  padding-left: 20px;
  background: url("../images/yuan.png") no-repeat 7px 50%; }

.orderinfo, .userinfo {
  width: 380px;
  height: auto;
  border: 1px solid #e0e0e0;
  margin: 50px auto 0 auto;
  position: relative; }

.submit {
  width: 460px;
  text-align: center;
  margin-top: 33px;
  margin-bottom: 33px; }
  .submit button {
    width: 118px;
    height: 43px;
    border: none;
    background-color: #ff7a00;
    color: #fff;
    margin: 0 6px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.2em; }
    .submit button.rechoose {
      background-color: #636a6f; }
    .submit button.pay {
      background-color: #ff9533; }

/*# sourceMappingURL=orderpage.css.map */
