@charset "UTF-8";

html {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

body {
  font-size: 1.4rem;
  color: #333;
  font-family: "PingFang SC", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden;
  background-color: #f5f6f7;
  position: relative;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  zoom: 1;
}

html * {
  outline: 0;
  zoom: 1;
}

html button::-moz-focus-inner {
  border-color: transparent !important;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
a img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}

q:before,
q:after {
  content: "";
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}

em,
i {
  font-style: normal;
}

.input:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

em,
i {
  font-style: normal;
}

a {
  margin: 0;
  padding: 0;
  background: 0 0;
  color: rgba(0, 0, 0, 0.9);
  vertical-align: baseline;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #1c95a8;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus,
input:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.circle {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.artPost img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 300px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

.colwrapper {
  overflow: hidden;
  zoom: 1;
  margin: 5px auto;
}

.strong {
  font-weight: bold;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.show {
  display: block;
  visibility: visible;
}

.hide {
  display: none;
  visibility: hidden;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.op {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.break {
  word-wrap: break-word;
  overflow: hidden;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

a {
  outline: medium none;
}

:focus {
  outline: 0;
}

a,
div {
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: transparent;
}

.justify {
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align: justify;
  text-align-last: justify;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
}

.tn {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container:before,
.container:after,
.warp:after,
.main:before,
.main:after,
.orw:before,
.orw:after,
.artWarp:after,
.artWarp:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}

.container:after,
.main:after,
.orw:after,
.artWarp:after {
  clear: both;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  clear: both;
}

.warp {
  margin-top: 0px;
  overflow: hidden;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #888;
}

::-webkit-input-placeholder {
  color: #888;
}

::-ms-input-placeholder {
  color: #888;
}
.gw100 {
  width: 100%;
}
body .container {
  max-width: 900px !important;
  position: relative;
  z-index: 3;
}

.backgroundimagebox {
  position: relative;
}

.backgroundimage {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 1;
  overflow: hidden;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 8px 8px 0 0;
  background-image: none !important;
}

.backgroundimage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  -webkit-clip-path: polygon(
    0% 100%,
    0% 0%,
    100% 0%,
    100% 100%,
    90% 96%,
    88% 100%,
    77% 98%,
    65% 100%,
    53% 98%,
    40% 97%,
    27% 100%,
    15% 97%
  );
  clip-path: polygon(
    0% 100%,
    0% 0%,
    100% 0%,
    100% 100%,
    90% 96%,
    88% 100%,
    77% 98%,
    65% 100%,
    53% 98%,
    40% 97%,
    27% 100%,
    15% 97%
  );
}
.backgroundimagebox:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60vh;
  z-index: -2;
  left: 0;
  right: 0;
  top: -100px;
  background-color: transparent;
  background-image: radial-gradient(
      at 52% 46%,
      hsla(220, 100%, 74%, 1) 0px,
      transparent 50%
    ),
    radial-gradient(at 28% 17%, hsla(199, 100%, 84%, 1) 0px, transparent 50%),
    radial-gradient(at 67% 13%, hsla(21, 100%, 77%, 1) 0px, transparent 50%);
  box-shadow: none;
}
.global-container {
  display: flex;
  align-items: center;
  line-height: 56px;
  list-style: none;
  flex-wrap: wrap;
  position: relative;
}

.global-container dt {
  flex: 1;
}
.global-container dt.appbox {
  background-color: #fff;
  padding-top: 70px;
  padding: 0px 15px 0 15px;
}
.global-header dd.breadcrumb ol {
  display: block;
}
.global-header dd.breadcrumb ol ol {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}

.global-header dd.breadcrumb ol a {
  padding: 0 5px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: normal;
}
.global-header dd.breadcrumb ol .current-menu-item a {
  color: #20a0ff;
}
body.dmg .breadcrumb ol li a {
  text-align: center;
  color: #454545;
  font-weight: bolder;
  border: 1px solid #454545;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
}
.global-container h1 {
  font-weight: 600;
}
.global-container h1,
.global-container a {
  font-size: 24px;
}

.global-container h1 a,
.global-container a {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
}
.global-header {
  display: flex;
  align-items: center;
  line-height: 56px;
  list-style: none;
  flex-wrap: wrap;
  position: relative;
}

.global-header dt {
  flex: 1;
}

.global-header dd.breadcrumb {
  display: block;
}
.global-header dd.breadcrumb ol {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}

.global-header dd.breadcrumb a {
  padding: 0 5px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: normal;
}
.global-header dd.breadcrumb .current-menu-item a {
  color: #1e87f0;
}
body.dmg .breadcrumb ol li a {
  text-align: center;
  color: #454545;
  font-weight: bolder;
  border: 1px solid #454545;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
}
.global-header h1 {
  font-weight: 600;
}
.global-header h1,
.global-header a {
  font-size: 24px;
}

.global-header h1 a,
.global-header a {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
}
.module-1 {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
.module-1 dt {
  display: flex;
  border-bottom: 1px #f0f3f6 solid;
  padding-bottom: 15px;
}
.module-1 dt.bg {
  background: #f25f5c;
  border: 0;
  display: inherit;
  text-align: center;
  align-items: center;
  padding: 64px 32px;
  border-radius: 6px;
}

.module-1 h1,
.module-1 h2,
.module-1 h3,
.module-1 h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  flex: 1;
}
.module-1 dt.bg span {
  color: #fff;
  font-weight: normal;
  padding-top: 10px;
}
.module-1 dt.bg h1,
.module-1 dt.bg h2,
.module-1 dt.bg h3,
.module-1 dt.bg h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
  margin-top: 16px;
  color: #fff;
  position: relative;
  flex: 1;
}

.module-1 a.more {
  color: #999;
  font-weight: normal;
  font-size: 14px;
}
.module-1 a.more::after {
  content: ">";
  padding-left: 5px;
}
.module-1 dd ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #eee;
  padding: 15px 0;
  line-height: 16px;
}
.module-1 dd ul li:last-child {
  border: none;
  padding-bottom: 0;
  margin: 0;
}
.module-1 ul li a {
  display: block;
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  color: #20a0ff;
}
.module-1 dd ul li h2 span {
  color: #31c27c;
  font-weight: normal;
}
.module-1 dd ul li h2 span::before {
  content: "-";
  padding-right: 10px;
}
.module-1 dd ul li span {
  color: #999;
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
}
.module-1 dd ul li em.author {
  color: #999;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
}
.module-1 dd ul li em.author::before {
  content: "-";
  padding-right: 10px;
}
.module-1 dt h1 {
  padding-bottom: 10px;
}
.module-1 dt form {
  display: flex;
}
.module-1 dt input {
  flex: 1;
  padding: 10px 0 10px 15px;
  margin: 10px 0;
  border: none;
  border-radius: 8px 0 0px 8px;
}
.module-1 dt button {
  background-color: #ffdc00;
  border: none;
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 0px 8px 8px 0px;
}
.module-2 {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
.module-2 h2,
.module-2 h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  border-bottom: 1px #f0f3f6 solid;
  position: relative;
  padding-bottom: 15px;
  color: #ff5722;
  text-shadow: 0 0 1px #ffeb3b;
}

.module-2 dt {
  margin-bottom: 15px;
}
.module-2 dd {
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
}
.module-2 dd a {
  font-size: 16px;
  line-height: 32px;
  padding: 0px 10px;
  font-weight: normal;
}
.module-3 {
  background-color: #fff;
  border-radius: 8px;
  margin: 20px 0;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  background-color: #fff;
  border-radius: 8px;
}
.module-3 h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 16px;
  border-bottom: 1px #f0f3f6 solid;
  position: relative;
  padding-bottom: 15px;
}

.module-3 dt {
  margin-bottom: 15px;
}
.module-3 dd a {
  font-size: 16px;
  line-height: 32px;
  padding: 0px 10px;
}
.module-3 dd a:last-child {
  padding: 0;
}
.module-4 {
  display: flex;
  margin-right: -15px;
}
.module-4 h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 16px;
  border-bottom: 1px #f0f3f6 solid;
  position: relative;
  padding-bottom: 15px;
}
.module-4 dd {
  flex: auto;
  margin: 0px 15px 0 0;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  background-color: #fff;
}
.module-4 dd ul li {
  font-size: 15px;
  color: #303133;
  margin-bottom: 6px;
  border-bottom: dotted 1px #eee;
}
.module-4 dd ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.module-4 dd ul li a {
  font-weight: normal;
  font-size: 15px;
}
.module-4 dd ul li .num {
  font-size: 12px;
  display: inline-block;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background: #eee;
  color: #909399;
  border-radius: 4px;
  margin-right: 10px;
}

.module-4 dd ul li:nth-child(1) .num {
  background: #008ee1;
  color: #fff;
}

.module-4 dd ul li:nth-child(2) .num {
  background: #5fb9ff;
  color: #fff;
}

.module-4 dd ul li:nth-child(3) .num {
  background: #b0ddff;
  color: #fff;
}

.module-4 dd ul li em {
  color: #31c27c;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
}
.module-4 dd ul li em::before {
  content: "-";
  padding-right: 10px;
}
.module-5 {
  background-color: #fff;
  border-radius: 8px;
  margin: 12px 0;
  border: 1px solid #eee;
  padding: 15px;
}
.module-5 dt {
  display: flex;
  border-bottom: 1px #f0f3f6 solid;
  padding-bottom: 15px;
}
.module-5 h1,
.module-5 h2,
.module-5 h3,
.module-5 h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 16px;
  margin-top: 16px;
  position: relative;
  flex: 1;
}
.module-5 dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.module-5 dd ul li {
  width: calc(25% - 12px);
  position: relative;
  overflow: hidden;
  border-bottom: 1px dashed #eee;
  border-radius: 4px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.module-5 dd ul li:last-child {
  border-bottom: none;
}

.module-5 dd ul li::before {
  content: "";
  display: block;
  padding-top: 150%;
}
.module-5 dd ul li > * {
  position: absolute;
  inset: 0;
}

.module-5 dd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.module-5 dd ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-5 dd ul li em {
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px 0 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent);
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
}
.module-5 dd ul li span {
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 20px);
  background-color: #f90;
  color: #fff;
  font-weight: normal;
  padding: 10px 15px;
  border-radius: 8px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
}
.module-5 dd ul li:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.module-5 dd ul li:hover em {
  opacity: 1;
  transform: translateY(0);
}
.module-5 dd ul li:hover span {
  opacity: 1;
  transform: translate(-50%, 0);
}
.module-5 dd ul li:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
}

.module-6 {
  background-color: #fff;
  border-radius: 8px;
  margin: 12px 0;
  padding: 0 15px 15px 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
.module-6 dt {
  display: flex;
  border-bottom: 1px #f0f3f6 solid;
  padding-bottom: 15px;
}
.module-6 dt.bg {
  background: #f25f5c;
  border: 0;
  display: inherit;
  text-align: center;
  align-items: center;
  padding: 64px 32px;
  border-radius: 6px;
}

.module-6 h1,
.module-6 h2,
.module-6 h3,
.module-6 h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 16px;
  position: relative;
  flex: 1;
}
.module-6 dt.bg span {
  color: #fff;
  font-weight: normal;
  padding-top: 10px;
}
.module-6 dt.bg h1,
.module-6 dt.bg h2,
.module-6 dt.bg h3,
.module-6 dt.bg h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 16px;
  margin-top: 16px;
  color: #fff;
  position: relative;
  flex: 1;
}

.module-6 a.more {
  color: #999;
  font-weight: normal;
  font-size: 14px;
}
.module-6 a.more::after {
  content: ">";
  padding-left: 5px;
}
.module-6 dd ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #eee;
}
.module-6 dd ul li:last-child {
  border: none;
  padding-bottom: 0;
  margin: 0;
}
.module-6 ul li a {
  display: block;
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  color: #20a0ff;
}
.module-6 dd ul li h2 span {
  color: #31c27c;
  font-weight: normal;
}
.module-6 dd ul li h2 span::before {
  content: "-";
  padding-right: 10px;
}
.module-6 dd ul li span {
  color: #999;
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
}
.module-6 dd ul li em.author {
  color: #999;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
}
.module-6 dd ul li em.author::before {
  content: "-";
  padding-right: 10px;
}
.module-6 dt h1 {
  padding-bottom: 10px;
}
.module-6 dt form {
  display: flex;
}
.module-6 dt input {
  flex: 1;
  padding: 10px 0 10px 15px;
  margin: 10px 0;
  border: none;
  border-radius: 8px 0 0px 8px;
}
.module-6 dt button {
  background-color: #ffdc00;
  border: none;
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 0px 8px 8px 0px;
}
.module-6 dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 15px;
}
.module-6 dd ul li {
  width: calc(50% - 7.5px);
}

.module-7 {
  border-radius: 8px;
  margin: 12px 0;
}
body.post-type-archive-music .module-7 dd {
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
body.post-type-archive-music .global-search form {
  display: flex;
}
body.post-type-archive-music .global-search input {
  width: auto;
  display: initial;
  flex: 1;
  margin-right: 10px;
}
body.post-type-archive-music .global-search button {
  width: auto;
  display: initial;
  margin-top: 0;
  padding: 7px 10px;
}
body.single-dmg .global-search,
body.post-type-archive-dmg .global-search {
  border: none;
  padding: 2px;
  background-color: #fff;
  border-radius: 0;
}
body.post-type-archive-dmg .global-search.index {
  background: none;
}
.module-7 h1,
.module-7 h2,
.module-7 h3,
.module-7 h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  flex: 1;
}
.module-7 dd ul {
  margin-top: -15px;
}
.module-7 dd ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #eee;
  line-height: 31px;
  padding: 15px 0;
}

.module-7 dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.module-7 dt h1 {
  background-color: #fcf8e3;
  padding: 5px;
  margin: 0;
  flex: 0 0 auto;
}
.module-7 dt h1 span {
  background: none;
  font-weight: 500;
}
.module-7 dt cite {
  background-color: #ff6b21;
  color: #fff;
  border-radius: 32px;
  padding: 5px 7px;
  font-size: 12px;
  white-space: nowrap;
  line-height: normal;
}

.module-7 ul li a {
  display: block;
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  color: #20a0ff;
}
.module-7 ul li span a {
  font-weight: 500;
  font-size: 15px;
}
.module-7 dd ul li h2 span {
  color: #31c27c;
  font-weight: normal;
}
.module-7 dd ul li h2 span::before {
  content: "-";
  padding-right: 10px;
}
.module-7 dd ul li span {
  color: #999;
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
}
.module-7 dd ul li em.author {
  color: #999;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
}
.module-7 dd ul li em.author::before {
  content: "-";
  padding-right: 10px;
}

.module-8 {
}
.module-8 dt,
.module-8 dd {
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
.module-8 dt {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 0 0 8px 8px;
}
.module-8 .content {
  max-height: 150px;
  overflow: hidden;
  line-height: 42px;
}
.module-8 .content img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.module-8 .content p {
  text-indent: 0em;
  font-size: 17px;
  line-height: 44px;
  word-break: break-word;
  color: rgba(0, 0, 0, 0.9);
}
.module-8 .content a {
  font-weight: normal;
  font-size: 17px;
}
.module-8 .content.height-auto {
  max-height: none;
}
.module-8 .expand {
  text-align: center;
  cursor: pointer;
  color: rgb(29, 33, 41);
  font-size: 16px;
  line-height: 16px;
  background-color: rgb(229, 230, 235);
  box-shadow: none;
  margin: -20px auto 10px auto;
  width: 100px;
  border-radius: 0 0 8px 8px;
  padding: 10px;
}
.module-8 .content h2,
.module-8 h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 16px;
}
.module-8 .content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #20a0ff;
  font-weight: bold;
  color: #20a0ff;
  border-left: 3px solid #20a0ff;
  background: #e7eeff50;
  padding: 5px 10px;
}
.module-8 dd p.download-links {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 5px;
}

.module-8 dd p.download-links a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #fff;
  border: none;
  background: #20a0ff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#20a0ff),
    to(#20b8ff)
  );
  background: -webkit-linear-gradient(left, #20a0ff, #20b8ff);
  background: linear-gradient(90deg, #20a0ff, #20b8ff);
  color: #fff;
  padding: 6px 0px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 5px rgba(32, 160, 255, 0.5);
  box-shadow: 0 3px 5px rgba(32, 160, 255, 0.5);
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}

.module-8 dd p.download-links a:hover {
  background: linear-gradient(90deg, #1a8ff6, #1ab3ff);
  color: #ffffff;
}

.module-8 dd p.download-links a.download-android {
  background: #31c27c;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#31c27c),
    to(#3dd68a)
  );
  background: -webkit-linear-gradient(left, #31c27c, #3dd68a);
  background: linear-gradient(90deg, #31c27c, #3dd68a);
  -webkit-box-shadow: 0 3px 5px rgba(49, 194, 124, 0.5);
  box-shadow: 0 3px 5px rgba(49, 194, 124, 0.5);
}

.module-8 dd p.download-links a.download-android:hover {
  background: linear-gradient(90deg, #2aa86c, #35c47f);
}

.module-8 dd p.download-links a.download-ios {
  background: #1a1a1a;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a1a1a),
    to(#333333)
  );
  background: -webkit-linear-gradient(left, #1a1a1a, #333333);
  background: linear-gradient(90deg, #1a1a1a, #333333);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.module-8 dd p.download-links a.download-ios:hover {
  background: linear-gradient(90deg, #0d0d0d, #262626);
}
.module-8 .appnews ul li a {
  display: flex;
  align-items: stretch;
}
.module-8 .appnews ul li .thumb {
  display: inline-block;
  width: 138px;
  height: 103px;
  position: relative;
  overflow: hidden;
  border-radius: 0.08rem;
  margin-right: 0.3rem;
}
.module-8 .appnews ul li .info {
  flex: 1;
  overflow: hidden;
  position: relative;
  margin-left: 10px;
}
.module-8 .appnews .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.module-8 .appnews .title {
  font-size: 18px;
  line-height: 18px;
}
.module-8 .appnews time {
  font-size: 14px;
  font-weight: normal;
  color: #999;
  line-height: 14px;
  margin: 10px 0;
}
.module-8 .appnews .desc {
  font-size: 14px;
  font-weight: normal;
  color: #999;
  line-height: 31px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.module-9 {
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.module-9 dt {
  line-height: 36px;
  padding-bottom: 10px;
}
.module-9 ul {
  column-count: 3;
  column-gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.module-9 ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  background-color: #f5f6f7;
  padding: 15px;
  box-sizing: border-box;
}
.module-9 ul li a {
  display: flex;
  align-items: center;
}
.module-9 ul li a img {
  width: 90px;
  height: 90px;
  border-radius: 4px;
}
.module-9 ul li a span {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin-left: 10px;
  height: 90px;
}

.module-9 ul li a span p:nth-child(1) {
  font-size: 18px;
  margin: 0;
  line-height: normal;
}

.module-9 ul li a span p:nth-child(2) {
  display: block;
  font-size: 14px;
  background-color: #20a0ff;
  color: #fff;
  text-align: center;
  font-weight: normal;
  border-radius: 4px;
  padding: 7px 0;
  margin: 0;
  line-height: 21px;
}
.module-9 ul li p.newslist {
  display: block;
  border-top: dashed 1px #ddd;
  margin-top: 15px;
}
.module-9 ul li p.newslist a {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  font-weight: normal;
  padding-top: 15px;
}
.module-9 ul li p.newslist a::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: #d3d3d3;
  border-radius: 50%;
  margin: 0 5px 1px 0;
}
.module-10 {
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
.game-info-flex {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
  font-size: 15px;
}

.game-info-flex .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  line-height: 31px;
}

.game-info-flex .row:last-child {
  border-bottom: none;
}

.game-info-flex .label {
  width: 120px;
  background: #f8f8f8;
  padding: 12px;
  font-weight: 600;
  color: #555;
  border-right: 1px solid #eee;
}

.game-info-flex .value {
  flex: 1;
  padding: 12px;
  border-right: 1px solid #eee;
}
.game-info-flex .value a {
  font-size: 15px;
  color: #999;
  font-weight: normal;
}
.game-info-flex .value:last-child {
  border-right: none;
}

.game-info-flex .value.large {
  flex-basis: calc(100% - 120px);
  border-right: none;
}

.pagination {
  margin-top: 15px;
  display: flex;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #eee;
  padding: 10px 15px;
}
.pagination a {
  flex: 1;
  align-items: center;
  text-align: center;
  color: #666;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
}
.pagination a:nth-child(2) {
  border-left: 1px solid #eee;
}
.global-footer-wrapper {
  color: #999;
  font-size: 12px;
  padding: 0 15px;
}
.global-footer-wrapper p {
  line-height: 31px;
}
.global-footer-wrapper a {
  color: #999;
  font-size: 12px;
  font-weight: normal;
}
.global-footer-wrapper a::after {
  content: "-";
  padding-left: 10px;
  padding-right: 5px;
}
.global-footer-wrapper a:last-child::after {
  content: "";
}
.global-footer-wrapper dd {
  padding-top: 10px;
}
.global-search {
  display: flex;
  border-radius: 8px 8px 0 0;
}
.global-search input {
  position: relative;
  flex-wrap: wrap;
  align-items: stretch;
  width: auto;
  display: initial;
  flex: 1;
  margin-right: 10px;
  border-color: #20a0ff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  height: 38px;
  font-size: 16px;
  padding: 6px 12px;
  transition: none;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.global-search button {
  border: none;
  background: #20a0ff;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 4px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  transition: none;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  -webkit-user-select: none;
}
.search-tip,
body.post-type-archive-music .module-7 dd.search-tip {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 15px;
  line-height: 30px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 8px;
  font-size: 14px;
}

.content {
  margin: 0px 0 15px 0;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  text-align: justify;
  width: 100%;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  background-color: #fff;
  border-radius: 8px;
}

body.single-music .content p:nth-child(5) {
  padding: 15px 20px 15px 40px;
  background-color: #f2f6c1;
  background-image: -webkit-radial-gradient(
      center,
      cover,
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.1) 90%
    ),
    -webkit-repeating-linear-gradient(top, transparent, transparent 29px, rgba(
            239,
            207,
            173,
            0.7
          )
          29px, rgba(239, 207, 173, 0.7) 30px);
  background-image: -moz-radial-gradient(
      center,
      cover,
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.1) 90%
    ),
    -moz-repeating-linear-gradient(top, transparent, transparent 29px, rgba(
            239,
            207,
            173,
            0.7
          )
          29px, rgba(239, 207, 173, 0.7) 30px);
  background-image: -o-radial-gradient(
      center,
      cover,
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.1) 90%
    ),
    -o-repeating-linear-gradient(top, transparent, transparent 29px, rgba(
            239,
            207,
            173,
            0.7
          )
          29px, rgba(239, 207, 173, 0.7) 30px);
  background-position: 0 -15px;
  color: #6a5f49;
  text-shadow: 0 1px 1px white;
  position: relative;
  border: 0;
}
.content img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.content p {
  text-indent: 0em;
  font-size: 17px;
  line-height: 42px;
  word-break: break-word;
  color: rgba(0, 0, 0, 0.9);
}
.content a {
  font-weight: normal;
  font-size: 17px;
}
.content dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}

.content dt h1,
.content h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex: 1 1 0%;
  color: rgba(0, 0, 0, 0.9);
  background-color: #f5f6f7;
  width: 100%;
  padding: 8px 16px;
  display: flex;
  justify-content: flex-start;
  border-radius: 8px 8px 0 0;
}

.content time {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  -webkit-box-align: center;
  align-items: center;
  flex: 1 1 0%;
  color: rgba(0, 0, 0, 0.9);
  background-color: #f5f6f7;
  width: 100%;
  height: 25px;
  padding: 8px 16px;
  display: flex;
  justify-content: flex-start;
  border-radius: 0 0 8px 8px;
  font-weight: normal;
  margin-bottom: 10px;
}
body.post-type-archive-music .content dt h1 {
  text-align: center;
  background-color: #31c27c;
  color: #fff;
  margin: 0 auto;
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  width: auto;
  flex: none;
}
.content dt span {
  font-weight: normal;
  color: #999;
  font-size: 12px;
}
.content dt span:first-of-type {
  margin-right: auto;
}

.content dt span:last-of-type {
  margin-left: auto;
}

body.post-type-archive-wangming .content p {
  border-bottom: 1px dashed #e4e8ec;
}
.content p:last-of-type {
  border: none;
}
.content h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 16px;
  margin-top: 16px;
}
body.post-type-archive-music .content h2 {
  position: relative;
  padding-left: 20px;
  background: none;
  border: none;
}

body.post-type-archive-music .content h2::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #03c75a1f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
body.post-type-archive-music .content h2::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #31c27c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 3px;
}
.content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #20a0ff;
  font-weight: bold;
  color: #20a0ff;
  border-left: 3px solid #20a0ff;
  background: #e7eeff50;
  padding: 5px 10px;
}
.content p.download {
  margin: 15px 0;
  border-bottom: dotted 1px #eee !important;
  padding-bottom: 20px !important;
}
.content .btn-down {
  text-indent: initial;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  transition: all 0.3s ease;
  position: relative;
}
.content .btn-down-baidu {
  background: linear-gradient(45deg, #2196f3, #1976d2);
  box-shadow: 0 2px 8px rgba(33, 150, 243, 0.3);
}

.content .btn-down-baidu:hover {
  background: linear-gradient(45deg, #1976d2, #1565c0);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.4);
  color: white;
}

.content .btn-down-quark {
  background: linear-gradient(45deg, #ff6b35, #f7931e);
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
}

.content .btn-down-quark:hover {
  background: linear-gradient(45deg, #e55a2b, #e8851c);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
  color: white;
}

.quark-download {
  position: relative;
}

.qr-tooltip {
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.qr-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: white;
}

.qr-tooltip img {
  display: block;
  margin: 0 auto;
}

.qr-tooltip p {
  margin: 8px 0 0 0;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.quark-download:hover .qr-tooltip {
  opacity: 1;
  visibility: visible;
}

.content .btn-down-quark {
  cursor: default;
}

.content p.download-links {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 5px;
}

.content p.download-links a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #fff;
  border: none;
  background: #20a0ff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#20a0ff),
    to(#20b8ff)
  );
  background: -webkit-linear-gradient(left, #20a0ff, #20b8ff);
  background: linear-gradient(90deg, #20a0ff, #20b8ff);
  color: #fff;
  padding: 6px 15px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 5px rgba(32, 160, 255, 0.5);
  box-shadow: 0 3px 5px rgba(32, 160, 255, 0.5);
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

#global-footer-wrapper-modal-mask {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

#global-footer-wrapper-modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  padding: 20px;
  max-width: 420px;
  width: 90%;
}

#global-footer-wrapper-modal > div:first-child {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

#global-footer-wrapper-modal .modal-content {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#global-footer-wrapper-modal .modal-actions {
  text-align: right;
  margin-top: 15px;
}

#global-footer-wrapper-modal button {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
}

#global-footer-wrapper-modal button:hover {
  background: #005f8d;
}

body.post-type-archive-music .content p {
}
body.post-type-archive-music .content .aplayer {
  overflow: initial;
}
body.post-type-archive-music .content .aplayer .aplayer-body {
  line-height: initial;
}
.appbox {
}
.appinfo {
  background-color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  line-height: normal;
}
.appinfo span {
  margin-left: 15px;
}
.appinfo span img {
  width: 40px;
  height: 40px;
}
.appinfo em,
.appinfo h1 {
  line-height: normal;
  color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
  font-size: 22px;
  padding-left: 10px;
}
.appimages {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  scroll-snap-type: x mandatory;
}

.appbox .appimages li {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.appbox .appimages img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  border-radius: 16px;
}

.appbox .appimages li:first-child:nth-last-child(1) {
  width: 100%;
}

.appbox .appimages li:first-child:nth-last-child(2),
.appbox .appimages li:first-child:nth-last-child(2) ~ li {
  width: calc((100% - 10px) / 2);
}

.appbox .appimages li:first-child:nth-last-child(3),
.appbox .appimages li:first-child:nth-last-child(3) ~ li {
  width: calc((100% - 20px) / 3);
}

.appbox .appimages li:first-child:nth-last-child(4),
.appbox .appimages li:first-child:nth-last-child(4) ~ li {
  width: calc((100% - 30px) / 4);
}

.appbox .appimages li:first-child:nth-last-child(n + 5),
.appbox .appimages li:first-child:nth-last-child(n + 5) ~ li {
  width: calc((100% - 30px) / 4);
}

body.post-type-archive-music .global-header dd.breadcrumb ol a.active {
  color: #31c27c;
}
body.post-type-archive-music .module-1 .bg {
  background-color: #31c27c;
}
body.post-type-archive-music .global-search button {
  background-color: #31c27c;
}

body.post-type-archive-music .global-search input {
  border-color: #31c27c !important;
}

body.post-type-archive-music .module-4 dd ul li:nth-child(1) .num {
  background: #31c27c;
  color: #fff;
}
body.post-type-archive-music .module-4 dd ul li:nth-child(2) .num {
  background: #5ce6a3;
  color: #fff;
}
body.post-type-archive-music .module-4 dd ul li:nth-child(3) .num {
  background: #93f2c4;
  color: #fff;
}
body.post-type-archive-music .module-6 dd ul li em.author {
  color: #31c27c;
}
body.post-type-archive-music .module-1 dd ul li em.author {
  color: #31c27c;
}

#global-footer-modal-mask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

#global-footer-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  padding: 20px;
  max-width: 420px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  display: none;
}

#global-footer-modal .modal-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

#global-footer-modal .modal-content {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}

#global-footer-modal .modal-actions {
  text-align: right;
}

#global-footer-modal button {
  background: #20a0ff;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}

#global-footer-modal button:hover {
  background: #1a8ff6;
}

.qak_popup {
  position: fixed;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  transition: bottom 0.4s ease;
}

.qak_popup.visible {
  bottom: 20px;
}

.qak_popup_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 32px;
  z-index: -1;
}

.qak_popup_main {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;

  border-radius: 32px;
  padding: 12px 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.qak_popup_info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.qak_popup_info .icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.qak_popup_info em,
.qak_popup_info p.title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  white-space: nowrap;
}

.qak_popup .download-links {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 40px;
}

.qak_popup .download-links a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 12px;
  height: 36px;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  border: none;
  background: #20a0ff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#20a0ff),
    to(#20b8ff)
  );
  background: -webkit-linear-gradient(left, #20a0ff, #20b8ff);
  background: linear-gradient(90deg, #20a0ff, #20b8ff);

  border-radius: 6px;
  -webkit-box-shadow: 0 3px 5px rgba(32, 160, 255, 0.5);
  box-shadow: 0 3px 5px rgba(32, 160, 255, 0.5);
}

.qak_popup .download-links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.qak_popup .download-links a.download-android {
  background: #31c27c;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#31c27c),
    to(#3dd68a)
  );
  background: -webkit-linear-gradient(left, #31c27c, #3dd68a);
  background: linear-gradient(90deg, #31c27c, #3dd68a);
  -webkit-box-shadow: 0 3px 5px rgba(49, 194, 124, 0.5);
  box-shadow: 0 3px 5px rgba(49, 194, 124, 0.5);
}

.qak_popup .download-links a.download-android:hover {
  background: linear-gradient(90deg, #2aa86c, #35c47f);
}

.qak_popup .download-links a.download-ios {
  background: #1a1a1a;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a1a1a),
    to(#333333)
  );
  background: -webkit-linear-gradient(left, #1a1a1a, #333333);
  background: linear-gradient(90deg, #1a1a1a, #333333);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.qak_popup .download-links a.download-ios:hover {
  background: linear-gradient(90deg, #0d0d0d, #262626);
}
.qak_popup .close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.qak_popup .close:before,
.qak_popup .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #333;
  border-radius: 2px;
}

.qak_popup .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.qak_popup .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.qak_popup .close:hover {
  background: #fff;
}
@media (max-width: 821px) {
  .container {
    padding: 0px;
  }
  body {
    background-color: #fff;
  }
  .module-8 .expand {
    border-radius: 32px;
  }
}

@media (max-width: 767px) {
  .game-info-flex .label {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .game-info-flex .value,
  .game-info-flex .value.large {
    width: 50%;
    flex-basis: 50%;
    border-right: none;
  }
  body {
    background-color: #fff;
  }
  .module-8 dt,
  .module-8 dd {
    box-shadow: none;
    border-radius: 0;
  }
  .module-8 .expand {
    border-radius: 32px;
  }
  .global-container {
  }
  .global-header dd.breadcrumb ol {
    overflow-x: scroll;
    white-space: nowrap;
    margin-left: 20px;
    max-width: 171px;
  }

  .global-header dd.breadcrumb ol ol {
    overflow-x: scroll;
    white-space: nowrap;
    margin-left: 20px;
  }

  .global-container dd.active-menu {
    width: 100%;
    text-align: center;
    background-color: #f0f0f0;
  }

  .global-container dd.active-menu a {
    display: block;
    padding: 10px;
    color: red;
  }
  .module-1 dt.bg {
    padding: 32px 16px;
  }
  .container {
    padding: 0px;
  }

  .module-1 {
    border: none;
  }
  .module-2 {
    border: none;
  }
  .module-3 {
  }
  .global-search {
    width: 100%;
    z-index: 9999;
  }
  body.single-dmg .global-search,
  body.post-type-archive-dmg .global-search {
    padding: 0 15px 10px 15px;
  }
  .single-dmg .global-header dt,
  .single-dma .global-header dt,
  .single-dps .global-header dt {
    background-color: #fff;
  }
  .global-header dt h1 {
    padding: 0 15px;
  }
  body.post-type-archive-dmg .global-search.index {
    background: #fff;
    padding: 10px 15px;
    margin: 0;
    margin-bottom: -25px;
  }

  .global-search form {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
  }

  body.tax-dmg_tag .global-search,
  body.single-dmg .global-search {
    position: initial;
    background-color: #fff;
    padding: 0px 15px 0px 15px;
    border-radius: 0;
  }

  .global-search form input[type="text"] {
    display: block;
    box-sizing: border-box;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    margin: 0;
    height: 38px;
    padding: 6px 12px;
  }

  .global-search form button {
    flex: 0 0 80px;
    width: 80px;
    box-sizing: border-box;
    height: 38px;
    padding: 8px 10px;
  }
  .content {
    border-radius: 0;
  }
  .global-container dt.appbox {
    border-radius: 8px 8px 0 0;
    background-color: initial;
  }
  .global-container {
    margin-top: -59px;
    z-index: 9999;
  }
  .global-footer-wrapper {
  }
  .module-4 {
    display: inherit;
  }
  .module-4 dd {
    margin-bottom: 15px;
  }
  .module-5 dd ul li {
    width: calc(50% - 7.5px);
  }
  .module-5 dd ul li em,
  .module-5 dd ul li span {
    display: block;
  }
  .module-5 dd ul li em {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent);
    color: #fff;
    font-size: 14px;
    padding: 10px 15px 20px 15px;
    width: 100%;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .module-5 dd ul li span {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f90;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
    border-radius: 8px;
    z-index: 9999;
    opacity: 1;
    transition: none;
  }
  .module-5 dd ul li::after {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, rgba(0, 0, 0, 0.4)),
      to(transparent)
    );
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    left: 0;
    content: "";
  }
  #global-footer-wrapper-modal {
    top: auto;
    bottom: 10%;
    transform: translate(-50%, 0);
    width: 94%;
  }
  .content .downloadmusic dl dd.song-info,
  .content .downloadmusic dl dt {
    display: none;
  }
  .appbox .appimages li {
    width: calc(50% - 5px);
  }
  .module-8 dd p.download-links a {
    font-size: 15px;
  }
  .module-9 ul {
    column-count: 1;
  }
  .module-9 ul li {
    width: 100%;
  }
  .module-8 .content p {
    line-height: 33px;
  }

  .backgroundimage {
    position: relative;
    aspect-ratio: 4 / 1;
    overflow: hidden;
    margin: 0 -15px;
    width: auto;
    background-color: initial;
    background-image: none;
  }

  .backgroundimage img {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    -webkit-clip-path: none;
    clip-path: none;
  }

  .global-footer-wrapper p {
    text-align: center;
  }
  .module-8 .content img,
  .content img {
    width: 90%;
    height: 90%;
  }
  .qak_popup.visible {
    bottom: 10px;
  }

  .qak_popup_main {
    padding: 10px 12px;
    gap: 8px;
  }

  .qak_popup_info .icon {
    width: 36px;
    height: 36px;
  }

  .qak_popup_info em,
  .qak_popup_info p.title {
    font-size: 14px;
  }

  .qak_popup .download-links a {
    height: 32px;
    font-size: 13px;
    padding: 0 10px;
  }
  .module-8 .content img,
  .content img {
    width: 90%;
    height: 90%;
  }
  body.post-type-archive-music .module-7 dd {
    border-radius: 0;
  }
  body.post-type-archive-music .module-2 {
    border-radius: 0;
  }
  body.post-type-archive-music .global-search {
    background-color: #fff;
    margin-bottom: -12px;
    border-radius: 0;
    padding: 15px;
  }
  body.post-type-archive-music .content,
  body.single-music .content {
    background-color: initial;
  }
  .single-wangming .global-header {
    display: initial;
  }
  .single-wangming .global-header dd.breadcrumb ol {
    max-width: 100%;
  }
  .single-wangming .content {
    background-color: initial;
  }
  .post-type-archive-wangming .module-1 {
    background-color: initial;
  }
}

@media (max-width: 376px) {
  body {
    background-color: #fff;
  }
  .module-5 dd ul li em,
  .module-5 dd ul li span {
    display: block;
  }
  .module-8 .expand {
    border-radius: 32px;
  }
  .module-5 dd ul li {
    width: 100%;
  }
  .module-8 .content img,
  .content img {
    width: 90%;
    height: 90%;
  }
}
