/*
 * @Author: wangshuo01(982081898@qq.com) 
 * @Date: 2026-02-28 15:25:36 
 * @Last Modified by: wangshuo01
 * @Last Modified time: 2026-03-20 19:13:32
 */
html,
body,
div,
span,
object,
embed,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
cite,
code,
del,
dfn,
em,
img,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
}

ul,
li,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

i,
em,
cite,
dfn {
  font-style: normal;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.none {
  display: none;
}

.block {
  display: block;
}

.overf {
  overflow: hidden;
}

.center {
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.trs3 {
  transition: all 0.3s;
}

:focus,
a {
  outline: none;
  outline-style: none;
  -moz-outline-style: none;
  transition: all 0.3s;
}

a:visited,
a:link {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  filter: brightness(1.1);
}

ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}
input::-webkit-inner-spin-button {
  display: none;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-ms-clear {
  display: none;
}
:root {
  --scale: 1;
  --f-fzh: "方正准圆_GBK";
  --f-sy: "思源宋体 CN Medium", "思源宋体cn";
  --f-syh: "思源黑体 CN Normal", "Microsoft YaHei";
  --f18: 0.18rem;
  --f21: 0.21rem;
  --f23: 0.23rem;
  --f25: 0.25rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f33: 0.33rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f45: 0.45rem;
  --f48: 0.48rem;
  --f52: 0.52rem;
  --f60: 0.6rem;
  --f70: 0.7rem;
  --size: calc(100vw / 7.5);
}

@font-face {
  font-family: "myFont_fzzy";
  src: url("../font/方正准圆_GBK.TTF");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 防止FOIT（无样式文本闪烁） */
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 100px;
  /* font-size: var(--size); */
}

/* @media screen and (max-width: 1300px) {
  html {
    font-size: calc(1300px / 25.6);
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: calc(100vw / 7.5);
  }
} */

body {
  font:
    16px/1.5 var(--f-fzh),
    "myFont_fzzy",
    "Microsoft YaHei";
  color: #525152;
}

/*自定义有序列表*/
ol {
  padding-left: 1.5em;
}

ol > li {
  list-style: decimal;
  list-style-position: outside;
}

/*滚动条美化样式*/

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #242222;
}

/* 视频弹窗样式 */

.videoPop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.9);
}

.videoPop .inVideoPop {
  width: 80%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
}

.videoPop .closeVideoBtn {
  width: 78px;
  height: 78px;
  display: block;
  position: absolute;
  right: 0;
  top: -90px;
  cursor: pointer;
  background: url(../../mobile/images/close-pop.png) no-repeat;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  z-index: 99;
}

.videoPop .closeVideoBtn:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.videoPop #video {
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.videoPop #video video {
  width: 100%;
  height: auto;
  background: black;
}

/* 视频弹窗样式 */

/* animation */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.fadeIn.paused {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ani-scroll {
  0% {
    transform: translate3d(0, 5%, 0);
  }

  to {
    transform: translate3d(0, -5%, 0);
  }
}

/* topMenu */
.topMenu {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  color: #928874;
  background: transparent;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topMenu .logo {
  width: 1.83rem;
  position: absolute;
  top: 0.2rem;
  left: 0.3rem;
  z-index: 2;
}
.topMenu .logo img {
  width: 100%;
}
.topMenu .top-more {
  position: absolute;
  top: 0.3rem;
  right: 0.7rem;
  z-index: 2;
  display: flex;
  justify-content: end;
  align-items: center;
  column-gap: 0.35rem;
}

.top-more .menu-audio {
  width: 0.88rem;
  height: 0.88rem;
  background: url(../../mobile/images/top-mp3-bg.png) no-repeat 50% 0 / contain;
  display: block;
  
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-more .menu-audio .js-videoBtn {
  width: 36px;
  height: 43px;
  display: block;
  background: url(../../mobile/images/top-mp3-0.png) no-repeat 50% 0 / contain;
  animation: roll 6s linear infinite;
  animation-play-state: paused;
}
.top-more .menu-audio.playing .js-videoBtn {
  background: url(../../mobile/images/top-mp3-1.png) no-repeat 50% 0 / contain;
  animation-play-state: running;
}
.top-more .menu-audio.close .js-videoBtn {
  background: url(../../mobile/images/top-mp3-0.png) no-repeat 50% 0 / contain;
  animation-play-state: paused;
}

.topMenu .menu {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.91rem;
  /* background: url(https://static.web.sdo.com/dnc/web1/pc/top-menu.png) no-repeat 50% 0 / contain; */
  background-size: 100% 100%;
  overflow: hidden;
}

.topMenu .menuUl {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0.2rem;
  color: #c2c5b2;
  line-height: 1;
  display: flex;
  justify-content: center;
}

.topMenu .menuUl li {
  position: relative;
  text-align: center;
  width: 1.6rem;
  height: 100%;
  line-height: 0.7rem;
}
.topMenu .menuUl li::after {
  content: "";
  width: 1px;
  height: 0.15rem;
  background: #a3957c;
  position: absolute;
  right: 0;
  top: 0.25rem;
}
.topMenu .menuUl li:last-child::after {
  content: none;
}

.topMenu .menuUl li a {
  display: block;
  color: #c2c5b2;
  height: 100%;
  position: relative;
}
.topMenu .menuUl li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  width: 3.6rem;
  height: 0.84rem;
  pointer-events: none;
  background: url(https://static.web.sdo.com/dnc/web1/pc/top-menuA.png)
    no-repeat 50% 0 / contain;
  opacity: 0;
  transition: all 0.3s;
}

.topMenu .menuUl li:hover::before,
.topMenu .menuUl li.active::before {
  opacity: 1;
}

.topMenu .call {
  font-size: 0.48rem;
  color: #93916b;
  text-align: center;
  line-height: 1;
  margin-top: 3rem;
}

.topMenu .call small {
  display: block;
  font-size: 0.3rem;
  margin-bottom: 1.8rem;
}

.topMenu .otherGame {
  display: flex;
  margin-top: 3.5rem;
  justify-content: center;
}
.topMenu .otherGame a {
  width: 3.84rem;
  height: 0.84rem;
  flex: none;
}
.topMenu .otherGame a.g1 {
  background: url(https://static.web.sdo.com/dnc/web1/pc/top-other-btn1.png)
    no-repeat;
}
.topMenu .otherGame a.g2 {
  margin-left: -0.18rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/top-other-btn2.png)
    no-repeat;
}

/* 动画 */
@-webkit-keyframes roll {
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes roll {
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
