div[data-content] {
  display: none;
}

.clearall {
  clear: both;
  overflow: hidden;
  font-size: 0;
}
div.p {
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
}
div.p img {
  width: 100%;
}
div.p a.text {
  display: inline-block;
  width: 100%;
}

.affTpllay {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  display: inline;
  position: absolute;
  font-size: 0;
  overflow: hidden;
  max-width: 150px;
  z-index: 10;
}

.affTpllay img {
  max-width: 150px;
  max-height: 230px;
  width: 150px;
}

.affTpllay.t {
  left: 0;
  top: 0;
  right: 0;
  display: none;
  position: fixed;
  max-width: 100vw;
  width: 100vw;
}

.affTpllay.t img {
  max-width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: fill;
}

.affTpllay.b {
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
  max-width: 100vw;
  width: 100vw;
}

.affTpllay.b img {
  max-width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: fill;
}

.affTpllay.c {
  left: 50%;
  top: 50vh;
  transform: translate(-50%, -50%);
}

.affTpllay.t {
  left: 0;
  top: 0;
  right: 0;
}

.affTpllay.b {
  left: 0;
  bottom: 0;
  right: 0;
}

.affTpllay.lt {
  left: 0;
  top: 0;
}

.affTpllay.rt {
  right: 0;
  top: 0;
}

.affTpllay.l {
  left: 0;
  top: 50vh;
  transform: translate(0, -50%);
}

.affTpllay.r {
  right: 0;
  top: 50vh;
  transform: translate(0, -50%);
}

.affTpllay.lb {
  left: 0;
  top: 100vh;
  transform: translate(0, -100%);
}

.affTpllay.rb {
  right: 0;
  top: 100vh;
  transform: translate(0, -100%);
}

@media screen and (max-width: 500px) {
  .affTpllay {
    max-width: 65px;
  }

  .affTpllay img {
    max-height: 110px;
    width: 100%;
  }

  .affTpllay.t {
    display: block;
  }

  .affTpllay.t img {
    max-height: 60px;
  }

  .affTpllay.b {
    display: block;
  }

  .affTpllay.b img {
    max-height: 60px;
  }

  .affTpllay.lt {
    top: 60px;
  }

  .affTpllay.rt {
    top: 60px;
  }

  .affTpllay.lb {
    top: calc(100vh - 60px);
  }

  .affTpllay.rb {
    top: calc(100vh - 60px);
  }
}

.jiugongad {
  width: 100%;
}
.jiugongad .p {
  margin-bottom: 4px;
  width: 32.3%;
  display: inline-block;
}
.jiugongad .p img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.appdownloadad {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  font-size: 14px;
  background-color: var(--themesub);
  padding: 0 !important;
  box-sizing: border-box;
}
.appdownloadad div {
  padding: 0 !important;
}
.appdownloadad a {
  text-align: center;
}
.appdownloadad .p {
  margin: 0 0 9px 9px;
  float: left;
  display: inline-block;
  clear: none;
  width: calc(10% - 10px);
}
.appdownloadad .p:nth-child(10n) {
  margin-right: 0;
}
.appdownloadad .p:nth-child(-n + 10) {
  margin-top: 10px;
}
.appdownloadad .p:last-child {
  clear: both;
  float: none;
}
.appdownloadad .p img {
  width: 100%;
  object-fit: contain;
  display: block;
  border-radius: 10px;
  aspect-ratio: 1 / 1;
}
.appdownloadad .p .adtitle {
  margin: 2px 0;
  color: var(--font);
  font-weight: bold;
  font-size: 0.725rem;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appdownloadad .p .adbtn {
  color: var(--font);
  border-radius: 8px;
  background: var(--bg);
  margin: 0;
  font-size: 11px;
  line-height: 23px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 500px) {
.appdownloadad {
    padding-right: 16% !important;
  }
  .appdownloadad .p {
    width: calc(25% - 11px);
  }
  .appdownloadad .p:nth-child(-n + 10) {
    margin-top: 0;
  }
  .appdownloadad .p:nth-child(-n + 4) {
    margin-top: 10px;
  }
}

.floatfixedad_layout {
  position: -webkit-sticky;
  position: sticky;
  top: 25vh;
  z-index: 9;
  width: 100%;
  height: 0;
  overflow: visible;
}

.floatfixedad {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.floatfixedad .affTpllay {
  position: relative;
}
.floatfixedad .affTpllay .p {
  margin: 20px 10px 0 0;
}
.floatfixedad .affTpllay .p span {
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 8px !important;
  line-height: 10px !important;
  background: #f00 !important;
  top: -8px !important;
  right: -8px !important;
}
.floatfixedad .affTpllay img {
  border-radius: 15px;
  border: solid 2px red;
  width: 64px;
}
.floatfixedad .affTpllay .clo {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 1px;
  width: 15px;
  height: 15px;
  line-height: 16px;
  background: #000;
  font-size: 11px;
  text-align: center;
}
.floatfixedad .affTpllay .xx {
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 675px) {
  .floatfixedad {
    transform: translate(100%, 0);
  }
}

#player {
  background-image: url(/lib/imgs/loading.svg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.box-page {
  margin: 1rem 0;
  text-align: center;
}
.box-page ul.page {
  text-align: center;
  padding: 1rem 0;
}
.box-page ul.page li {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  border: 1px solid var(--font);
  border-radius: 0.1rem;
  margin: 0 0.2rem;
  float: none;
}
.box-page ul.page li:hover {
  opacity: 0.9;
  background-color: var(--font);
}
.box-page ul.page li:hover a {
  color: var(--theme);
}
.box-page ul.page li span,
.box-page ul.page li a {
  display: inline-block;
  padding: 0 1rem;
  border-radius: 0.1rem;
  height: 2rem !important;
  line-height: 2rem !important;
}
.box-page ul.page li.active {
  background-color: var(--font);
}
.box-page ul.page li.active a {
  color: var(--theme);
}
.box-page ul.page li a * {
  font-style: normal;
}
.box-page ul.page li a em {
  display: none;
}
@media screen and (max-width: 550px) {
  .box-page ul.page li a i {
    display: none;
  }
  .box-page ul.page li a em {
    display: inline;
  }
  .box-page {
    margin: 0;
    padding: 0 !important;
  }
  .box-page ul.page li {
    display: none;
  }
  .box-page ul.page li.active,
  .box-page ul.page li.near,
  .box-page ul.page li.text {
    display: inline-block;
  }
}

.icon.icon_arrow_up {
  background-image: url(/static/images/arrow_up.png);
}
.starlist > .left,
.starlist > .right {
  background-image: url("/static/images/arr_left.png");
}
.starlist > .right {
  background-image: url("/static/images/arr_right.png");
}
#topdiv > .newurl > .logo {
  background-image: url("/static/images/logo.png");
}
#flasher > .left,
#flasher > .right {
  background-image: url("/static/images/arr_left.png");
}
#flasher > .right {
  background-image: url("/static/images/arr_right.png");
}
.topsite .share {
  background-image: url(/static/images/share_person.png);
}
.vodpic,
.startpic {
  background-image: url("/static/images/loadingpic.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.menus {
  width: 100%;
  float: left;
  margin-top: 0px;
  padding-bottom: 0px;
}
.menus ul {
  width: 100%;
  float: left;
  padding: 8px 0px;
}
.menus ul > li {
  float: left;
  width: 11.111%;
  text-align: center;
}
.menus ul > li > a {
  width: 90%;
  padding: 10px 0px;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  font-size: 1.2em;
}
@media screen and (max-width: 550px) {
  .menus ul > li {
    width: 20%;
  }
  .menus ul > li > a {
    padding: 3px 0px;
    font-size: 0.75em;
  }
  .menus ul > li > a.now {
    margin-top: 15px;
  }
}

.img-swiper {
  width: 100%;
  height: 50vw;
  max-height: 500px;
}

.img-swiper img {
  width: 100%;
  height: 100%;
}
.img-swiper .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #fff;
}

.play_view {
  margin-bottom: 20px;
}
.play_view,
.play_view iframe {
  width: 100%;
  height: 58vw;
  max-height: 560px;
}

.hide {
  display: none;
}
.tot {
  text-align: center;
}
.tot .down {
  display: inline-block;
  width: 14%;
  box-sizing: border-box;
  padding: 10px 0;
  border-radius: 6px;
  border: 1px solid #333;
  margin: 20px 1% 0 1%;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}
@media screen and (max-width: 760px) {
  .tot .down {
    width: 30% !important;
    margin: 10px 1% 0 1%;
    font-size: 16px;
    padding: 5px 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
  }
}

.nlist {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding: 0 5px;
}
.nlist .item {
  padding: 15px 15px 15px 15px;
  background-color: #eee;
  margin: 0 0 5px 0;
  color: #333;
}
.nlist .item.pic {
  display: flex;
  padding: 6px;
}
.nlist .item.pic img {
  width: 100px;
  height: 140px;
  object-fit: cover;
  margin-right: 15px;
}
.nlist .item .rbox {
  flex: 1;
  min-width: 0;
  padding: 10px 0 0 0;
}
.nlist .title {
  font-size: 15px;
  border: 0;
  padding: 0;
  float: none;
}
.nlist .desc {
  font-size: 12px;
  color: #909090;
  margin-top: 10px;
}
.nlist .bom {
  font-size: 13px;
  vertical-align: middle;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0px 8px;
  white-space: nowrap;
  font-size: 11px;
  padding: 0px 6px;
  height: 20px;
  color: #aaa;
  border: 1px solid currentColor;
  border-radius: 3px;
  margin-top: 12px;
}

.news-content {
  padding: 12px;
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}
.news-content img {
  display: block;
  width: 100%;
  height: auto;
}
