@charset "utf-8";
@import url("../js/swiper/swiper6/swiper-bundle.min.css");
@import url("../js/swiper/animate.min.css");
body,
form,
div,
span,
ul,
ol,
li,
p,
pre,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
em,
a,
fieldset,
legend,
address,
label,
textarea,
select,
input,
figure,
table,
th,
td,
b,
i {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 0.12rem/1.5 tahoma, arial, "hiragino sans gb", "microsoft yahei",
    "sans-serif";
  font-size: 14px;
}
fieldset,
img {
  border: 0;
}
ul,
li {
  list-style: none;
}
em,
i,
cite {
  font-style: normal;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:focus,
input,
button,
select,
textarea {
  outline: none;
  font-size: 100%;
}
input,
select,
img {
  vertical-align: middle;
}
legend {
  display: none;
}
textarea {
  resize: none;
}
button {
  cursor: pointer;
  border: none;
}
a,
button,
img {
  -webkit-touch-callout: none;
  outline: none;
  -webkit-user-select: none;
}
input {
  -webkit-appearance: none;
}
a,
button,
input,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.textnoselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.img-noselect {
  pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  -moz-pointer-events: none;
}
.page {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  overflow: hidden;
}
.fadeIn-enter-active,
.fadeIn-leave-active {
  transition: all 0.5s;
}
.fadeIn-enter,
.fadeIn-leave-to {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fadeOut-enter-active,
.fadeOut-leave-active {
  transition: all 0.5s;
}
.fadeOut-enter,
.fadeOut-leave-to {
  opacity: 0;
}
img {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.pc-top,
.pc-bottom,
.qdxinChanl {
  display: none;
}
.swiper-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.bb-bookblock {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
@keyframes fadeInAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.page.is-pageup .logo {
  opacity: 1 !important;
}
.page.is-pageup .img-link .black-cover,
.page.is-pageup .img-link .open-detail {
  animation: fadeInAni 2s both;
}
@keyframes fadeDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
}
.swiper-slide {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.swiper-slide.img-link .black-cover {
  position: absolute;
  height: 300px;
  background-image: url(../img/black-alpha.png);
  background-position: left bottom;
  bottom: 0;
  opacity: 0.5;
  z-index: 3;
  left: 0;
  right: 0;
}
.swiper-slide:before {
  content: "";
  position: absolute;
  background: url(../img/arrow-down.png) no-repeat;
  width: 30px;
  height: 30px;
  bottom: 20px;
  z-index: 10;
  left: 50%;
  margin-left: -15px;
  animation: fadeDown 1s both infinite;
}
.swiper-slide .top-imgbox{
  width: 100%;
  height: calc(100vh - 100px);
}
.swiper-slide .bottom-btnbox{
  width: 100%;
  height: 100px;
  position: relative;
}
.swiper-slide-bg{
    display: none;
}
.swiper-slide[data-nolink="true"] .black-cover,
.swiper-slide[data-nolink="true"] .open-detail {
  display: none;
}
.swiper-slide[data-nolink="true"] .top-imgbox{
  height: 100%;
}
.swiper-slide[data-nolink="true"] .bottom-btnbox{
  display: none;
}
.swiper-slide[data-fullheight="true"] .black-cover{
  display: none;
}
.swiper-slide[data-fullheight="true"]{
    text-align: center;
}
.swiper-slide[data-fullheight="true"] img{
  width: auto;
  height: 100%;
  display: inline-block;
}
.swiper-slide[data-fullheight="true"] .swiper-slide-bg{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: blur(10px);
    z-index: 1;
    background-size: cover;
    opacity: 0.5;
}
.swiper-slide[data-fullheight="true"]>.main-img{
    /* display: none; */
}

.swiper-slide .main-img{
    position: relative;
    z-index: 2;
}
.swiper-slide.h5-info:before {
  display: none;
}
.swiper-slide .logo {
  padding: 15px;
  margin: 0 auto;
  border-radius: 10px;
  opacity: 0;
}
.swiper-slide .logo.first-slide {
  position: absolute;
  bottom: 50px;
  width: 45vw;
  left: 0;
  right: 0;
  z-index: 4;
}
.swiper-slide .logo.last-slide {
  width: 45vw;
  margin-bottom: 30px;
  opacity: 1;
}
.h5-info {
  position: relative;
}
.h5-info .controls-btn {
  position: absolute;
  width: 100%;
  top: 30%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 4;
}
.h5-info .controls-btn .editor {
  width: 100%;
}
.h5-info .controls-btn p {
  text-align: center;
  font-size: 18px;
  width: 100%;
}
.h5-info .controls-btn .publish-time {
  font-size: 12px;
  color: #507dac;
  margin-top: 20px;
}
.h5-info .controls-btn .info-headline {
  font-size: 16px;
  position: relative;
}
.h5-info .controls-btn .info-headline:before,
.h5-info .controls-btn .info-headline:after {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  border-top: 1px dashed;
  vertical-align: 5px;
  margin: 0 5px;
}
.h5-info .controls-btn .info-editor {
  margin-top: 10px;
}
.h5-info .controls-btn .go-first {
  color: #fff;
  background-color: #4495e8;
  width: 40%;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-top: 15px;
}
.h5-info .controls-btn .go-first:active {
  opacity: 0.8;
}
.swiper-slide .open-detail {
  position: absolute;
  background-color: #f44336;
  color: #fff;
  bottom: 50px;
  text-align: center;
  border-radius: 10px;
  line-height: 40px;
  font-size: 1.3em;
  left: 50%;
  margin-left: -20vw;
  transform: translate(0, 100%);
  z-index: 10;
  width: 40vw;
}
[id="detail"].loading {
  background-image: url(../img/loading-pc.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
[id="detail"].failed {
  background-image: url(../img/load-failed.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
[id="detail"] .close-detail {
  position: fixed;
  padding: 10px 0 20px;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
[id="detail"] .close-detail .close {
  background-color: #000;
  width: 46px;
  display: inline-block;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../img/icon-close.png);
  background-position: center center;
  background-size: auto 50%;
}
[id="detail"] .detail-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 16px;
}
[id="detail"] .detail-content .inner {
  padding-bottom: 70px;
}
[id="detail"] .detail-content .video-box {
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
  background-color: #000;
  position: relative;
}
[id="detail"] .detail-content .video-box:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url(../img/icon-video-play.png);
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-size: auto 100%;
}
[id="detail"] .detail-content .video-box[data-hasplay="true"] .video-poster {
  display: none;
}
[id="detail"] .detail-content .video-box[data-hasplay="true"]:before {
  display: none;
}
[id="detail"] .detail-content .video-box.hiddenVideo {
  height: 220px;
}
[id="detail"] .detail-content .video-box video {
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}
[id="detail"] .detail-content .video-box .video-poster {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[id="detail"] .detail-content .top {
  padding: 15px 4vw 0;
  border-bottom: 1px solid #f2f2f2;
}
[id="detail"] .detail-content .top h1 {
  font-size: 28px;
  font-family: "qdxin serif SC";
  font-weight: 700;
}
[id="detail"] .detail-content .top .info {
  color: #aaa;
  font-size: 14px;
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
}
[id="detail"] .detail-content .article {
  padding: 15px 4vw;
}
[id="detail"] .detail-content .article .imgbox {
  padding: 0;
}
[id="detail"] .detail-content .article .imgbox .tips {
  color: #a2a2a2;
  display: block;
  text-align: center;
  margin: 5px 0;
}
[id="detail"] .detail-content .article p {
  line-height: 30px;
  padding: 5px 0;
  font-size: 16px;
}
[id="detail"] .detail-content .article p.subhead {
  font-weight: 700;
}
[id="detail"] .detail-content .article p.subhead:before {
  content: "◈";
  color: #dc5262;
}
[id="detail"] .detail-content .read-xinurl {
  padding: 0 4vw 50px 4vw;
}
[id="detail"] .detail-content .read-xinurl a {
  color: #007bff;
}
[id="detail"] .detail-content .read-xinurl a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #007bff;
  margin-right: 5px;
}
.last-logo {
  width: 100%;
  position: absolute;
  bottom: 40px;
  z-index: 4;
}
.last-logo img {
  width: 40%;
  margin: 0px auto 0;
}
.fail-cls .fail-inner > p {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}
.fail-cls .fail-inner > a {
  display: block;
  background-color: red;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.lottie-player {
  position: fixed;
  width: 100%;
  height: 100%;
}
.loading {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url('../img/loading-bg-blue.jpg') bottom center no-repeat;
  background-size: auto 60%;
  z-index: 200;
}
.loading:after{
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('../img/loading-pc.gif') center center no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.load {
  position: absolute;
  bottom: 10vh;
  left: 0;
  right: 0;
}
.load .load-growing {
  width: 40vw;
  margin: 0 auto;
  height: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.load .load-growing cite {
  display: block;
  transition: all 0.2s;
  background-color: #ffc107;
  height: 10px;
  width: 0;
}
.load .load-num {
  text-align: center;
  color: #a09322;
  margin-top: 10px;
  color: #999;
}
.load .load-tips {
  color: #a09322;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
  color: #999;
}
.loading-logo {
  position: absolute;
  top: 10%;
  height: 15vh;
  width: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.loading-logo img {
  width: auto;
  height: 100%;
  display: inline-block;
}
.junmp-loading {
  color: #fff;
  border: 1px solid;
  text-align: center;
  width: 20%;
  line-height: 36px;
  margin: 0 auto 30px;
  border-radius: 5px;
  color: #53a9dd;
  display: none;
}
.loading.dark {
  
}
.loading.dark .load-tips,
.loading.dark .load-num {
  color: #fff;
}
.loading.dark .junmp-loading {
  color: #fff;
}
.load-fail {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load-fail .fail-inner {
  width: 60%;
}
.load-fail img {
  width: 100%;
  height: auto;
  min-height: auto;
}
.load-fail .refresh-app {
  background-color: #4495e8;
  color: #fff;
  display: block;
  border-radius: 20px;
  width: 80%;
  line-height: 36px;
  font-size: 16px;
  margin: 15px auto 0;
  text-align: center;
}

.detail-iframe{
  width: 100%;
  height: 100%;
}

.pc-gotop{
  display: none;
}

/* 让手机版图片纵向100%显示居中 样式单独加载需要的html文件Body上 2022-04-18 */
body.m-h5-img-center .img-link {
  text-align: center;
}
body.m-h5-img-center .img-link img {
  width: auto;
  height: 100%;
  display: inline-block;
}
