@charset "UTF-8";

@media only screen and (min-width: 992px) {
  .navigator {
    background: rgb(247, 247, 247) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .navigator-bg {
    background: rgb(247, 247, 247) !important;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1) !important;
  }

  .page-content {
    width: 500px !important;
  }

  html,
  body {
    width: 100%;
    height: 100%;
    background-color: #ffffff !important;
  }
}

/********************************** 项目中样式 *********************************/

.hidden {
  display: none !important;
}

body,
html {
  overflow: hidden;
}

.navigator,
.navigator-bg {
  width: 100%;
  height: 1.70667rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0rem;
  z-index: 999;
  background: #f7f7f7;
  -webkit-box-shadow: 0 0 0.21333rem #dadada;
  box-shadow: 0 0 0.21333rem #dadada;
}

.navigator i {
  font-size: 0.81067rem;
}

.navigator a.active {
  color: #f54d42;
}

.navigator > a {
  display: block;
  float: left;
  width: 33%;
  height: 1.70667rem;
  text-align: center;
  font-size: 0.68267rem;
  color: #666 !important;
  line-height: 1.70667rem;
  overflow: hidden;
  text-decoration: none !important;
}

.navigator a.active i,
.navigator a.active p {
  color: #f54d42 !important;
}

.navigator a > p {
  font-family: "Microsoft YaHei" !important;
  overflow: hidden;
  height: 1.70667rem;
  line-height: 1.70667rem;
  font-size: 0.68267rem;
}

.navigator a span {
  font-size: 0.68267rem;
  display: inline-block;
  margin: 0 0.21333rem;
}

.navigator a img {
  height: 0.85333rem;
}

body {
  min-height: 100%;
}

a:hover,
a:focus {
  color: #f54d42 !important;
  text-decoration: none !important;
}

.epaper-list {
  left: 0;
  right: 0;
  top: 1.70667rem;
  font-size: 0.72533rem;
  height: calc(100vh - 1.70667rem);
  overflow: hidden;
  width: 100%;
  padding: 0 0.42667rem;
  min-height: 300px;
  position: absolute;
}

.have-footer-nav .epaper-list {
  height: calc(100vh - 3.84337rem);
}

.epaper-list .title {
  font-size: 0.98133rem;
  line-height: 2.13333rem;
  text-align: center;
  border-bottom: 0.128rem solid #254355;
}

.epaper-list-item {
  margin-bottom: 0.42667rem;
  background-color: #fff;
}

.epaper-list-item .period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 0 0.42667rem;
  height: 1.70667rem;
  line-height: 1.70667rem;
  color: #d64a4e;
  border-top: 0.04267rem solid #d8d8d8;
  border-bottom: 0.04267rem solid #d8d8d8;
}

.epaper-list-item .period:before {
  content: "";
  display: inline-block;
  width: 0.21333rem;
  height: 0.85333rem;
  margin-right: 0.21333rem;
  background-color: #d64a4e;
}

.epaper-list-item .list-content {
  border-bottom: 0.04267rem solid #d8d8d8;
  padding: 0 0.42667rem;
}

.epaper-list-item .list-content .list-detail {
  display: block;
  float: left;
  margin: 0.42667rem 0;
  border-right: 0.04267rem solid #d8d8d8;
  -height: 6.4rem;
}

.epaper-list-item .list-content .list-detail:first-child {
  padding-right: 0.21333rem;
}

.epaper-list-item .list-content .list-detail:nth-child(even) {
  border-right: none;
  padding-left: 0.32rem;
}

.epaper-list-item .list-content:last-child {
  border-bottom: none;
}

/** **/

.epaper-content {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
}

.epaper-content img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#imgMap .area-item {
  display: block;
  position: absolute;
}

div.page-content {
  position: fixed;
  z-index: 2;
  top: -1200rem;
  max-height: calc(100% - 1.70667rem);
  width: 10.98667rem;
  background-color: #ffffff;
  overflow: auto;
}

.have-footer-nav div.page-content {
  max-height: calc(100% - 3.842rem);
}

div.page-content a {
  display: block;
  padding: 0.42667rem 0.53333rem;
  -line-height: 2.13333rem;
  font-size: 0.68267rem !important;
  color: #000 !important;
  border-bottom: 0.02133rem solid #dadada;
}

div.page-content a.active {
  color: #f54d42 !important;
}

.mui-off-canvas-left,
.mui-off-canvas-right {
  background-color: #ccc !important;
}

.mui-popover > h4 {
  padding: 0 0.64rem;
  line-height: 1.70667rem;
  margin: 0 !important;
}

.datetimepicker-days td.active {
  background-color: #f54d42 !important;
  background-image: none !important;
}

.table-condensed tbody > tr > td {
  padding: 0.17067rem 0.256rem !important;
}

.form_date {
  position: fixed;
  left: 50%;
  opacity: 0;
  top: 2.56rem;
  margin-left: -6.93333rem;
  width: 13.86667rem !important;
  height: 2.56rem;
  z-index: -20;
  border: none;
}

.dropdown-menu {
  width: 13.86667rem !important;
  font-size: 0.59733rem !important;
}

.table-condensed {
  width: 13.44rem !important;
}

.datetimepicker {
  padding: 0.21333rem;
}

#mask {
  display: none;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.directory-list {
  background-color: #fff;
}

.directory-content {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  z-index: 2;
}

.directory-content .pagetitle {
  font-weight: 500;
  font-size: 0.72533rem;
  height: 1.70667rem;
  line-height: 1.70667rem;
  background-color: #eee;
  border-top: 0.02133rem solid #ccc;
}

.directory-content a {
  display: block;
  width: 100%;
  padding: 0 1.28rem;
  color: #666;
  font-size: 0.68267rem;
  text-decoration: none;
  line-height: 1.92rem;
  background-color: #fff;
  border-bottom: 0.02133rem solid #dadada;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.footer {
  opacity: 0;
  height: 2.13333rem;
}

/*----------------mui.showLoading---------------*/

.mui-show-loading {
  position: fixed;
  padding: 5px;
  width: 120px;
  min-height: 120px;
  top: 45%;
  left: 50%;
  margin-left: -60px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  visibility: hidden;
  margin: 0;
  z-index: 2000;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  opacity: 0;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.mui-show-loading.loading-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.mui-show-loading .mui-spinner {
  margin-top: 24px;
  width: 36px;
  height: 36px;
}

.mui-show-loading .text {
  line-height: 1.6;
  font-family: -apple-system-font, "Helvetica Neue", sans-serif;
  font-size: 14px;
  margin: 10px 0 0;
  color: #fff;
}

.mui-show-loading-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.mui-show-loading-mask-hidden {
  display: none !important;
}

/********************************** 黑夜主题色设置 基线*********************************/

/* 黑夜新增 统一部分 */

.app_theme_ios .btn-red-dark {
  background-color: #262628!important;
  border-color: #7a302b!important;
}

.app_theme_android .btn-red-dark {
  background-color: #262628!important;
  border-color: #7a302b!important;
}

.app_theme_ios .button-go-app,
.app_theme_ios .button-open-app {
  background-color: #262628!important;
  border-color: #7a302b!important;
}

.app_theme_android .button-go-app,
.app_theme_android .button-open-app {
  background-color: #262628!important;
  border-color: #7a302b!important;
}

/* 黑夜重写 通用部分 */

.app_theme_ios,
.app_theme_android {
  background-color: #1d1d1e;
  color: #dddddd;
}

.app_theme_ios *:not(.footer-nav),
.app_theme_android *:not(.footer-nav) {
  background-color: rgba(0, 0, 0, 0);
  color: #dddddd;
}

.app_theme_ios .footer-comment {
  background-color: #1d1d1e!important;
  border-color: #313136!important;
}

.app_theme_ios .footer-comment .footer-comment_input {
  background-color: #262628!important;
}

.app_theme_android .footer-comment {
  background-color: #1d1d1e!important;
  border-color: #313136!important;
}

.app_theme_android .footer-comment .footer-comment_input {
  background-color: #262628!important;
}

.app_theme_ios .margin-top10 {
  border-top: 0.21368rem solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-color: #313136;
}

.app_theme_android .margin-top10 {
  border-top: 0.21368rem solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-color: #313136;
}

.app_theme_ios .margin-lr {
  background-color: #1d1d1e;
}

.app_theme_ios .margin-lr p {
  background-color: #1d1d1e;
  color: #dddddd;
}

.app_theme_android .margin-lr {
  background-color: #1d1d1e;
}

.app_theme_android .margin-lr p {
  background-color: #1d1d1e;
  color: #dddddd;
}

.app_theme_ios .layer-mask {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.app_theme_android .layer-mask {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.app_theme_ios .layer-content {
  background-color: #262628;
}

.app_theme_ios .layer-content * {
  color: #dddddd;
  background-color: #262628;
}

.app_theme_ios .layer-content .layer-btns,
.app_theme_ios .layer-content .layer-btns * {
  border-color: #313136;
}

.app_theme_ios .layer-content .layer-btns .layer-confirm,
.app_theme_ios .layer-content .layer-btns * .layer-confirm {
  color: #4385f4;
}

.app_theme_ios .layer-content input,
.app_theme_ios .layer-content .code-btn {
  background-color: #262628;
  border-color: #313136;
}

.app_theme_android .layer-content {
  background-color: #262628;
}

.app_theme_android .layer-content * {
  color: #dddddd;
  background-color: #262628;
}

.app_theme_android .layer-content .layer-btns,
.app_theme_android .layer-content .layer-btns * {
  border-color: #313136;
}

.app_theme_android .layer-content .layer-btns .layer-confirm,
.app_theme_android .layer-content .layer-btns * .layer-confirm {
  color: #4385f4;
}

.app_theme_android .layer-content input,
.app_theme_android .layer-content .code-btn {
  background-color: #262628;
  border-color: #313136;
}

.app_theme_ios .layer-msg {
  background-color: #262628;
}

.app_theme_android .layer-msg {
  background-color: #262628;
}

.app_theme_ios .list-head {
  color: #999999;
}

.app_theme_ios .list-head .horizon::before {
  background-color: #999999;
}

.app_theme_android .list-head {
  color: #999999;
}

.app_theme_android .list-head .horizon::before {
  background-color: #999999;
}

.app_theme_ios .list-content .tpl-list-pack {
  border-color: #313136;
}

.app_theme_ios .list-content .tpl-list-pack:not(:first-child)::before {
  background-color: #313136;
}

.app_theme_ios .list-content .tpl-list-pack .m-tpl-pack .name {
  color: #dddddd;
}

.app_theme_ios .list-content .tpl-list-pack .tpl-pack .hint span {
  color: #666666;
}

.app_theme_android .list-content .tpl-list-pack {
  border-color: #313136;
}

.app_theme_android .list-content .tpl-list-pack:not(:first-child)::before {
  background-color: #313136;
}

.app_theme_android .list-content .tpl-list-pack .m-tpl-pack .name {
  color: #dddddd;
}

.app_theme_android .list-content .tpl-list-pack .tpl-pack .hint span {
  color: #666666;
}

.app_theme_ios .list-content .comment-list {
  border-color: #313136!important;
}

.app_theme_ios .list-content .comment-list .user-name {
  color: #b8b8b8!important;
}

.app_theme_ios .list-content .comment-list .create-time {
  color: #666666!important;
}

.app_theme_android .list-content .comment-list {
  border-color: #313136!important;
}

.app_theme_android .list-content .comment-list .user-name {
  color: #b8b8b8!important;
}

.app_theme_android .list-content .comment-list .create-time {
  color: #666666!important;
}

.app_theme_ios .list-content .child-comment {
  background-color: #262628;
}

.app_theme_ios .list-content .child-comment p,
.app_theme_ios .list-content .child-comment span,
.app_theme_ios .list-content .child-comment i {
  background-color: #262628;
}

.app_theme_ios .list-content .child-comment .isAskName {
  color: #666666;
}

.app_theme_ios .list-content .child-comment .small-btn,
.app_theme_ios .list-content .child-comment .big-btn {
  color: #4385f4;
}

.app_theme_ios .list-content .child-comment .show-more-comment {
  color: #dddddd;
}

.app_theme_android .list-content .child-comment {
  background-color: #262628;
}

.app_theme_android .list-content .child-comment p,
.app_theme_android .list-content .child-comment span,
.app_theme_android .list-content .child-comment i {
  background-color: #262628;
}

.app_theme_android .list-content .child-comment .isAskName {
  color: #666666;
}

.app_theme_android .list-content .child-comment .small-btn,
.app_theme_android .list-content .child-comment .big-btn {
  color: #4385f4;
}

.app_theme_android .list-content .child-comment .show-more-comment {
  color: #dddddd;
}

.app_theme_ios .swiper-pagination-footer-nav.swiper-pagination-bullets {
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_android .swiper-pagination-footer-nav.swiper-pagination-bullets {
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_ios .broadcast-container {
  border-color: #7a302b;
}

.app_theme_ios .broadcast-container span {
  color: #7a302b;
}

.app_theme_android .broadcast-container {
  border-color: #7a302b;
}

.app_theme_android .broadcast-container span {
  color: #7a302b;
}

.app_theme_ios .icon-play {
  background-image: url("../../image/common/icon-play-dark.gif");
}

.app_theme_android .icon-play {
  background-image: url("../../image/common/icon-play-dark.gif");
}

.app_theme_ios .icon-pause {
  background-image: url("../../image/common/icon-pause.png");
}

.app_theme_android .icon-pause {
  background-image: url("../../image/common/icon-pause.png");
}

.app_theme_ios .article-wemedia .follow {
  border-color: #7a302b!important;
  color: #7a302b!important;
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_android .article-wemedia .follow {
  border-color: #7a302b!important;
  color: #7a302b!important;
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_ios .article-wemedia .followed {
  border-color: #dddddd;
  color: #dddddd;
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_android .article-wemedia .followed {
  border-color: #dddddd;
  color: #dddddd;
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_ios .follow {
  border-color: #7a302b;
  background-color: #7a302b;
}

.app_theme_android .follow {
  border-color: #7a302b;
  background-color: #7a302b;
}

.app_theme_ios .followed {
  border-color: #dddddd;
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_android .followed {
  border-color: #dddddd;
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_ios .article-detail {
  background-color: #1d1d1e;
}

.app_theme_android .article-detail {
  background-color: #1d1d1e;
}

.app_theme_ios .article-content section {
  color: inherit !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #313136;
}

.app_theme_ios .article-content p:not(.click-server-skip),
.app_theme_ios .article-content :not(.click-sign-up) span,
.app_theme_ios .article-content strong {
  color: inherit !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #313136;
}

.app_theme_ios .article-content a {
  color: #4385f4!important;
}

.app_theme_ios .article-content p img {
  background-color: rgba(0, 0, 0, 0) !important;
}

.app_theme_android .article-content section {
  color: inherit !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #313136;
}

.app_theme_android .article-content p:not(.click-server-skip),
.app_theme_android .article-content :not(.click-sign-up) span,
.app_theme_android .article-content strong {
  color: inherit !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #313136;
}

.app_theme_android .article-content a {
  color: #4385f4!important;
}

.app_theme_android .article-content p img {
  background-color: rgba(0, 0, 0, 0) !important;
}

.app_theme_ios .article-title {
  color: #dddddd;
}

.app_theme_android .article-title {
  color: #dddddd;
}

.app_theme_ios .article-source,
.app_theme_ios .article-time {
  background-color: #1d1d1e;
}

.app_theme_android .article-source,
.app_theme_android .article-time {
  background-color: #1d1d1e;
}

.app_theme_ios .too-long-pack {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1d1d1e), color-stop(35%, #1d1d1e), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #1d1d1e 0, #1d1d1e 35%, rgba(0, 0, 0, 0) 100%);
  background-color: rgba(0, 0, 0, 0) !important;
}

.app_theme_ios .too-long-pack.show {
  background-image: none !important;
}

.app_theme_android .too-long-pack {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1d1d1e), color-stop(35%, #1d1d1e), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #1d1d1e 0, #1d1d1e 35%, rgba(0, 0, 0, 0) 100%);
  background-color: rgba(0, 0, 0, 0) !important;
}

.app_theme_android .too-long-pack.show {
  background-image: none !important;
}

.app_theme_ios .list-player,
.app_theme_ios .play-btn,
.app_theme_ios .article-content span.play-btn {
  background-color: rgba(0, 0, 0, 0) !important;
}

.app_theme_android .list-player,
.app_theme_android .play-btn,
.app_theme_android .article-content span.play-btn {
  background-color: rgba(0, 0, 0, 0) !important;
}

.app_theme_ios .editor-news-title {
  color: #666666!important;
}

.app_theme_ios .editor-news-title span {
  color: #666666;
  z-index: 100;
  position: relative;
}

.app_theme_android .editor-news-title {
  color: #666666!important;
}

.app_theme_android .editor-news-title span {
  color: #666666;
  z-index: 100;
  position: relative;
}

.app_theme_ios .sy-video-content {
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_ios .sy-video-content .sy-tools,
.app_theme_ios .sy-video-content .sy-tools * {
  background-color: rgba(0, 0, 0, 0) !important;
}

.app_theme_android .sy-video-content {
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_android .sy-video-content .sy-tools,
.app_theme_android .sy-video-content .sy-tools * {
  background-color: rgba(0, 0, 0, 0) !important;
}

.app_theme_ios .play-video {
  padding-bottom: 0 !important;
}

.app_theme_android .play-video {
  padding-bottom: 0 !important;
}

.app_theme_ios #articleContent embed,
.app_theme_ios #articleContent video {
  background-image: url("../../image/common/16.9dark@2x.png") !important;
}

.app_theme_android #articleContent embed,
.app_theme_android #articleContent video {
  background-image: url("../../image/common/16.9dark@2x.png") !important;
}

.app_theme_ios #articleContent .play-video,
.app_theme_ios #content .play-video,
.app_theme_ios .detail-content .play-video {
  background-image: url("../../image/common/16.9dark@2x.png");
}

.app_theme_android #articleContent .play-video,
.app_theme_android #content .play-video,
.app_theme_android .detail-content .play-video {
  background-image: url("../../image/common/16.9dark@2x.png");
}

.app_theme_ios .audio_area {
  color: #dddddd;
  background-color: #262628!important;
}

.app_theme_ios .audio_area .audio-pack-title,
.app_theme_ios .audio_area .audio-bg {
  color: #dddddd!important;
  background-color: #262628;
  border-radius: 0.3418rem;
}

.app_theme_ios .audio_area .audio-bg *:not(.progress-bar) {
  background-color: #262628;
}

.app_theme_ios .audio_area .progress-bar {
  background-color: #f8f8f8 !important;
}

.app_theme_ios .audio_area .progress_bar {
  background-color: #f54d42 !important;
}

.app_theme_ios .audio_area .audio-time-pack,
.app_theme_ios .audio_area .audio-time-pack * {
  color: #999999 !important;
}

.app_theme_android .audio_area {
  color: #dddddd;
  background-color: #262628!important;
}

.app_theme_android .audio_area .audio-pack-title,
.app_theme_android .audio_area .audio-bg {
  color: #dddddd!important;
  background-color: #262628;
  border-radius: 0.3418rem;
}

.app_theme_android .audio_area .audio-bg *:not(.progress-bar) {
  background-color: #262628;
}

.app_theme_android .audio_area .progress-bar {
  background-color: #f8f8f8 !important;
}

.app_theme_android .audio_area .progress_bar {
  background-color: #f54d42 !important;
}

.app_theme_android .audio_area .audio-time-pack,
.app_theme_android .audio_area .audio-time-pack * {
  color: #999999 !important;
}

.app_theme_ios .click-server-skip {
  background-color: #262628!important;
}

.app_theme_ios .click-server-skip * {
  background-color: #262628!important;
}

.app_theme_ios .click-server-skip .click-server-left .click-server-b {
  color: #dddddd !important;
}

.app_theme_android .click-server-skip {
  background-color: #262628!important;
}

.app_theme_android .click-server-skip * {
  background-color: #262628!important;
}

.app_theme_android .click-server-skip .click-server-left .click-server-b {
  color: #dddddd !important;
}

.app_theme_ios .article-content .click-server-skip {
  background-color: #262628!important;
}

.app_theme_ios .article-content .click-server-skip * {
  background-color: #262628!important;
}

.app_theme_ios .article-content .click-server-skip .click-server-left .click-server-b {
  color: #dddddd !important;
}

.app_theme_android .article-content .click-server-skip {
  background-color: #262628!important;
}

.app_theme_android .article-content .click-server-skip * {
  background-color: #262628!important;
}

.app_theme_android .article-content .click-server-skip .click-server-left .click-server-b {
  color: #dddddd !important;
}

/***************** 兼容黑夜白天闪屏幕处理 ***************/

html {
  background-color: rgba(0, 0, 0, 0);
}

body {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_red,
.app_theme_blue {
  background-color: #f6f6f6;
}

.app_theme_red .article-detail,
.app_theme_blue .article-detail {
  background-color: #fff;
}

.app_theme_red #entryBox .page,
.app_theme_blue #entryBox .page {
  background-color: #fff;
}

/* 黑夜主题色重写（通用不生效时） */

.app_theme_ios .navigator,
.app_theme_ios .navigator-bg,
.app_theme_android .navigator,
.app_theme_android .navigator-bg {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.app_theme_ios .navigator-bg,
.app_theme_ios .navigator,
.app_theme_ios .navigator *,
.app_theme_android .navigator-bg,
.app_theme_android .navigator,
.app_theme_android .navigator * {
  background-color: #262628;
  color: #999999!important;
}

.app_theme_ios .navigator > a.active,
.app_theme_ios .directory-list a.active,
.app_theme_android .navigator > a.active,
.app_theme_android .directory-list a.active {
  color: #dddddd!important;
}

.app_theme_ios .navigator > a.active p,
.app_theme_ios .navigator > a.active span,
.app_theme_ios .navigator > a.active i,
.app_theme_ios .directory-list a.active p,
.app_theme_ios .directory-list a.active span,
.app_theme_ios .directory-list a.active i,
.app_theme_android .navigator > a.active p,
.app_theme_android .navigator > a.active span,
.app_theme_android .navigator > a.active i,
.app_theme_android .directory-list a.active p,
.app_theme_android .directory-list a.active span,
.app_theme_android .directory-list a.active i {
  color: #dddddd!important;
}

.app_theme_ios .page-content a,
.app_theme_ios .directory-list a,
.app_theme_android .page-content a,
.app_theme_android .directory-list a {
  background-color: #1d1d1e;
  color: #999999;
  border-color: #313136;
}

.app_theme_ios .dropdown-menu,
.app_theme_ios .dropdown-menu *,
.app_theme_android .dropdown-menu,
.app_theme_android .dropdown-menu * {
  background-color: #fff;
}

.app_theme_ios .dropdown-menu th,
.app_theme_ios .dropdown-menu th span,
.app_theme_ios .dropdown-menu td,
.app_theme_ios .dropdown-menu td span,
.app_theme_ios .dropdown-menu * th,
.app_theme_ios .dropdown-menu * th span,
.app_theme_ios .dropdown-menu * td,
.app_theme_ios .dropdown-menu * td span,
.app_theme_android .dropdown-menu th,
.app_theme_android .dropdown-menu th span,
.app_theme_android .dropdown-menu td,
.app_theme_android .dropdown-menu td span,
.app_theme_android .dropdown-menu * th,
.app_theme_android .dropdown-menu * th span,
.app_theme_android .dropdown-menu * td,
.app_theme_android .dropdown-menu * td span {
  color: #000;
}

.app_theme_ios .dropdown-menu td.disabled,
.app_theme_ios .dropdown-menu * td.disabled,
.app_theme_android .dropdown-menu td.disabled,
.app_theme_android .dropdown-menu * td.disabled {
  color: #999999;
}

.binhaisb .epaper-content {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 369.203px;
  height: 562.055px;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: auto;
}