.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.color-main {
  color: #b1ecff;
}
.color-3 {
  color: #FCEFA2;
}
.transparent {
  opacity: 0;
}
.text-indent {
  text-indent: 2em;
}
img {
  max-width: 100%;
}
body {
  background-color: #45050b;
}
.index-bg {
  max-width: 750px;
  margin: 0 auto;
  color: #fff;
  background-color: #59010a;
  padding-bottom: 2.45rem;
}
.index-bg .wrap {
  padding: 0 0.3rem;
}
.index-bg.note {
  padding-bottom: 2rem;
}
.index-bg p {
  font-size: 0.26rem;
  margin: 1em 0;
}
.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-image: linear-gradient(-90deg, #a20000 0%, #740510 100%);
  border-radius: 0.3rem 0;
  border: 1px solid #bd8282;
  padding: 0.4rem 0.2rem;
  margin: 0.3rem 0;
}
.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 .title-wrap {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  text-align: center;
  font-size: 0.42rem;
  font-weight: bold;
  color: #FCEFA2;
}
.index-bg .title-wrap img {
  height: 1.2rem;
}
.index-bg .liner-title {
  color: #59010a;
  font-size: 0.36rem;
  font-weight: bold;
  background-image: linear-gradient(90deg, #FCEFA2 0%, transparent 80%);
  padding-left: 0.3rem;
}
.index-bg .desc-text {
  color: #FCEFA2;
  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 .schedule-title {
  font-size: 0.36rem;
  font-weight: bold;
  margin: 0.3rem 0;
  color: #b1ecff;
}
.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 .awards-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem;
}
.index-bg .awards-list .award-item {
  text-align: center;
  color: #eee9ca;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.index-bg .awards-list .award-item::before,
.index-bg .awards-list .award-item::after {
  content: '';
  display: block;
  width: 0.3rem;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index-bg .awards-list .award-item::before {
  left: -0.1rem;
  background-image: url(../img/jl.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.index-bg .awards-list .award-item::after {
  right: -0.1rem;
  background-image: url(../img/jr.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.index-bg .awards-list .award-item span {
  line-height: 1.5;
}
.index-bg .awards-list .award-item .award-s {
  font-size: 0.18rem;
}
.index-bg .awards-list .award-item .award-title {
  font-size: 0.23rem;
  font-weight: bold;
}
.index-bg .awards-list .award-item .small {
  font-size: 0.18rem;
}
.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: #59010a;
  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, #fcefa2 0%, #f7f4dd 100%);
  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;
  height: 1.9rem;
  margin-bottom: 0.1rem;
}
.index-bg .img-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-bg .agenda-list .agenda-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 0.15rem;
}
.index-bg .agenda-list .agenda-row::before {
  content: '●';
  color: #fdd485;
  display: inline-block;
  margin-right: 0.15rem;
}
.index-bg .agenda-list .agenda-row .agenda-time {
  margin-right: 0.3rem;
}
.index-bg .agenda-list .agenda-row .agenda-content {
  color: #fdd485;
  font-weight: bold;
}
.index-bg .agenda-list .agenda-title {
  display: flex;
  background-image: linear-gradient(90deg, #fdd485, transparent 40%);
  padding-left: 0.15rem;
  align-items: center;
  margin-top: 0.3rem;
}
.index-bg .agenda-list .agenda-title .d {
  font-weight: bold;
  color: #120d69;
}
.index-bg .agenda-list .agenda-title .tt {
  font-size: 0.2rem;
  margin-left: 0.3rem;
}
.index-bg .agenda-list .remark {
  padding-left: 0.4rem;
  font-size: 0.22rem;
}
.index-bg .contact .cont {
  padding: 0 0.3rem;
}
.index-bg .contact .contact-item {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  gap: 0.15rem;
}
.index-bg .highlight-list .highlight-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.4rem;
  position: relative;
  padding-bottom: 0.3rem;
}
.index-bg .highlight-list .highlight-item::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent 20%, #ec98a1, transparent 80%);
}
.index-bg .highlight-list .highlight-item .highlight-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
.index-bg .highlight-list .highlight-item .highlight-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-bg .highlight-list .highlight-item .highlight-content {
  flex: 1;
}
.index-bg .highlight-list .highlight-item .highlight-content h3 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #FCEFA2;
  margin-bottom: 0.15rem;
  line-height: 1;
}
.index-bg .highlight-list .highlight-item .highlight-content p {
  font-size: 0.24rem;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
.index-bg .highlight-summary {
  margin-top: 0.4rem;
}
.index-bg .highlight-summary p {
  font-size: 0.26rem;
  line-height: 1.8;
  color: #fff;
  text-indent: 2em;
}
.index-bg .code-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem;
}
.index-bg .code-wrap p {
  text-align: center;
  line-height: 2;
}
.index-bg .note-content {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.3rem;
  padding: 0.3rem;
  margin: 0.3rem;
  line-height: 1.8;
}
.index-bg .note-content .note-title {
  margin-bottom: 0.15rem;
}
.index-bg .o-list {
  margin: 0.3rem 0;
  padding-left: 0.3rem;
  font-size: 0.22rem;
}
.index-bg .o-list li {
  line-height: 1.5;
  margin-bottom: 0.15rem;
}
.index-bg .note-table {
  table-layout: fixed;
  width: 100%;
}
.index-bg .note-table .t-title {
  vertical-align: top;
}
.index-bg .note-table a {
  text-decoration: underline;
}
.index-bg .card-list .card-item {
  padding: 0.3rem 0;
  position: relative;
}
.index-bg .card-list .card-item::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff45, transparent);
}
.index-bg .card-list .card-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #f7c882;
}
.index-bg .card-list .card-row {
  display: flex;
}
.index-bg .card-list .card-row .r-t {
  white-space: nowrap;
}
.index-bg .card-list .card-row .r-t b {
  font-weight: 100;
}
.index-bg .card-list .card-row span:not(.r-t) {
  color: #fff;
  opacity: 0.9;
}
.index-bg .card-list .card-row a {
  text-decoration: underline;
}
.index-bg .color-gold {
  color: #f7c882;
}
.index-bg #btn-apply {
  background-image: linear-gradient(180deg, #FCEFA2 0%, #f7c882 100%);
  box-shadow: 0 0 0.4rem 0 #FCEFA2;
  width: 5.2rem;
  font-size: 0.3rem;
  height: 0.9rem;
  line-height: 0.9rem;
  font-weight: bold;
  bottom: 0.8rem;
  color: #59010a;
}
