.main-content {
  height: max-content;
  background: #000;
  color: #fff;
}
.main-content .main-wrapper {
  display: flex;
  width: 1205rem;
  padding-top: 265rem;
  padding-bottom: 200rem;
  margin-left: auto;
  margin-right: auto;
}
.main-content .main-wrapper a {
  color: #fff;
}
.main-content .main-wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 20rem;
  position: relative;
  font-size: 30rem;
  font-weight: normal;
  margin-left: 15rem;
  width: fit-content;
}
.main-content .main-wrapper .btn .iconfont {
  font-size: 40rem;
}
.main-content .left-icon {
  width: 45rem;
}
.main-content .right-content {
  margin-left: 15rem;
  flex-grow: 1;
}
.main-content .right-content .right__top {
  display: flex;
}
.main-content .right-content .btn-list {
  display: flex;
  margin-top: 20rem;
}
.main-content .main-text {
  font-size: 40rem;
  line-height: 1.2;
  font-weight: bold;
}

.traffic-item {
  height: 180rem;
  font-size: 30rem;
  font-weight: bold;
  color: #fff;
  border: none;
}
.traffic-item:nth-child(2n) .front {
  background: #2321bb;
}
.traffic-item:nth-child(2n+1) .front {
  background: #266ed7;
}
.traffic-item > div {
  display: flex;
  align-items: center;
}

.ticket-section {
  background: #000;
}

.ticket-section .ticket__header .btn-ticket {
  background: #333;
}

.question {
  text-indent: 150rem;
}

/*# sourceMappingURL=register.css.map */
