body {
  background-color: #F5F6F7;
  margin: 0 auto;
  width: 100%;
}

p,
div {
  margin: 0;
}

.main-container {
  margin-left: 20px;
}

.order-empty {
  text-align: left;
  margin-top: 10px;
  display: none;
  font-size: 24px;
}

.order-container {
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.order-item {
  position: relative;
}

.order-id {
  display: none;
}

.order-user-head img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 20px;
}

.order-user {
  position: absolute;
  top: 10px;
  left: 160px;
}

.order-user p {
  line-height: 130%;
}

.order-time {
  position: absolute;
  left: 160px;
  top: 55px;
}

.btn-order-reply {
  position: absolute;
  left: 160px;
  top: 80px;
  color: green;
  font-size: 24px;
  cursor: pointer;
  width: 120px;
}

.div-line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-logout {
  font-size: 24px;
  width: 150px;
  background: #4fa8f9;
  text-align: center;
  padding: 4px;
  border-radius: 6px;
  margin-top: 10px;
  cursor: pointer;
}

.alert-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #000;
  opacity: 0.3;
  left: 0;
  top: 0
}

.alert-dialog {
  text-align: center;
  position: fixed;
  width: 90%;
  margin-left: 5%;
  left: 0;
  top: 30%;
  z-index: 30;
  background-color: #fff;
  color: #000;
  border-radius: 3px;
}

.alert-dialog p {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
}

.alert-msg {
  padding-top: 10px;
}

.alert-confirm {
  border-top: 1px solid #DDD;
}
