@charset "UTF-8";

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}

.page {
  box-sizing: border-box;
  min-width: 1200px;
  max-width: 1920px;
  height: 7230px;
  margin: 0 auto;
  background: url("../images/bg1.jpg") no-repeat top, url("../images/bg2.jpg") no-repeat bottom;
}

input,
button {
  box-sizing: border-box;
  background: none;
  border: none;
  outline: 0;
}

.wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.banner {
  height: 900px;
  background: url("../images/banner.jpg") no-repeat center;
}

.box1 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  transform: translateY(-120px);
}

.box1-desc {
  padding: 25px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: justify;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
}

.box1 .year {
  position: absolute;
  top: -50px;
  left: -40px;
  width: 134px;
  height: 96px;
  background: url("../images/2026.png") no-repeat center;
}

.box1 .player {
  width: 1200px;
  height: 675px;
  overflow: hidden;
  background-color: #915CE0;
  border-radius: 0 0 15px 15px;
  box-shadow: 7px 9px 21px 0 rgba(96, 19, 171, 0.34);
}

.box2 {
  margin-top: -92px;
}

.box2-title {
  position: relative;
  z-index: 2;
  height: 126px;
  background: url("../images/box2-title.png") no-repeat 80px;
}

.box2-content {
  width: 100%;
  height: 1349px;
  margin-top: -15px;
  background: url("../images/box2.jpg") no-repeat center;
  border-radius: 15px;
}

.box3 {
  padding-top: 30px;
}

.box3-title {
  position: relative;
  z-index: 2;
  height: 117px;
  background: url("../images/box3-title.png") no-repeat 343px;
}

.box3-content {
  box-sizing: border-box;
  width: 100%;
  height: 809px;
  margin-top: -10px;
  padding: 25px 30px;
  background: #fff;
  border-radius: 15px;
}

.box3-content .desc {
  padding-bottom: 35px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: justify;
}

.box3-content .img {
  height: 620px;
  background: url("../images/box3.jpg") no-repeat center;
}

.box4 {
  padding-top: 30px;
}

.box4-title {
  position: relative;
  z-index: 2;
  height: 109px;
  background: url("../images/box4-title.png") no-repeat 278px;
}

.box4-content {
  box-sizing: border-box;
  width: 100%;
  height: 650px;
  margin-top: -10px;
  padding: 30px 25px;
  background: url("../images/box4-bg.png") no-repeat center;
  border-radius: 15px;
}

.box4-content .desc {
  padding-bottom: 22px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: justify;
}

.box4-content .img1 {
  height: 160px;
  margin-bottom: 30px;
  background: url("../images/box4-1.png") no-repeat center;
}

.box4-content .box4-t {
  height: 78px;
  background: url("../images/box4-t.png") no-repeat center;
}

.box4-content .box4-com {
  position: relative;
  margin: 5px -25px;
}

.box4-content .box4-swiper {
  position: initial;
  width: 1120px;
}

.box4-content .box4-swiper .arrow {
  top: 45%;
  width: 30px;
  height: 73px;
  color: #fff;
  background: rgba(3, 42, 100, 0.65);
}

.box4-content .box4-swiper .arrow::after {
  font-size: 20px;
}

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

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

.box5 {
  padding-top: 30px;
}

.box5-title {
  position: relative;
  z-index: 2;
  height: 117px;
  background: url("../images/box5-title.png") no-repeat 235px;
}

.box5-content {
  width: 100%;
  height: 839px;
  margin-top: -12px;
  background: url("../images/box5.png") no-repeat center;
  border-radius: 15px;
}

.box6 {
  padding-top: 25px;
}

.box6-title {
  position: relative;
  z-index: 2;
  height: 117px;
  background: url("../images/box6-title.png") no-repeat 255px;
}

.box6 .table-box {
  position: relative;
  width: 100%;
  height: 460px;
  margin-top: -12px;
  text-align: center;
}

.box6 .table-box table {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
}

.box6 .table-box thead {
  display: table;
  width: 100%;
  height: 80px;
  table-layout: fixed;
}

.box6 .table-box thead tr {
  background: linear-gradient(to bottom, #8711F5, #C883F1) !important;
}

.box6 .table-box thead tr th {
  color: #fff;
  font-weight: initial;
  font-size: 26px;
}

.box6 .table-box tbody {
  display: block;
  width: 100%;
  height: 360px;
  overflow-y: scroll;
}

.box6 .table-box tbody tr {
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
}

.box6 .table-box tr:hover td {
  color: #4F2AC1;
}

.box6 .table-box tr:hover a {
  color: #4F2AC1;
  background: #FEF488 !important;
  border: 3px solid #FDD756;
}

.box6 .table-box tr:nth-child(odd) {
  background: #fff;
}

.box6 .table-box tr:nth-child(even) {
  background: #f8f8f8;
}

.box6 .table-box tr td {
  color: #000;
  cursor: pointer;
}

.box6 .table-box tr th:nth-child(odd),
.box6 .table-box tr td:nth-child(odd) {
  width: 300px;
}

.box6 .table-box tr th:nth-child(even),
.box6 .table-box tr td:nth-child(even) {
  width: 600px;
}

.box6 .table-box tr a {
  display: block;
  width: 108px;
  height: 35px;
  margin: auto;
  color: #fff;
  font-size: 17px;
  line-height: 35px;
  background: rgba(208, 208, 208, 0.47);
  border-radius: 5px;
}

.box7 {
  padding-top: 20px;
}

.box7-title {
  position: relative;
  z-index: 2;
  height: 116px;
  background: url("../images/box7-title.png") no-repeat 183px;
}

.box7-content {
  box-sizing: border-box;
  width: 100%;
  height: 589px;
  margin-top: -10px;
  padding: 0 16px;
  background: #fff;
  border-radius: 15px;
}

.box7-content .desc {
  padding: 28px 0;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: justify;
}

.box7-content .book-pagination .pagination {
  height: 90px;
  color: #fffaf7;
  text-align: center;
  background: linear-gradient(to bottom, rgba(135, 17, 245, 0.61), rgba(200, 131, 241, 0.61));
  cursor: pointer;
}

.box7-content .book-pagination .pagination.swiper-slide-thumb-active {
  background: linear-gradient(to bottom, #8711F5, #C883F1);
}

.box7-content .book-pagination .pagination .num {
  height: 45px;
  margin: 7px 0;
  font-size: 22px;
  line-height: 40px;
  background: url("../images/box7-icon.png") center no-repeat;
  background-size: 36px 42px;
}

.box7-content .book-pagination .pagination .series {
  font-size: 20px;
  line-height: 20px;
}

.box7-content .book-list {
  height: 360px;
}

.box7-content .book-list .book-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.box8 {
  padding-top: 30px;
}

.box8-title {
  position: relative;
  z-index: 2;
  height: 115px;
  background: url("../images/box8-title.png") no-repeat center;
}

.box8 .box8-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  width: 100%;
  height: 489px;
  margin-top: -12px;
  padding-right: 60px;
  background: url("../images/box8-bg.png") no-repeat center;
  border-radius: 15px;
}

.box8 .box8-content .form-container {
  flex-direction: column;
  gap: 24px;
  width: 456px;
  height: 432px;
  margin: initial;
  padding: 50px 35px 40px 50px;
  background: #fff;
  border: 1px solid #DED0F9 !important;
  box-shadow: 0 0 20px rgba(79, 42, 193, 0.2);
}

.box8 .box8-content .form-container .input {
  width: 100%;
  margin: 0;
  border: 2px solid #DED0F9;
}

.box8 .box8-content .form-container .submit {
  width: 100%;
}

.box8 .box8-content .form-container .list {
  left: 45px;
  width: 300px;
}

.nav-box {
  position: fixed;
  top: 10%;
  right: 0;
  z-index: 999;
  width: 196px;
  height: 720px;
}

.nav-box .nav-bg {
  position: relative;
  box-sizing: border-box;
  width: 197px;
  height: 707px;
  padding-top: 193px;
  background: url("../images/nav-bg.png") center no-repeat;
}

.nav-box .nav-bg .nav-close {
  position: absolute;
  top: -10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.nav-box .nav-bg li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 182px;
  height: 59px;
  margin-left: 13px;
  color: #2B069E;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.nav-box .nav-bg li.active {
  background: url("../images/nav-active.png") no-repeat center -3px;
}

.nav-box .nav-bg li p:first-child {
  margin-top: -5px;
}

.nav-box .nav-bg .nav-top {
  width: 100%;
  height: 40px;
  margin-top: 4px;
  cursor: pointer;
}

.footer-info {
  padding-bottom: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.footer-info .hezuo {
  width: 846px;
  height: 76px;
  margin: 48px auto 30px;
}

.form-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 90px;
  background: linear-gradient(to right, #bb86f1, #661aff);
}

.form-bottom .close-btn {
  position: absolute;
  top: 10px;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.form-bottom .close-btn:hover {
  transform: rotate(90deg);
}

.page .form-container {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 1200px;
  height: 100%;
  margin: auto;
}

.page .form-container input::-webkit-input-placeholder,
.page .form-container .input.select {
  color: #4F2AC1;
  font-size: 16px;
}

.page .form-container .input {
  box-sizing: border-box;
  width: 192px;
  height: 48px;
  margin-right: 12px;
  padding-left: 45px;
  color: #094090;
  font-size: 16px;
  line-height: 48px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 15px center;
  border: none;
  border-radius: 8px;
}

.page .form-container .form-code {
  display: flex;
  justify-content: space-between;
  width: 343px;
  height: 48px;
  margin: 0;
  margin-right: 12px;
  line-height: 48px;
  border: none;
  border-radius: 8px;
}

.page .form-container .form-code .kaptcha-code {
  padding: 0;
  color: #4F2AC1;
  border: none;
}

.page .form-container .form-code .kaptcha-btn {
  width: 48%;
  height: 30px;
  margin: 9px 0;
  color: #4F2AC1;
  font-size: 16px;
  line-height: 30px;
  background-color: transparent;
  border-left: 1px solid #4F2AC1;
  border-radius: 0;
}

.page .form-container .form-code .kaptcha-btn:active {
  color: #2d186d;
}

.page .form-container .form_name {
  background-image: url("../images/icon1.png");
}

.page .form-container .select {
  background-image: url("../images/icon4.png");
  background-position: 10px center;
}

.page .form-container .form_phoneNo {
  background-image: url("../images/icon2.png");
}

.page .form-container .form-code {
  background-image: url("../images/icon3.png");
}

.page .form-container .submit {
  width: 192px;
  height: 48px;
  color: #421BBD;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  background: #FDD756;
  border-radius: 8px;
  cursor: pointer;
}

.page .form-container .submit:hover {
  background: #FDD756;
}

.page .form-container .submit:active {
  background: #fccb24;
}

.page .select {
  position: relative;
  cursor: pointer;
}

.page .select .current {
  display: flex;
  font-size: 16px;
}

.page .select .current.show {
  color: #4F2AC1;
}

.page .select .list {
  position: absolute;
  top: -228px;
  left: 0;
  z-index: 10;
  display: none;
  width: 190px;
  max-height: 228px;
  overflow: auto;
  color: #333;
  font-size: 16px;
  background-color: #fafafa;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.page .select .option {
  padding-left: 15px;
  text-align: left;
}

.page .select .option:hover {
  color: #fff;
  background-color: #4F2AC1;
}
