
#order-info {
  background-color: white;
  height: calc(100vh - 86px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: auto;
}
.font-grey {
  color: #bfbfbf;
}
.hint {
  color: red;
  height: 20px;
}
#money-label {
  font-size: 14px;
  line-height: 14px;
  color: #252525;
  margin-right: 10px;
}
#money-value {
  font-size: 24px;
  line-height: 24px;
  color: #ff4f4f;
}
.pay-item {
  float: left;
  width: 200px;
  height: 56px;
  border: 1px solid #eaeaea;
  line-height: 56px;
  text-align: center;
  margin-top: 30px;
  margin-right: 40px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.pay-item-active {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #256ffc;
}
.pay-item img {
  width: 25px;
  vertical-align: middle;
  margin-right: 10px;
}
.jiaobiao {
  position: absolute;
  right: -1px;
  top: -1px;
  margin-right: 0 !important;
}
#order-info #pay-btn {
  display: block;
  clear: both;
  margin-top: 110px;
}
.myMsgBox {
  width: 500px;
  height: 215px;
  background: #ffffff;
  border-radius: 4px;
}
.myMsgBox .el-message-box__header {
  border-bottom: 1px solid #f3f3f3;
  padding: 0 20px;
}
.myMsgBox .el-message-box__title {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.myMsgBox .el-message-box__content {
  padding: 32px 40px 0 40px;
}
.myMsgBox .el-message-box__btns {
  text-align: center;
  padding-top: 0;
  margin-top: 40px;
}
.myMsgBox .el-message-box__btns .el-button {
  width: 118px;
  height: 32px;
  background: #256ffc;
  border-radius: 2px;
}
.bar {
  width: 26px;
  height: 20px;
  border-left: 4px solid #256ffc;
  font-size: 14px;
}
#order-info .el-table::before,
#order-info .el-table::after {
  width: 0;
}
#order-info .el-table__row td,
.el-table th,
.el-date-table td,
.el-date-table th {
  border-right: 1px solid #ebeef5;
}
#order-info .el-table--border,
.el-table--group {
  border: none;
  border-left: 1px solid #ebeef5;
}
.i-box {
  padding: 25px 30px 25px 0px;
  background-color: white;
  overflow: hidden;
}
.bar {
  width: 26px;
  height: 20px;
  border-left: 4px solid #256ffc;
  font-size: 14px;
}
.pay-btn {
  width: 64px;
  padding: 10px 24px 9px 24px;
  border-radius: 4px !important;
}

