html,
body {
  margin: 0;
  padding: 0;
}

.page {
  width: 100%;
  /* height: 222.675rem; */
  background: url("../images/bg.jpg") no-repeat top;
  background-size: 100%;
  padding-bottom: 3rem;
}

.wrapper {
  width: 17.25rem;
  margin: 0 auto;
}

.banner {
  height: 13.5rem;
  background: url("../images/banner.jpg") no-repeat center;
  background-size: 100%;
}

.box1 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.375rem;
  transform: translateY(-1rem);
}

.box1-desc {
  padding: 0.5rem 0.4rem;
  color: #000;
  font-size: 0.55rem;
  line-height: 0.8rem;
  text-align: justify;
  background-color: #fff;
  border-radius: 0.375rem 0.375rem 0 0;
}

.box1 .year {
  position: absolute;
  top: -1.2rem;
  left: -0.4rem;
  width: 3.35rem;
  height: 2.4rem;
  background: url("../images/2026.png") no-repeat center/100%;
}

.box1 .player {
  width: 100%;
  height: 9.7rem;
  overflow: hidden;
  background-color: #915CE0;
  border-radius: 0 0 0.375rem 0.375rem;
  box-shadow: 0.2rem 0.25rem 0.5rem 0 rgba(96, 19, 171, 0.34);
}

.box2 {
  padding-top: 0.4rem;
}

.box2-title {
  width: 15.3rem;
  height: 2.55rem;
  margin: 0 auto;
  background: url("../images/box2-title.png") no-repeat center/100%;
}

.box2-content {
  width: 100%;
  height: 28.475rem;
  margin-top: 0.4rem;
  background: url("../images/box2.jpg") no-repeat center/100%;
  border-radius: 0.375rem;
}

.box3 {
  padding-top: 1.2rem;
}

.box3-title {
  width: 7.075rem;
  height: 1.325rem;
  margin: 0 auto;
  background: url("../images/box3-title.png") no-repeat center/100%;
}

.box3-content {
  box-sizing: border-box;
  width: 100%;
  height: 16.55rem;
  margin-top: 0.5rem;
  padding: 0.6rem;
  background: #fff;
  border-radius: 0.375rem;
}

.box3-content .desc {
  padding: 0 0.1rem;
  color: #000;
  font-size: 0.55rem;
  line-height: 0.8rem;
  text-align: justify;
}

.box3-content .img {
  width: 16.025rem;
  height: 8.725rem;
  margin: 0.7rem auto 0;
  background: url("../images/box3.jpg") no-repeat center/100%;
}

.box4 {
  padding-top: 1.2rem;
}

.box4-title {
  width: 10.7rem;
  height: 1.425rem;
  margin: 0 auto;
  background: url("../images/box4-title.png") no-repeat center/100%;
}

.box4-content {
  box-sizing: border-box;
  width: 100%;
  height: 22.125rem;
  margin-top: 0.3rem;
  padding: 0.75rem 0.3rem;
  background: url("../images/box4-bg.png") no-repeat center/100%;
  border-radius: 0.375rem;
}

.box4-content .desc {
  padding-bottom: 0.5rem;
  color: #000;
  font-size: 0.55rem;
  line-height: 0.8rem;
  text-align: justify;
}

.box4-content .img1 {
  width: 16.025rem;
  height: 7.575rem;
  margin: 0 auto 0.6rem;
  background: url("../images/box4-1.png") no-repeat center/100%;
}

.box4-content .box4-t {
  width: 10.725rem;
  height: 1.95rem;
  margin: 0 auto;
  background: url("../images/box4-t.png") no-repeat center/100%;
}

.box4-content .box4-com {
  position: relative;
  margin: 0 -0.3rem;
}

.box4-content .box4-swiper {
  position: initial;
  width: 15.75rem;
  margin-top: 0.5rem;
}

.box4-content .box4-swiper .img {
  width: 3.55rem;
  height: 5.775rem;
}

.box4-content .box4-swiper .arrow {
  width: 0.75rem;
  height: 1.825rem;
  color: #fff;
  background: rgba(3, 42, 100, 0.65);
}

.box4-content .box4-swiper .arrow::after {
  font-size: 1.25rem;
}

.box4-content .box4-swiper .arrow.swiper-button-prev {
  left: 0;
}

.box4-content .box4-swiper .arrow.swiper-button-next {
  right: 0;
}

.box5 {
  padding-top: 1.4rem;
}

.box5-title {
  width: 12.775rem;
  height: 1.325rem;
  margin: 0 auto;
  background: url("../images/box5-title.png") no-repeat center/100%;
}

.box5-content {
  width: 100%;
  height: 28.95rem;
  margin-top: 0.4rem;
  background: url("../images/box5.png") no-repeat center/100%;
  border-radius: 0.375rem;
}

.box6 {
  padding-top: 1.2rem;
}

.box6-title {
  width: 10.5rem;
  height: 1.3rem;
  margin: 0 auto;
  background: url("../images/box6-title.png") no-repeat center/100%;
}

.box6-swiper {
  width: 100%;
  height: 16.475rem;
  margin-top: 0.6rem;
  background-color: #fff;
  border-radius: 0.375rem;
}

.box6-swiper .coupon-list {
  height: auto;
  padding-top: 0.4rem;
}

.box6 .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.1rem;
  padding: 0 0.5rem 0 0.2rem;
}

.box6 .list .item:nth-child(odd) {
  background: #fff;
}

.box6 .list .item:nth-child(even) {
  background: #f8f8f8;
}

.box6 .list .item .name {
  flex: 1;
  padding-right: 0.1rem;
  overflow: hidden;
  color: #000;
  font-weight: bold;
  font-size: 0.55rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box6 .list .item .name span {
  color: #5634B7;
}

.box6 .list .item .btn {
  width: 3.2rem;
  height: 1.05rem;
  color: #4F2AC1;
  font-size: 0.5rem;
  line-height: 1.05rem;
  text-align: center;
  background: #FEF488 !important;
  border: 3px solid #FDD756;
  border-radius: 0.125rem;
}

.box6 .coupon-pagination {
  text-align: center;
}

.box6 .coupon-pagination .swiper-pagination-bullet {
  width: 0.55rem;
  height: 0.55rem;
  background-color: #8B6BE4;
}

.box7 {
  padding-top: 1.2rem;
}

.box7-title {
  width: 14.4rem;
  height: 1.3rem;
  margin: 0 auto;
  background: url("../images/box7-title.png") no-repeat center/100%;
}

.box7-content {
  box-sizing: border-box;
  width: 100%;
  height: 19.175rem;
  margin-top: 0.6rem;
  padding: 0.6rem 0.3rem;
  background: #fff;
  border-radius: 0.375rem;
}

.box7-content .desc {
  color: #000;
  font-size: 0.55rem;
  line-height: 0.8rem;
}

.box7-content .desc span {
  font-weight: bold;
}

.box7-content .book-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box7-content .book-item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0;
  color: #7D69FB;
  font-size: 0.75rem;
}

.box7-content .book-item .title .num {
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 0.35rem;
  line-height: 1.5rem;
  background: url("../images/box7-icon.png") no-repeat center;
  background-size: 1.45rem 1.25rem;
}

.box7-content .book-item .img1 {
  height: 8.8rem;
}

.box7-content .book-item .img2 {
  height: 10rem;
}

.box7-content .book-item .img3 {
  height: 9.625rem;
}

.box7-content .book-item .img4 {
  height: 8.775rem;
}

.box7-content .book-item .img5 {
  height: 10.125rem;
}

.box7-content .book-item .img6 {
  height: 10.25rem;
}

.box7-content .swiper-button-prev {
  left: 0;
}

.box7-content .swiper-button-next {
  right: 0;
}

.box7-content .swiper-button-prev,
.box7-content .swiper-button-next {
  width: 1.3rem;
  height: 1.3rem;
  color: #fff;
  background: rgba(100, 48, 225, 0.4);
  border-radius: 50%;
}

.box7-content .swiper-button-prev::after,
.box7-content .swiper-button-next::after {
  font-size: 0.6rem;
}

.box7-content .book-pagination {
  text-align: center;
}

.box7-content .book-pagination .swiper-pagination-bullet {
  width: 0.55rem;
  height: 0.55rem;
  background-color: #8B6BE4;
}

.box8 {
  padding-top: 1.3rem;
}

.box8-title {
  width: 9.325rem;
  height: 1.325rem;
  margin: 0 auto;
  background: url("../images/box8-title.png") no-repeat center/100%;
}

.box8-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 26.175rem;
  margin-top: 0.5rem;
  background: url("../images/box8-bg.jpg") no-repeat center/100%;
  border-radius: 0.375rem;
}

.box8 .form-container {
  width: 15.75rem;
  margin-bottom: 1.2rem;
}

.box8 .form-container .form-item {
  width: 100%;
  height: 2rem;
  margin-bottom: 0.5rem;
  padding-left: 1.8rem;
  font-size: 0.7rem;
  line-height: 2rem;
  background: #FFF;
  border: none;
  border: 2px solid #DED0F9 !important;
  border-radius: 0.2rem;
}

.box8 .form-container .form-item.form-item-name {
  background: #fff url("../images/icon1.png") no-repeat 0.5rem center/0.9rem 1.025rem;
}

.box8 .form-container .form-item.form-item-phone {
  background: #fff url("../images/icon2.png") no-repeat 0.6rem center/0.725rem 1rem;
}

.box8 .form-container .form-item.form-item-city {
  display: flex;
  background: #fff url("../images/icon4.png") no-repeat 0.4rem center/1rem 0.925rem;
}

.box8 .form-container .form-item .city-txt {
  flex: 1;
  color: #4F2AC1;
  font-size: 0.7rem;
}

.box8 .form-container .form-item .city-txt.show {
  color: #4F2AC1;
}

.box8 .form-container input {
  color: #4F2AC1;
  background: transparent;
}

.box8 .form-container input::-webkit-input-placeholder {
  color: #4F2AC1;
}

.box8 .form-container .form-code {
  display: flex;
  align-items: center;
  height: 2rem;
  margin-bottom: 0.5rem;
  padding-left: 1.8rem;
  font-size: 0.7rem;
  line-height: 2rem;
  background: #fff url("../images/icon3.png") no-repeat 0.6rem center/0.875rem 1.05rem;
  border: 2px solid #DED0F9;
  border-radius: 0.2rem;
}

.box8 .form-container .form-code .kaptcha-code {
  flex: 1;
  height: 100%;
  padding: 0;
  border: none;
}

.box8 .form-container .form-code .kaptcha-btn {
  width: 6rem;
  height: 1.3rem;
  color: #4F2AC1;
  font-size: 0.7rem;
  line-height: 1.3rem;
  background: transparent !important;
  border-left: 2px solid #421BBD;
  border-radius: 0;
}

.box8 .form-container .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2rem;
  color: #421BBD;
  font-size: 0.8rem;
  background: linear-gradient(to right, #FAC949, #FDD756) !important;
  border: 3px solid #FAC949;
  border-radius: 0.2rem;
}

.footer-info {
  color: #fff;
  font-size: 0.55rem;
  line-height: 0.9rem;
  text-align: center;
}

.footer-info .hezuo {
  width: 15.975rem;
  height: 1.5rem;
  margin: 1rem auto 0.5rem;
}

.nav-box {
  position: fixed;
  top: 21%;
  right: 0;
  z-index: 99;
  width: 4.95rem;
  height: 18.25rem;
}

.nav-box .nav-bg {
  position: relative;
  box-sizing: border-box;
  width: 4.95rem;
  height: 18.25rem;
  padding-top: 5rem;
  background: url("../images/nav-bg.png") center no-repeat;
  background-size: 100% 100%;
}

.nav-box .nav-bg .nav-close {
  position: absolute;
  top: 0;
  right: 0.075rem;
  width: 0.75rem;
  height: 0.75rem;
  cursor: pointer;
}

.nav-box .nav-bg .nav-list {
  padding: 0 0.3rem;
}

.nav-box .nav-bg .nav-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4.55rem;
  height: 1.5rem;
  margin-bottom: 0.01rem;
  color: #2B069E;
  font-size: 0.4rem;
  line-height: 0.5rem;
  text-align: center;
  cursor: pointer;
}

.nav-box .nav-bg .nav-list li.active {
  width: 4.55rem;
  height: 1.775rem;
  margin: 0;
  margin-top: -0.1rem;
  background: url("../images/nav-active.png") center no-repeat;
  background-size: 100% 100%;
}

.nav-box .nav-bg .nav-list li p:first-child {
  margin-top: -0.2rem;
}

.nav-box .nav-bg .nav-top {
  width: 100%;
  height: 1.2rem;
}
