.msg_header {
  position: sticky;
  top: 0;
}
.aui-step-one {
  display: flex;
  list-style: none;
  background: #f3f3f3;
  border-radius: 5px;
  margin: 20px 0;
  overflow: hidden;
}
.aui-step-one .aui-step-one-item {
  cursor: pointer;
  width: calc(100% / 3 - 30px);
  flex: 1;
  position: relative;
  text-align: center;
  color: #333333;
  font-size: 13px;
  padding: 5px 0;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.aui-step-one .aui-step-one-item .t {
  font-size: 12px;
  color: #999;
}
.aui-step-one .aui-step-one-item:not(:last-child):before {
  content: " ";
  display: inline-block;
  height: 60px;
  width: 60px;
  border-width: 5px 5px 0 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 7%;
  margin-top: 0;
  right: -25px;
  z-index: 2;
}
.aui-step-one .aui-step-one-item span {
  display: block;
  padding: 2px 0;
}
.aui-step-one .aui-step-one-item span:nth-child(2) {
  color: #666666;
}
.aui-step-one .aui-step-one-item-color {
  background: #d4eeff;
  color: #52b2ee;
  position: relative;
  display: block;
  border-radius: 0 5px 5px 0;
}
.aui-step-one .aui-step-one-item-color:before {
  background: #d4eeff;
}
.aui-step-one .aui-step-one-item-color:nth-child(2):after,
.aui-step-one .aui-step-one-item-color:nth-child(3):after {
  content: " ";
  display: inline-block;
  height: 60px;
  width: 60px;
  border-width: 5px 5px 0 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 7%;
  margin-top: 0;
  left: -20px;
  z-index: 2;
}
.reason {
  background: #f6f6f6;
  color: #444;
  padding: 8px 15px;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #eee;
}
.reason .reason-title {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.reason .reason-title span:nth-child(1) {
  width: 600px;
}
.reason .reason-title .t {
  color: #999;
  font-size: 12px;
}
.hislist {
  margin-bottom: 15px;
}
.hislist.cur .time,
.hislist.cur .msg {
  color: #1f77e7;
}
.hislist:last-child {
  margin: 0;
}
.hislist .time {
  font-weight: bold;
  color: #333;
}
.hislist .msg {
  margin: 5px 0;
  font-size: 14px;
  color: #666;
}
.tips_t {
  color: red;
  font-size: 13px;
  margin: 20px 0 0 0;
}
.historylist {
  border-top: 1px solid #ddd;
  display: flex;
}
.historylist > div {
  width: 30%;
}
.extensionEndTime {
  height: 24px;
  background: #4197e0;
  line-height: 22px;
  font-size: 12px;
  margin-left: 15px;
}
.extensionEndTime .iconfont {
  color: #fff;
  font-size: 12px;
  margin-right: 3px;
}
.yanqitext {
  width: 600px;
  border-color: #ddd;
  padding: 10px;
}
.yanqi_input {
  border-color: #ddd;
  width: 400px;
}
.list-content {
  color: #999;
  font-size: 14px;
}
.list-content .address {
  display: flex;
  align-items: center;
}
.list-content .iconfont {
  margin-right: 3px;
}
.zhuanjiaoBox .loading {
  background: #eee;
}
/*# sourceMappingURL=newTemplate.css.map */