#mypop .order-pop {
  --order-main-tab-height: 47px;
  --order-filter-gap: 16px;
  --order-filter-height: 34px;
  --order-list-top-gap: 24px;
  --order-pages-height: 22px;
  --order-pages-gap: 10px;
  --order-tips-height: 178px;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "fz", "Microsoft YaHei", sans-serif;
  color: #7a4d21;
  padding-top: 50px;
  box-sizing: border-box;
}

#mypop .order-main-tabs {
  display: flex;
  width: 362px;
  margin: 0 auto;
}

#mypop .order-main-tab {
  width: 181px;
  height: var(--order-main-tab-height);
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #bc8642;
  border: 2px solid #b57b3c;
  background: rgba(245, 224, 180, 0.22);
  box-sizing: border-box;
}

#mypop .order-main-tab.active {
  color: #fff8de;
  background: linear-gradient(180deg, #b57739 0%, #9d5f25 100%);
}

#mypop .order-filter-tabs {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: var(--order-filter-gap);
}

#mypop .order-filter-tab {
  width: 104px;
  height: var(--order-filter-height);
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #a96f2d;
  border: 2px solid #bb823f;
  border-radius: 18px;
  background: rgba(255, 241, 208, 0.4);
  box-sizing: border-box;
}

#mypop .order-filter-tab.active {
  color: #fff4dc;
  background: linear-gradient(180deg, #b6793a 0%, #96581f 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

#mypop .order-list-wrap {
  width: 560px;
  height: 410px;
  margin: var(--order-list-top-gap) auto 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
}

#mypop .order-empty {
  padding-top: 120px;
  text-align: center;
  font-size: 16px;
  color: #8b5e2c;
}

#mypop .order-card {
  border: 1px solid #aa7440;
  border-bottom: 0;
  background: rgba(249, 231, 191, 0.46);
}

#mypop .order-card + .order-card {
  margin-top: 9px;
}

#mypop .order-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  padding: 0 16px;
  color: #fff0d1;
  font-size: 16px;
  font-weight: bold;
  background: #bb8a4e;
}

#mypop .order-card-grid {
  display: grid;
  grid-template-columns: 232px 185px 131px;
  grid-template-rows: 52px 42px;
}

#mypop .order-item-name,
#mypop .order-item-status,
#mypop .order-claimed-info,
#mypop .order-expired-info,
#mypop .order-target-info,
#mypop .order-side-merged {
  border-right: 1px solid #b98b59;
  border-bottom: 1px solid #b98b59;
  box-sizing: border-box;
}

#mypop .order-side-merged {
  border-right: 0;
}

#mypop .order-item-name {
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #7a4d21;
}

#mypop .order-item-status {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #e11414;
  line-height: 1.1;
  text-align: center;
}

#mypop .order-item-status strong {
  font-size: 16px;
}

#mypop .order-status-claimed {
  color: #ef1f1f;
  font-size: 16px;
}

#mypop .order-btn,
.order-btn-common,
.pop-btn-area a {
  display: inline-block;
  width: 92px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #8b4c00;
  border-radius: 16px;
  border: 1px solid #ffcf2c;
  box-shadow: 0 2px 0 #d97f09;
  background: linear-gradient(180deg, #fff83b 0%, #ffd700 100%);
  text-indent: 0;
}

#mypop .order-btn-orange {
  color: #9a4f00;
  border-color: #ffb72a;
  background: linear-gradient(180deg, #ffc650 0%, #ff8c00 100%);
}

.pop-btn-area-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.pop-btn-area a {
  margin: 0 8px;
}

.pop-btn-area a.order-btn-common {
  margin: 0;
}

#mypop .order-expired-text {
  font-size: 16px;
  font-weight: bold;
  color: #8d6132;
}

#mypop .order-target-info,
#mypop .order-claimed-info,
#mypop .order-expired-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #7a5432;
}

#mypop .order-foot-main {
  grid-column: 1 / span 2;
  font-size: 14px;
}

#mypop .order-expired-info {
  color: #7a5432;
}

#mypop .order-target-label {
  min-width: 56px;
  text-align: right;
}

#mypop .order-target-select-wrap {
  position: relative;
  min-width: 115px;
  height: 30px;
  border: 1px solid #ab743c;
  background: rgba(255, 245, 222, 0.75);
  box-sizing: border-box;
}

#mypop .order-target-select-wrap::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 9px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #9f6b32;
}

#mypop .order-target-select {
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding: 0 28px 0 10px;
  border: 0;
  background: transparent;
  color: #7a5432;
  font-size: 16px;
  font-weight: bold;
  font-family: "fz", "Microsoft YaHei", sans-serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

#mypop .order-target-select::-ms-expand {
  display: none;
}

#mypop .order-side-merged {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 3;
  grid-row: 1 / span 2;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#mypop .order-side-expired {
  grid-row: 1;
}

#mypop .order-side-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  box-sizing: border-box;
  text-align: center;
}

#mypop .order-side-claimed {
  color: #e11414;
}

#mypop .order-side-expired {
  color: #8d6132;
}

#mypop .order-pages {
  width: 518px;
  min-height: var(--order-pages-height);
  margin: var(--order-pages-gap) auto 0;
  bottom: 243px;
  /* left: 90px; */
  width: 100%;
}

#mypop .order-pop-tips {
  position: absolute;
  bottom: 47px;
  left: 70px;
  width: 567px;
  height: var(--order-tips-height);
  margin: 10px auto 0;
  color: #531900;
  font-size: 16px;
  line-height: 1.35;
}

#mypop .order-pop-tips p {
  margin: 0 0 2px;
}

#mypop .order-pop-tips p:last-child {
  margin-bottom: 0;
}
