.return {
  position: absolute;
  top: 2.6rem;
  left: 0;
}

.page-bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #09499d;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
}
.logo {
  position: absolute;
  top: 1rem;
  left: 0;
}
.pages {
  position: relative;
  /* display: none; */
}
.time-num {
  color: #fff;
  font-size: 1rem;
  position: absolute;
  top: 2.5rem;
  left: 5.2rem;
  letter-spacing: 0.9rem;
}
.btn-all {
  width: 13.6rem;
  height: 13.9rem;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.page-text {
  position: absolute;
  bottom: 2.2rem;
  left: 0.8rem;
}

.sort {
  width: 100%;
  height: 1.85rem;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}
/* 我的 */
.me {
  width: 12.05rem;
  height: 5.075rem;
  margin-top: 2rem;
  display: none;
}
.i-me {
  float: left;
}
.i-age {
  float: right;
}

/* 报名信息 */
.goods-all {
  display: none;
}
.goods {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}
.goods-text {
  margin-top: 1rem;
}
.goods-btn {
  margin-top: -0.6rem;
}

/* 我的订单 */

.message-all {
  display: none;
}
.message {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}
.isno-all {
  /* display: none; */
}
.isno {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}
.message-text {
  margin-top: 1rem;
}
.message-btn {
  margin-top: -1.7rem;
}

.isno-age {
  width: 12.8rem;
  height: 7.5rem;
  border: 1px solid;
  border-radius: 0.3rem;
  margin-top: 0.5rem;
  background-color: #2e64ac;
}
.age-name {
  margin-left: 0.7rem;
  margin-top: 0.3rem;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 600;
}

.age-corp {
  width: 11.05rem;
  height: 1.2rem;
  display: flex;
  margin-left: 0.7rem;
  margin-top: 0.3rem;
  border-bottom: 1px solid #aaaaaa;
  justify-content: space-between;
  align-items: center;
}
.age-corp div {
  color: #fff;
  font-size: 0.55rem;
}
.ages {
  width: 11.05rem;
  height: 1.2rem;
  margin-left: 0.7rem;
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ages-mondy {
  color: #b11313;
  font-size: 0.6rem;
  font-weight: 600;
}
.ages-cancel {
  width: 2.8rem;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  background-color: #ccc;
  color: #fff;
  border-radius: 1rem;
}
.all-age:last-child {
  margin-bottom: 3rem;
}

.has-age {
  width: 12.8rem;
  height: 7.5rem;
  border: 1px solid;
  border-radius: 0.3rem;
  margin-top: 0.5rem;
  background-color: #2e64ac;
}
.has-mondy {
  color: #5ab5ff;
  font-size: 0.6rem;
  font-weight: 600;
}
.isage {
  display: none;
}
.hasage {
  display: none;
}
