.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.color-main {
  color: #b1ecff;
}
.transparent {
  opacity: 0;
}
img {
  max-width: 100%;
}
body {
  background-color: #120d69;
}
.index-bg {
  max-width: 750px;
  margin: 0 auto;
  color: #fff;
  background-color: #120d69;
  padding-bottom: 0.45rem;
}
.index-bg p {
  font-size: 0.26rem;
}
.index-bg .banner {
  position: relative;
}
.index-bg .home-btn {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
}
.index-bg .home-btn img {
  vertical-align: top;
}
.index-bg .content {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.3rem;
  padding: 0.5rem 0.5rem 1.8rem;
  margin: 0 0.3rem;
  margin-top: -0.3rem;
}
.index-bg .top-text .h {
  font-size: 0.32rem;
  font-weight: bold;
}
.index-bg .top-text p:not(:first-child) {
  text-indent: 2em;
}
.index-bg .cont {
  margin-top: 0.6rem;
}
.index-bg .title-wrap {
  margin-bottom: 0.4rem;
}
.index-bg .title-wrap img {
  height: 1.2rem;
}
.index-bg .desc-text {
  color: #b1ecff;
  font-size: 0.24rem;
  margin-bottom: 0.5rem;
}
.index-bg .event-list p {
  font-size: 0.28rem;
  line-height: 1.5;
}
.index-bg .event-list .date {
  color: #b1ecff;
}
.index-bg .event-list li {
  border-bottom: 1px dashed #f4df9d;
  padding-bottom: 0.2rem;
}
.index-bg .event-list li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.index-bg .schedule-list {
  font-size: 0.3rem;
}
.index-bg .schedule-list li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  line-height: 1;
}
.index-bg .schedule-list .circle {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  border: 1px solid #b1ecff;
  position: relative;
  margin-top: 0.05rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.index-bg .schedule-list .circle::after {
  content: '';
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #b1ecff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-bg .schedule-list .line {
  width: 1px;
  height: 0.4rem;
  background-color: #b1ecff;
  margin: 0.1rem auto;
}
.index-bg .pro-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}
.index-bg .pro-list li {
  width: 1.5rem;
  margin-bottom: 0.4rem;
}
.index-bg .pro-list .head {
  width: 1.4rem;
  margin: 0 auto;
}
.index-bg .pro-list .name {
  font-size: 0.2rem;
  text-align: center;
  white-space: nowrap;
}
.index-bg .pro-list .title {
  font-size: 0.14rem;
  line-height: 1.5;
  word-break: break-all;
}
.index-bg .equity-list li {
  display: flex;
  align-items: center;
  border: 1px solid #b1ecff;
  border-radius: 0.1rem 0.1rem 0.8rem 0.1rem;
  padding: 0.35rem 0 0.35rem 0.3rem;
  margin-bottom: 0.3rem;
}
.index-bg .equity-list .text {
  margin-left: 0.25rem;
  line-height: 1.8;
}
.index-bg .equity-list .count {
  font-size: 0.48rem;
  color: #b1ecff;
  font-weight: bold;
}
.index-bg .effect-list .title {
  width: 3.2rem;
  text-align: center;
  height: 0.7rem;
  background-image: linear-gradient(135deg, #eebaf2 0%, #96e6f2 100%), linear-gradient(#f4df9d, #f4df9d);
  background-blend-mode: normal, 
                normal;
  border-radius: 0.35rem;
  line-height: 0.7rem;
  color: #120d69;
  font-weight: bold;
  font-size: 0.32rem;
  margin-bottom: 0.3rem;
}
.index-bg .effect-list li {
  margin-bottom: 0.5rem;
}
.index-bg .organizer-list .logo {
  margin-bottom: 0.3rem;
}
.index-bg .organizer-list .logo img {
  height: 0.35rem;
}
.index-bg .organizer-list .text {
  word-break: break-all;
}
.index-bg .organizer-list li {
  margin-bottom: 0.6rem;
}
.index-bg .history-list {
  margin-bottom: 0.4rem;
}
.index-bg .history-list li {
  height: 0.9rem;
  background-image: linear-gradient(0deg, #eebaf2 0%, #96e6f2 100%), linear-gradient(#f4df9d, #f4df9d);
  background-blend-mode: normal, 
                normal;
  margin-bottom: 0.1rem;
}
.index-bg .history-list a {
  display: block;
  line-height: 0.9rem;
  color: #333;
  font-weight: bold;
  font-size: 0.3rem;
  text-align: center;
}
.index-bg .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-bg .img-list li {
  width: 2.9rem;
  margin-bottom: 0.1rem;
}
.index-bg #btn-apply {
  background-image: linear-gradient(0deg, #eebaf2 0%, #96e6f2 100%), linear-gradient(#b1ecff, #b1ecff);
  background-blend-mode: normal, 
		normal;
  box-shadow: none;
  width: 5.2rem;
  font-size: 0.3rem;
  height: 0.9rem;
  line-height: 0.9rem;
  font-weight: bold;
  bottom: 0.8rem;
}
