.wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -8px;
  left: 8px;
  overflow: hidden;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
}

.wrap:hover {
  opacity: 0.9;
}

.wraps {
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 30px;
  line-height: 27px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border: 1px dashed;
  box-shadow: 0 0 0 1px #000, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
  background: rgb(1, 132, 127);
}

.flash {
  font-weight: bold;
  font-size: calc(10px + 4vh);
  line-height: calc(10px + 6.6vh);
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
  color: #fff6a9;
  font-family: "Sacramento", cursive;
  text-align: center;
  animation: blink 1s infinite;
  -webkit-animation: blink 1s infinite;
  margin: 1rem 0;
}

.bling {
  text-align: center;
  margin: 2rem 0;
}

.bling1 {
  margin: 0;
  padding: 0;
  color: white;
  display: inline-block;
  font-size: 2.3rem;
  ;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}

/* xifeng0926 peace.elite start */
.defaultimg,
.dx-tag-div:has(> img:not([src])),
.dx-tag-div:has(> img.loading),
a:has(> img:not([src])),
a:has(> img.loading) {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-nav.side-toolbar-list .dx-tag-li {
  position: relative;
  display: inline-block;
  margin: 0 .25rem;
}

.navbar-nav.side-toolbar-list .dx-tag-li a {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  border-radius: 100%;
  font-size: .75rem;
  background: #2c2a2a;
  color: #ccc;
  vertical-align: middle;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.navbar-nav.side-toolbar-list .dx-tag-li a i {
  font-size: .9rem;
  line-height: 2.5rem;
}

.page-navigator>.dx-tag-li {
  display: none;
}

.page-navigator>.next {
  display: inline-block;
  float: right;
}

@media (max-width: 767px) {
  :where(.dx-tag-div, .dx-tag-p, .dx-tag-ol, .dx-tag-ul, .dx-tag-li) {
    /* all: unset; */
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  body.not-safari #nav .menu .dx-tag-li a,
  body.not-safari .blog-title {
    font-weight: 400;
  }

  #nav .menu .dx-tag-li a {
    padding: 0.375rem 1.75rem;
    position: relative;
    line-height: 2.25rem;
    color: #9ba3ad;
    display: block;
    font-size: 1.25rem;
    text-align: center;
    font-weight: 400;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }

  body.theme-dark #nav .menu .dx-tag-li a {
    color: #ccc !important;
  }

  body.not-safari #nav .menu .dx-tag-li a {
    font-size: 1.125rem;
    line-height: 2rem;
  }

  #nav-toolbar .side-toolbar .side-toolbar-list .dx-tag-li {
    display: inline-block;
    margin: 0 .25rem;
    line-height: 3.625rem;
  }

  #nav-toolbar .side-toolbar .side-toolbar-list .dx-tag-li a {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    border-radius: 100%;
    font-size: .75rem;
    background: #2c2a2a;
    color: #ccc;
    vertical-align: middle;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
}

#age-warning {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  z-index: 9999
}

#age-warning .dx-warning-container {
  width: 80vw;
  background-image: url(/usr/themes/Mirages/images/pc_background.png);
  box-shadow: 6px 3px 20px 8px rgb(64 64 64/45%);
  padding: 12px 12px 24px;
  border-radius: 8px
}

@media (min-width:768px) {
  #age-warning .dx-warning-container {
    width: 400px;
  }
}

#age-warning .dx-warning-flex-box {
  display: flex;
  align-items: center;
  background: #292828;
  padding: 6px 12px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px
}

#age-warning .dx-lang-icon {
  width: 24px;
  margin-right: 4px
}

#age-warning #lang {
  background-color: transparent;
  color: #fff;
  outline: 0;
  border: 0;
}

#age-warning .dx-warn-logo {
  width: 60%;
  display: block;
  margin: 24px auto
}

#age-warning .dx-content-container {
  text-align: center
}

#age-warning .dx-warn-title {
  font-size: 24px
}

#age-warning .dx-warn-content {
  margin: 12px 0;
  font-size: 18px
}

#age-warning .btn-item {
  display: block;
  margin: auto;
  width: 80%;
  padding: 6px 0;
  border-radius: 4px;
  border: 0;
  background-color: transparent;
}

#age-warning .btn-age-confirm {
  color: #000;
  margin: 16px auto;
  background: linear-gradient(to right, #377cff, #fff);
}

#age-warning .btn-age-cancel {
  border: 1px solid #fff;
  color: #fff;
}

.addbox>.dx-tag-div {
  background: #2c2a2a;
  padding: .6rem 2rem .6rem .6rem;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.addbox>.dx-tag-div .logo {
  width: 2rem;
  margin-left: .4rem;
  border-radius: 7px;
}

.addbox>.dx-tag-div .showSwipe {
  background: rgb(183, 255, 115);
  color: rgb(44, 42, 43);
  padding: .3rem 1rem;
  border-radius: 1rem;
  font-size: .875rem;
}

.addbox>.dx-tag-div .closeX {
  position: absolute;
  top: .5rem;
  right: .9rem;
  font-size: .7rem;
}

.closebox .closeDilog .closeG {
  width: 1rem;
  height: 1rem;
  position: relative;
}

.addbox>.dx-tag-div .closeX:before,
.addbox>.dx-tag-div .closeX:after {
  position: absolute;
  top: 1px;
  right: 1px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: white;
}

.closebox .closeDilog .closeG:before,
.closebox .closeDilog .closeG:after {
  position: absolute;
  top: 0;
  content: ' ';
  height: 17px;
  width: 1px;
  background-color: white;
}

.addbox>.dx-tag-div .closeX:before,
.closebox .closeDilog .closeG:before {
  transform: rotate(45deg);
}

.addbox>.dx-tag-div .closeX:after,
.closebox .closeDilog .closeG:after {
  transform: rotate(-45deg);
}

.nav-categories .list .dx-tag-li {
  padding: .4rem .2rem;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: .6rem;
}

.nav-categories .list .dx-tag-li:last-child {
  margin-right: 0;
}

.nav-categories .list .dx-tag-li a {
  color: #2f92ff;
  border: 1px solid rgb(161, 161, 161);
  padding: 6px 10px;
  border-radius: 5px;
}

.nav-categories .list .dx-tag-li.active a {
  color: #2f92ff;
  font-weight: 900;
  border-color: #2f92ff;
}


@media (max-width: 767px) {

  .post-near .dx-tag-nav {
    display: flex !important;
    flex-direction: column;
  }

  .post-near .dx-tag-nav span {
    flex: 1;
  }


}

/* xifeng0926 peace.elite end */
