html {
  min-width: 1280px;
}

body {

  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em;
  background: url(../images/bj-1.jpg) center top;

}

img {
  object-fit: cover;
  max-width: 100%;
  vertical-align: middle
}

a {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s;
}

input {
  outline: none;
}

:root {
  --color: #d3ac44;
}

.lz-mt40 {
  margin-top: 30px;
}

.lz-mt15 {
  margin-top: 15px;
}

.lz-pb50 {
  padding-bottom: 50px;
}

a:hover {
  color: var(--color) !important;
}


input[type="radio"]::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #999;
  box-sizing: border-box;
  position: absolute;
  top: 48px;
  position: absolute;
  top: 0;
  left: 0;
}

input[type="radio"]:checked::before {
  background-color: #d3ac44;
  background-clip: content-box;
  border: 1px solid #d3ac44;
  padding: 1px;
  box-sizing: border-box;
}

input[type="checkbox"] {
  margin-top: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  position: relative;
}

input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9
}

input[type="checkbox"]:checked::before {
  content: "\2713";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #d3ac44;
  color: #d3ac44;
  font-size: 16px;
  font-weight: bold;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bx-text-p2 {
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.bx-text-p3 {
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.bx-text-p4 {
  line-height: 25px;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.bx-img-hover:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.buts {
  position: relative;
  min-width: 300px;
  line-height: 60px;
  background: #000;
  -webkit-box-shadow: 0px 8px 8px rgb(193 186 169 / 80%);
  box-shadow: 0px 8px 8px rgb(193 186 169 / 80%);
  text-align: center;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin-top: 0;
  display: inline-block;
  color: var(--color);
  cursor: pointer;
  font-size: 20px;
  transition: all 0.5s;
}

.buts::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 8px);
  border-top: 1px solid #6a685d;
  border-bottom: 1px solid #6a685d;
  top: 3px;
  left: 0;
}

.buts::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 8px);
  height: 100%;
  border-left: 1px solid #6a685d;
  border-right: 1px solid #6a685d;
  top: 0px;
  left: 3px;
}

.buts:hover,
.buts.active {
  background-color: var(--color);
  color: #fff !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}


.header {
  position: relative;
  width: 100%;
  background: url(../images/bg_menu.png) center top;
  padding: 26px 10% 26px 10%;
  min-width: 1280px;
}

.header::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f6ecc3;
  left: 0;
  bottom: 8px;
}

.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-box .logo img {
  height: 95px;
}

.header-nav {
  flex: 1;
}

.header-nav ul {
  text-align: center;
}

.header-nav ul li {
  display: inline-block;
}

.header-nav ul li a {
  display: block;
  letter-spacing: 0.25em;
  position: relative;
  z-index: 5;
  padding: 0 30px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;

}

.header-nav ul li a::after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #fff;
  transform: translate(0, -50%);
}

.header-nav ul li:nth-last-child(1) a::after {
  display: none;
}

.header-top {
  position: absolute;
  right: 0;
  top: 20px;
}

.header-top p {
  display: inline-block;
  margin-right: 30px;
}

.header-top p a {
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}

.header-top p a img {
  width: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}

.contents_wrap {
  padding-top: 150px;
  position: relative;
  min-height: 50vh;
  background: url(../images/bg_deco02.png) no-repeat, url(../images/bg_deco01.png) no-repeat, url(../images/bg_deco02.png) no-repeat;
}

.contents_wrap .bg_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.contents_wrap .bg_wrap p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contents_wrap .bg_wrap .bg1 {
  -webkit-transition: top 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: top 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  -ms-transition: top 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition: top 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: top 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  background: url(../images/bg_deco03.png) no-repeat, url(../images/bg_deco04.png) no-repeat, url(../images/bg_deco03.png) no-repeat;
  background-position: -180px 48%, right -190px top 48%;
}

.contents_wrap .bg_wrap .bg2 {

  background: url(../images/bg_deco05.png) no-repeat, url(../images/bg_deco06.png) no-repeat;
  -webkit-transition: top 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  -moz-transition: top 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  -ms-transition: top 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  -o-transition: top 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  background-position: right 100%, left 100%;
}

.contents_wrap .bg_wrap .bg3 {

  background: url(../images/bg_deco03.png) no-repeat, url(../images/bg_deco04.png) no-repeat;
  -webkit-transition: top 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  -moz-transition: top 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  -ms-transition: top 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  -o-transition: top 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  background-position: right 36%, left 64%;
}

.index-one-swiper {
  padding-top: 30px;
}

.index-one-swiper .swiper-slide {
  width: 77.84123vh;
  max-width: 740px;
  height: 50.8vh;
  max-height: 483px;
  overflow: hidden;
}

.index-one-swiper .swiper-slide .img {
  display: block;
}

.index-one-swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-one-swiper .swiper-pagination {
  position: relative;
  width: 100%;
  top: 0;
  margin-top: 20px;
}

.index-one-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  cursor: pointer;
  display: inline-block;
  background: #dbd9cc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  opacity: 1;
}

.index-one-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);

}

.title-box {
  text-align: center;
  position: relative;
}

.title-box h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 60px;
  color: #000;
  line-height: 130px;
}

.mt60 {
  margin-top: 60px;
}

.mt40 {
  margin-top: 40px;
}

.mt100 {
  margin-top: 100px;
}

.mt160 {
  margin-top: 160px;
}

.index-nav ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.index-nav ul li {
  font-size: 15px;
  margin-right: 20px;
  padding: 0 10px 0 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  position: relative;
}

.index-nav ul li::before {
  content: "";
  display: block;
  position: absolute;
  background: var(--color);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  opacity: 0;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.index-nav ul li.active::before,
.index-nav ul li:hover:before {
  opacity: 1;
}

.index-nav ul li.active,
.index-nav ul li:hover {
  color: var(--color);
}

.flex-box1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.flex-box1 ul li {
  width: 33.33%;
  padding: 0 15px;
  margin-top: 30px;
}
.flex-boxg ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.flex-boxg ul li {
  width: 50%;
  padding: 0 15px;
  margin-top: 30px;
}

.flex-boxj ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.flex-boxj ul li {
  width: 33.33%;
  padding: 0 15px;
  margin-top: 30px;
}

.flex-box1-list {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 8px rgb(193 186 169 / 80%);
  box-shadow: 0px 8px 8px rgb(193 186 169 / 80%);
  position: relative;
  transition: all 0.5s;
}

.flex-box1-list::before {
  content: "";
  display: block;
  background: url(../images/icon_new.png) no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  z-index: 2;
  width: 90px;
  height: 90px;
  top: -10px;
  left: -10px;
}

.flex-box1-list .img {
  width: 100%;
  padding-bottom: 93%;
  overflow: hidden;
  background: url(../images/bg_news-thumb.jpg) center;
}

.flex-box1-list .text {
  padding-top: 20px;
}

.flex-box1-list .text .tags {
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
  font-size: 12px;
  min-width: 90px;
  position: relative;
  background-color: #da4a52;
  color: #fff;
  line-height: 25px;
}

.flex-box1-list .text .tags::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  height: calc(100% - 8px);
  top: 3px;
}

.flex-box1-list .text .tags::after {
  content: "";
  display: block;
  position: absolute;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  height: 100%;
  width: calc(100% - 8px);
  top: 0;
  left: 3px;
}

.flex-box1-list .text h3 {
  font-size: 16px;
  color: #000;
}

.flex-box1-list .text .time {
  text-align: right;
  font-size: 13px;
  color: #000;
  margin-top: 20px;
}

.img-padding {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

.img-padding img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.flex-box1-list:hover .img img {
  transform: translate(-50%, -50%) scale(1.1);
}

.flex-box1-list .img img {
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  object-fit: contain;
}

.flex-box1-list:hover {
  background-color: rgba(246, 236, 195, 0.4);
}

.flex-box1-list:hover .text h3 {
  color: var(--color);
}

.index-three-item .swiper-slide {
  width: 810px;
  height: 456px;
  margin: 0 15px;
}

.index-three-item .swiper-slide .img {
  width: 100%;
  height: 456px;
  position: relative;
  cursor: pointer;
}

.index-three-item .swiper-slide .img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/frame_movie.png) no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  z-index: 5;
}

.index-three-item .swiper-slide .img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/icon_play.png) no-repeat center rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  -ms-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.index-three-item .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-three-item .swiper-slide .img p {
  position: absolute;
  background: #000;
  color: #fff;
  bottom: 0;
  left: 0;
  letter-spacing: 0.02em;
  padding: 10px 20px 16px 26px;
  font-size: 16px;
}

.index-three-item .swiper-slide.swiper-slide-active .img::after {
  background-color: transparent;
}

.index-three-item .butarr {
  text-align: center;
  margin-top: 20px;
}

.index-three-item .swiper-button-prev,
.index-three-item .swiper-button-next {
  position: relative;
  width: 55px;
  height: 55px;
  background: #000;
  -webkit-box-shadow: 0px 8px 8px rgb(193 186 169 / 80%);
  box-shadow: 0px 8px 8px rgb(193 186 169 / 80%);
  text-align: center;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin-top: 0;
  display: inline-block;
  position: relative;
  background-image: url(../images/icon_pager.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  margin: 0 10px;
}

.index-three-item .swiper-button-next {
  transform: rotate(180deg);
}

.index-three-item .swiper-button-prev::before,
.index-three-item .swiper-button-next::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 8px);
  border-top: 1px solid #6a685d;
  border-bottom: 1px solid #6a685d;
  top: 3px;
  left: 0;
}

.index-three-item .swiper-button-prev::after,
.index-three-item .swiper-button-next::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 8px);
  height: 100%;
  border-left: 1px solid #6a685d;
  border-right: 1px solid #6a685d;
  top: 0px;
  left: 3px;
}

.index-three {
  position: relative;
}

.index-three::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg_movie.png) right top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 680px;
  width:100%;
  left: 0;
  top: 7%;
}

.flex-box2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.flex-box2 ul li {
  width: 25%;
  padding: 0 15px;
  margin-top: 30px;
}

.flex-box2-list {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 8px rgb(193 186 169 / 80%);
  box-shadow: 0px 8px 8px rgb(193 186 169 / 80%);
  position: relative;
  transition: all 0.5s;
}

.flex-box2-list .img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  border: 1px solid #dbd9cc;
}

.flex-box2-list .text {
  padding-top: 20px;
}

.flex-box2-list .text h3 {
  font-size: 16px;
  color: #000;
}

.flex-box2-list:hover .img img {
  transform: scale(1.1) !important;
}

.flex-box2-list:hover {
  background-color: rgba(246, 236, 195, 0.4);
}

.flex-box2-list:hover .text h3 {
  color: var(--color);
}

.flex-box3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-box3 ul li {
  width: 47%;
  margin-top: 50px;
}

.flex-box3-list {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 8px rgb(193 186 169 / 80%);
  box-shadow: 0px 8px 8px rgb(193 186 169 / 80%);
  position: relative;
  transition: all 0.5s;
}

.flex-box3-list .img {
  padding-bottom: 60%;
}

.flex-box3-list .text {
  padding-top: 20px;
}

.flex-box3-list .text h3 {
  color: #000;
  font-size: 16px;
}

.flex-box3-list:hover .text h3 {
  color: var(--color);
}

.flex-box3-list:hover .text h3 {
  color: var(--color);
}

.footer {
  padding: 60px 0 45px;
  background: #000;
  position: relative;
  text-align: center;
  color: #f6ecc3;
}

.footer::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dfce9e;
  left: 0;
  top: 3px;
}

.footer-linkLogo {
  text-align: center;

}

.footer-linkLogo ul li {
  display: inline-block;
  vertical-align: middle;
  width: 290px;
  margin: 0 10px;
}

.footer-link {
  text-align: center;
  margin-top: 30px;
}

.footer-link ul li {
  display: inline-block;
  margin: 0 5px;
}

.footer-link ul li a {
  display: block;
}

.footer-link ul li a img {
  height: 30px;
}

.footer-bottom {
  margin-top: 30px;
  text-align: center;
  color: #f6ecc3;
  font-size: 14px;
}



.detail-bg {
  position: relative;
  background: #FFF;
  -webkit-box-shadow: 0px 8px 8px rgb(193 186 169 / 80%);
  box-shadow: 0px 8px 8px rgb(193 186 169 / 80%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

.detail-bg-box {
  padding: 46px 20px;
  box-sizing: border-box;
  border: 2px solid #bcb17a;
  position: relative;
  min-height: 50vh;
}

.detail-bg-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: url(../images/bg_deco-main_top.png) repeat-x left top;
  height: 26px;
  top: 0;
  left: 0;
}

.detail-bg-box::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: url(../images/bg_deco-main_bottom.png) repeat-x left top;
  height: 26px;
  bottom: 0;
  left: 0;
}


.form-flex {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.form-flex .txt {
  width: 160px;
}

.form-flex .txt p {
  font-size: 20px;
  text-align: right;
}

.form-flex .right {
  width: calc(100% - 160px);
  padding-left: 30px;
}

.form-flex.form-input {
  align-items: center;
}

.form-input input {
  width: 100%;
  border: none;
  background-color: rgba(246, 236, 195, 0.25);
  height: 60px;
  font-size: 18px;
  padding: 0 15px;
  border-radius: 5px;
}

.form-input .codes {
  display: flex;
  align-items: center;

}

.form-input .codes img {
  height: 60px;
  cursor: pointer;
}

.form-input .codes input {
  flex: 1;
}

.from-upimg .from-fileimglist {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: #FFFFFF;
  border: 1px solid #DCDFE6;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.detail-text-bg {
  background-color: rgba(246, 236, 195, 0.25);
  padding: 20px;
  font-size: 16px;
  line-height: 2;
}

.nei-img img {
  width: 100%;
}

.nei-img {
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDFE6;
}

.faq-list {
  padding: 20px 0;
  border-bottom: 1px solid #DCDFE6;
}

.faq-list .title {
  font-size: 16px;
  color: #333;
}

.faq-list .desc {
  font-size: 15px;
  color: #666;
  margin-top: 20px;
}

.detail-txt {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}

.detail-table-title h3 {
  text-align: center;
  font-size: 50px;
  letter-spacing: 0.25em;
}

.detail-table {
  border-radius: 10px;
  overflow: hidden;
}

.detail-table table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

.detail-table table tr th {
  padding: 20px;
  font-size: 18px;
  color: #000;
  text-align: center;
  background-color: #d3ac44;
}

.detail-table table tr td {
  padding: 20px;
  font-size: 16px;
  color: #000;
  word-wrap: break-word;
  /* 旧版的浏览器支持 */
  overflow-wrap: break-word;
  /* 标准属性 */
}

.detail-table table tr:nth-child(odd) {
  background-color: rgba(246, 236, 195, 0.25);
}

.mt20 {
  margin-top: 40px;
}



.Download-list {
  padding: 20px 0;
  border-bottom: 1px solid #DCDFE6;
}

.Download-list .title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.Download-list .desc {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
}


.Download-link a {
  font-size: 20px;
  color: #2d32eb !important;
  margin: 8px 0;
}

.GameIntroduction {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url(../images/bg_bright.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.GameIntroduction .GameIntroduction-img {
  width: 65%;
}

.GameIntroduction .GameIntroduction-img img {
  width: 100%;
}

.GameIntroduction .GameIntroduction-imgab {
  width: 100%;
}

.GameIntroduction .GameIntroduction-imgab img {
  width: 100%;
}


.GameIntroduction .GameIntroduction-info {
  width: 35%;
  padding: 40px;
}

.GameIntroduction .GameIntroduction-info .GameIntroduction-logo {
  padding-left: 0%;
  padding-right: 0%;
  text-align: center;
}

.GameIntroduction .GameIntroduction-info .GameIntroduction-logo img {
  width: 100%;
}

.video-box {
  position: relative;
  cursor: pointer;
}

.video-box::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/icon_play.png) no-repeat center rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  -ms-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  background-position: 95% 95%;
}

.video-box img {
  width: 100%;
}

.link-img {
  overflow: hidden;
  position: relative;
}

.link-img img {
  width: 100%;
  transition: all 0.5s;
}

.link-img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer;
}

.link-img:hover::after {
  opacity: 1;
}

.GameIntroduction-swiper .swiper-button-next,
.GameIntroduction-swiper .swiper-button-prev {
  background-image: none;
  width: 40px;
  height: 40px;
  border-radius: 60px;
  border: 1px solid #000;
  z-index: 3;
  top: 20px;
  left: 14px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 0;
  text-align: center;
}

.GameIntroduction-swiper .swiper-button-next i,
.GameIntroduction-swiper .swiper-button-prev i {
  font-size: 25px;
  line-height: 35px;
}

.GameIntroduction-swiper .swiper-button-next {
  left: auto;
  right: 14px;
}

.GameIntroduction-swiper .swiper-button-next.swiper-button-disabled,
.GameIntroduction-swiper .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.GameIntroduction-swiper .swiper-button-next:hover,
.GameIntroduction-swiper .swiper-button-prev:hover {
  background-color: #000;
  color: #fff;
}


.news ul li {}

.news ul li .news-list {
  padding: 20px 0;
  border-bottom: 1px solid #DCDFE6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  position: relative;
}

.news ul li .news-list::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bcb17a;
  position: absolute;
  left: 0;
  top: 25px;
}

.news ul li .news-list h3 {
  width: 80%;
}

.page_div {
  margin: 20px 10px 20px 0;
  color: #666;
  padding-top: 20px;
  text-align: center;
}

/* é¡µæ•°æŒ‰é’®æ ·å¼ */
.page_div button {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  cursor: pointer;
  color: #666;
  font-size: 13px;
  line-height: 28px;
  background-color: #f9f9f9;
  border: 1px solid #dce0e0;
  text-align: center;
  margin: 0 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
  width: 50px;
  color: var(--color);
  border: 1px solid var(--color)
}

#nextPage,
#prePage {
  width: 70px
}

.page_div .current {
  background-color: var(--color);
  border-color: var(--color);
  color: #FFF
}

.news-detail-title h3 {
  font-size: 20px;
  font-weight: 400;
}

.news-detail-title .time {
  font-size: 14px;
  margin-top: 10px;
}

.news-detail-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDFE6;
}

.pro {
  background: url(../images/bg_pro.png) center top;
  padding-top: 147px;
}

.pro-item .flex-box2 ul li {
  width: 33.33%;
}

.pro-item .flex-box2 ul li .flex-box2-list {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.pro-item .flex-box2 ul li .flex-box2-list .text h3 {
  color: #fff;
}

.pro-bgimgtop>div,
.pro-bgimgbot>div {
  position: relative;
  z-index: 2;
}

.pro-bgimgtop {
  background: url(../images/bg_pro_top.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
}

.pro-bgimgtop::after {
  content: '';
  display: block;
  width: 100%;
  height: 70%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}

.pro-bgimgbot {
  background-image: url(../images/bg_pro_bot.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.pro-bgimgbot::after {
  content: '';
  display: block;
  width: 100%;
  height: 70%;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.detail-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-num {
  font-size: 18px;

}

.detail-num p span {
  color: #da4a52;
  font-size: 26px;
  vertical-align: middle;
}



.lottery_box {
  position: relative;
}

.lottery_box .list_box {
  width: 750px;
  height: 750px;
  margin: 50px auto;
  position: relative;
}

.lottery_box .list {
  position: absolute;
  width: 180px;
  height: 180px;
  padding: 10px;
  background: #fffdfd;
  border-radius: 10px;
}

.lottery_box .list:nth-child(1) {
  left: 0;
  top: 0;
}

.lottery_box .list:nth-child(2) {
  left: 190px;
  top: 0;
}

.lottery_box .list:nth-child(3) {
  right: 190px;
  top: 0;
}

.lottery_box .list:nth-child(4) {
  right: 0;
  top: 0;
}

.lottery_box .list:nth-child(5) {
  right: 0;
  top: 190px;
}

.lottery_box .list:nth-child(6) {
  right: 0;
  bottom: 190px;
}

.lottery_box .list:nth-child(7) {
  right: 0;
  bottom: 0;
}

.lottery_box .list:nth-child(8) {
  right: 190px;
  bottom: 0;
}

.lottery_box .list:nth-child(9) {
  left: 190px;
  bottom: 0;
}

.lottery_box .list:nth-child(10) {
  left: 0;
  bottom: 0;
}

.lottery_box .list:nth-child(11) {
  left: 0;
  bottom: 190px;
}

.lottery_box .list:nth-child(12) {
  left: 0;
  top: 190px;
}

.lottery_box .list_box::before {
  content: '';
  display: none;
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.lottery_box .list_box0::before {
  display: block;
  left: 0;
  top: 0;
}

.lottery_box .list_box1::before {
  display: block;
  left: 190px;
  top: 0;
}

.lottery_box .list_box2::before {
  display: block;
  right: 190px;
  top: 0;
}

.lottery_box .list_box3::before {
  display: block;
  right: 0;
  top: 0;
}

.lottery_box .list_box4::before {
  display: block;
  right: 0;
  top: 190px;
}

.lottery_box .list_box5::before {
  display: block;
  right: 0;
  bottom: 190px;
}

.lottery_box .list_box6::before {
  display: block;
  right: 0;
  bottom: 0;
}

.lottery_box .list_box7::before {
  display: block;
  right: 190px;
  bottom: 0;
}

.lottery_box .list_box8::before {
  display: block;
  left: 190px;
  bottom: 0;
}

.lottery_box .list_box9::before {
  display: block;
  left: 0;
  bottom: 0;
}

.lottery_box .list_box10::before {
  display: block;
  left: 0;
  bottom: 190px;
}

.lottery_box .list_box11::before {
  display: block;
  left: 0;
  top: 190px;
}

.lottery_box .list_but {
  position: absolute;
  left: 245px;
  top: 245px;
  width: 260px;
  height: 260px;
  padding: 4px;
  cursor: pointer;
  font-size: 50px;
  color: #fff;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lottery_box .list_but:hover {
  background-color: var(--color);
}

.lottery_box .list_but p {
  display: inline-block;
  vertical-align: middle;
}

.lottery_box .list_ev {
  width: 100%;
  height: 100%;

  border: 1px dashed #d3ac44;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}

.lottery_box .list_ev .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lottery_box .list_ev img {
  height: 90%;
}

.red {
  color: #da4a52;
}


.ForumList-nav {
  text-align: center;
}

.ForumList-nav .buts {
  box-shadow: none;
  margin: 0 15px;
}

.ForumList-list {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.ForumList-list .ForumList-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}

.ForumList-list .ForumList-user .img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}

.ForumList-list .ForumList-user .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ForumList-list .ForumList-user .text {
  width: calc(100% - 60px);
  padding-left: 20px;
}

.ForumList-list .ForumList-user .text h3 {
  display: inline-block;
  font-size: 16px;
  position: relative;
  line-height: 24px;
  padding-right: 60px;
}

.ForumList-list .ForumList-user .text h3 span {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  line-height: 24px;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
}

.ForumList-list .ForumList-user .text .p1 {
  display: inline-block;
  font-size: 14px;
  color: #333;
  margin-top: 2px;
  margin-right: 40px;
}

.ForumList-desc {
  margin-top: 10px;
  color: #000;
  font-size: 16px;
}

.ForumListt-desc {
  margin-top: 10px;
  color: #000;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

.ForumList-img .img {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-top: 10px;
  overflow: hidden;
  line-height: 120px;
  border: 1px solid #eee;
}

.ForumList-img .img img {
  max-width: 100%;
  max-height: 100%;
}

.addForum-but {
  position: fixed;
  right: 10px;
  bottom: 5%;
  background-color: #d3ac44;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
}

.Forum-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: none;
}

.Forum-pop-box {
  width: 1000px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 25px;
}

.Forum-pop-box .title {
  text-align: center;
  font-size: 25px;
  color: #000;
}

.Forum-pop-list {
  margin-top: 20px;
}

.Forum-pop-list .name {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.Forum-pop-list .Forum-pop-tags span {
  display: inline-block;
  line-height: 34px;
  padding: 0 15px;
  background-color: rgba(246, 236, 195, 0.4);
  font-size: 16px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}

.Forum-pop-list .Forum-pop-tags span.active {
  background-color: var(--color);
  color: #fff;
}

.Forum-pop-list .Forum-pop-textarea textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #dbd9cc;
  outline: none;
  font-size: 16px;
  padding: 10px 15px;

}

.Forum-pop-list .Forum-pop-img .img {
  width: 100px;
  height: 100px;
  border: 1px solid #dbd9cc;
  text-align: center;
  line-height: 98px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
  overflow: hidden;
  position: relative;

}

.Forum-pop-list .Forum-pop-img .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.Forum-pop-list .Forum-pop-img .img .close {
  position: absolute;
  display: block;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  background-image: url(../images/gb.png);
  background-position: center;
  opacity: 1;
  background-size: 70% 70%;
  background-repeat: no-repeat;
}

.Forum-pop-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.ForumDetail .ForumList-list {
  border-bottom: 1px solid #eee;
  border-radius: 0;
  position: relative;
  margin: 0;
}

.ForumDetail .buts {
  min-width: 100px;
  line-height: 40px;
  font-size: 14px;
  position: absolute;
  right: 25px;
  top: 25px;
}

.ForumList-two {
  padding-left: 50px;
}

.ForumList-reply {
  border-top: 1px solid #eee;
  margin-top: 15px;
}

.ForumList-reply-list {
  margin: 10px 0;
}

.ForumList-reply .ForumList-reply-user span {
  color: #d3ac44;
  font-size: 14px;
  vertical-align: middle;
}

.ForumList-reply .ForumList-reply-user small {
  font-size: 14px;
  color: #000;
  vertical-align: middle;
}

.ForumList-reply .ForumList-reply-user .but {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  padding: 0 10px;
  margin-left: 10px;
  border-radius: 2px;

}

.ForumList-reply .ForumList-desc {
  font-size: 14px;
  margin-top: 5px;
}

.ForumList-reply .ForumList-reply-user .but:hover {
  background-color: #d3ac44;
  color: #fff;
}

.SignIn-box-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.SignIn-title {
  font-size: 18px;
  color: #000;
}

.my-box {
  display: flex;
  justify-content: space-between;
  align-items: self-start;

}

.my-box .my-nav {
  width: 250px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 8px rgb(193 186 169 / 80%);
  box-shadow: 0px 8px 8px rgb(193 186 169 / 80%);
  border-radius: 5px;
  overflow: hidden;
}

.my-box .my-nav .title {
  background-color: var(--color);
  padding-left: 30px;
}

.my-box .my-nav .title h3 {
  line-height: 80px;
  font-size: 30px;
  color: #fff;
}

.my-box .my-nav ul li a {
  display: block;
  padding: 10px 30px 10px 30px;
  font-size: 16px;
  color: #000;
}

.my-box .my-nav ul li.active a {
  color: #d3ac44 !important;
}

.my-box .detail-bg {
  width: calc(100% - 270px);
  margin-top: 0;
}

.My_Member_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DCDFE6;
  padding-bottom: 20px;
}

.My_Member_top .Member-user {
  display: flex;
  align-items: center;
  flex: 1;
}

.My_Member_top .Member-user .img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}

.My_Member_top .Member-user .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.My_Member_top .Member-user .text {
  padding-left: 20px;
}

.My_Member_top .Member-user .p1 {
  width: 300px;
  font-size: 18px;
  color: #000;
}

.My_Member_top .Member-user .p2 {
  font-size: 16px;
  margin-top: 5px;
}

.My_Member_top .Member-user .p2 span {
  font-size: 20px;
  color: #da4a52;
}

.My_Member_top .buts {
  min-width: 210px;
  line-height: 54px;
  font-size: 16px;
}

.pro-flex-list {
  display: flex;
  justify-content: space-between;
}

.pro-flex-list .img {
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.pro-flex-list .text {
  width: calc(100% - 90px);
  padding-left: 20px;
  text-align: left;
}

/* 模态框背景 */
.modal {
  display: none;
  /* 默认隐藏 */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

/* 视频容器 */
.modal-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 81%;
  object-fit: cover;
  /* 确保视频覆盖整个容器 */
}

/* 关闭按钮样式 */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  z-index: 5;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}