.zj-detail {
  padding-bottom: 60px;
}
.ck-content * {
  margin: auto;
  padding: revert-layer;
  box-sizing: border-box;
}
.zj-detail-top {
  padding-bottom: 35px;
  width: 1400px;
  background-color: #fff;
}
.image {
  text-align: center;
}
.image-style-block-align-left {
  text-align: left;
}
.image-style-block-align-right {
  text-align: right;
}
.zj-detail-top .local-position {
  padding: 24px 0;
  width: 100%;
}
.zj-detail-top .local-position a {
  color: #666;
  letter-spacing: 2px;
}
.zj-detail-top h2 {
  font-size: 36px;
	font-weight: bold;
	letter-spacing: 4px;
  padding-bottom: 35px;
}
.zj-detail-top h2 img {
  display: inline-block;
  width: 38px;
  cursor: pointer;
}
.zj-detail-top .other {
  border-bottom: 2px solid #afaec3;
  padding-bottom: 11px;
  height: 43px;
}
.zj-detail-top .other .level1 {
  color: #999;
}
.zj-detail-top .other .source {
  margin: 0 152px 0 62px;
}
.zj-detail-top .other .view-num {
  display: none;
}
.zj-detail-top .other .level2 {
  color: #999;
  margin: 0 10px;
}
.zj-detail-top .other .level2.cur {
  color: #000000;
}
.zj-detail-top .other .rt {
  display: flex;
  align-items: center;
}
.zj-detail-top .other .rt span {
  letter-spacing: 1px;
	color: #999;
  margin-right: 19px;
}
.zj-detail-top .other .rt .xq-hd-share-item {
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.zj-detail-top .other .rt .xq-hd-share-item .weixin-qr-details-text {
  margin-right: 0;
}

.ls-lf {
  width: 924px;
}
.ls-lf .content {
  line-height: 32px;
}
.ls-lf .content img {
  max-width: 100%;
}
.ls-lf .content .video-box {
  text-align: center;
}
.ls-lf .content #myVideo {
  max-width: 100%;
  max-height: 800px;
}
.ls-lf .content .hp {
  object-fit: fill;
}
.ls-lf .content .ck-content div > * {
  margin-bottom: 12px;
}
.ck-content .image>figcaption {
  text-align: center;
}
.ls-lf .content .image {
  margin-bottom: 0;
}
.ls-lf .content p {
  margin: revert;
  padding: revert;
}
.ls-lf .names {
  width: 100%;
  text-align: right;
  color: #666;
}
.ls-lf .names span {
  margin-left: 5px;
}
.qrcode {
  width: 181px;
  margin: 51px auto 20px;
}
.qrcode p {
  font-size: 16px;
	letter-spacing: 2px;
	color: #999999;
  margin-bottom: 10px;
}
#qrcode {
  width: 100%;
  padding: 15px;
	background-color: #ffffff;
	border: solid 1px rgba(219, 214, 231, 0.73);
}
.ls-rt {
  width: 420px;
}
.ls-rt-title {
  display: flex;
  align-items: center;
}
.ls-rt-title > p {
  width: 189px;
	height: 48px;
	background-color: #783dbe;
	border-radius: 6px;
  font-size: 30px;
	font-weight: bold;
	line-height: 46px;
	letter-spacing: 3px;
	color: #ffffff;
  text-align: center;
}
.ls-rt-title > img {
  width: 116px;
  height: 13px;
  margin: 0 12px 0 17px;
}
.ls-rt-title > a {
  font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #655ea1;
  display: flex;
  align-items: center;
}
.ls-rt-title > a img {
  width: 9px;
  margin-left: 4px;
}
.weixin-qr-box {
  position: absolute;
  top: 40px;
  left: 50%;
  box-shadow: 0 0 10px #eee;
  border-radius: 5px;
  padding-top: 10px;
  z-index: 99999;
  background: #fff;
  line-height: 1.2;
  padding: 20px 0;
  width: 180px;
  text-align: center;
  transform: translateX(-50%);
  display: none;
}
#wxshareqrimg {
  margin-left: 35px;
  margin-bottom: 10px;
}
.weixin-qr-box .weixin-qr-details{
  display: block;
}
.weixin-qr-box .weixin-qr-details canvas {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  display: block;
}
.bottom-box, .ls-pl {
  display: none;
}
.ck-content .image > figcaption {
  line-height: 23px;
}
@media (prefers-color-scheme: dark) {
  body{
    background-color:#fff
  }
}
@media screen and (max-width: 768px){
  .ck-content ul li {
    margin-left: .4rem!important;
  }
  .zj-header-container {
    top: 1.53rem!important;
    display: none;
  }
  .ggt img {
    width: 100%;
  }
  .down-banner {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: 80px;
    background: #ffffff;
    z-index: 999;
    box-shadow: 0px 5px 7px 0px rgb(194 194 194 / 24%);
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0 !important;
    display: none;
  }
  .zj-detail {
    width: 100%;
    margin: 0 auto;
    margin-top: 1.7rem;
    padding: 0 .25rem;
  }
  .zj-detail-top {
    width: 100%;
    padding-bottom: .3rem;
  }
  .zj-detail-top .local-position {
    padding: .3rem 0;
    display: none;
  }
  .zj-detail-top h2 {
    font-size: .34rem;
    letter-spacing: 2px;
    padding-bottom: 0rem;
    line-height: .5rem;
    margin-bottom: .25rem;
  }
  .zj-detail-top h2 img {
    width: .45rem;
    margin-top: -.1rem;
  }
  .zj-detail-top .other {
    border-bottom: 2px solid #afaec3;
    padding-bottom: 0;
    overflow: hidden;
    height: auto;
  }
  .zj-detail-top .other .lf {
    display: flex;
    width: 100%;
  }
  .zj-detail-top .other .level1 {
    display: inline-block;
    color: #999;
    width: 49%;
    margin-bottom: .1rem;
    font-size: .28rem;
  }
  .zj-detail-top .other .source,
  .zj-detail-top .other .zh {
    display: none;
  }
  .zj-detail-top .other .level2 {
    margin: 0 5px;
  }
  .zj-detail-top .other .level2.cur {
    color: #000000;
  }
  .zj-detail-top .other .view-num {
    text-align: right;
    font-size: .26rem;
  }
  .zj-detail-top .other .rt {
    display: none;
  }
  .ls-lf {
    width: 100%;
    padding-bottom: 0;
  }
  .ls-lf .names {
    width: 100%;
    text-align: left;
    border-top: 1px solid #afaec3;
    padding: .15rem 0 .3rem;
    margin-top: .3rem;
  }
  .ls-lf .names span {
    margin: 0;
    display: block;
    margin-top: .1rem;
  }
  .ls-lf .source {
    text-align: right;
    color: #999;
    font-size: .3rem;
    padding-top: .3rem;
    display: block!important;
  }
  .ls-lf .content {
    line-height: .6rem;
    font-size: .3rem;
  }

  .ls-lf .content #myVideo {
    max-height: 7rem;
  }
  .ls-lf .content p {
    margin-bottom: .2rem;
  }
  .ls-lf .content .video-box {
    position: relative;
    height: 4rem;
  }
  .ls-lf .content .video-box .play-btn {
    position: absolute;
    left: .2rem;
    bottom: .25rem;
    z-index: 10;
    width: .7rem;
    cursor: pointer;
  }
  .ls-lf .content .video-box .poster {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    height: 4rem;
    max-height: 7rem;
  }
  #myVideo {
    height: 4rem;
  }
  .ls-rt {
    width: 100%;
    margin-top: .4rem;
    display: none;
  }
  .bottom-box {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 1.53rem;
    background-color: #fff;
    padding: .2rem .25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
  }
  .bottom-box > div {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bottom-box .bottom-img {
    width: 1rem;
  }
  .bottom-box .text {
    width: 100%;
    line-height: .45rem;
    color: #14141f;
    font-size: .28rem;
  }
  .bottom-box .mySwiper {
    height: .9rem;
    overflow: hidden;
    margin-left: .2rem;
  }
  .bottom-box .btn {
    display: block;
    background-image: linear-gradient(54deg, #e3defa 0%, #dbcff4 100%);
    border-radius: .2rem;
    color: #9096ce;
    padding: .1rem .2rem;
  }
  .ls-pl {
    width: 100%;
    overflow: hidden;
    padding-top: 0;
    display: none;
  }
  .ls-pl-title > p {
    width: 2rem;
    height: .8rem;
    border-radius: 6px;
    font-size: .32rem;
    line-height: .8rem;
    letter-spacing: 2px;
    background-color: #783dbe;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
  }
  .ls-pl .pl-ls {
    padding-top: .3rem;
  }
  .ls-pl ul li {
    margin-bottom: .3rem;
  }
  .ls-pl ul li .avatar {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: .2rem;
    background-color: #fff;
  }
  .ls-pl ul li .info-box {
    width: calc(100% - 1.2rem);
  }
  .ls-pl .info-box .name {
    font-size: .32rem;
    font-weight: 600;
    height: .56rem;
    line-height: .56rem;
  }
  .ls-pl .info-box .info,
  .ls-pl .info-box .ans .date {
    color: #999;
    font-size: .28rem;
  }
  .ls-pl .info-box .info .dz img {
    margin-top: -.12rem;
    margin-right: .1rem;
  }
  .ls-pl .info-box .qus {
    line-height: .45rem;
    font-size: .3rem;
    padding: .2rem 0;
  }
  .ls-pl .info-box .qus .pl-img,
  .ls-pl .info-box .ans .pl-img,
  .ls-pl .info-box .qus .pl-video,
  .ls-pl .info-box .ans .pl-video {
    max-width: 100%;
    margin: .1rem 0 0;
    max-height: 3rem;
    display: block;
  }
  .ls-pl .info-box .ans {
    background-color: #f6f6f6;
    padding: .2rem .2rem .2rem .25rem;
  }
  .ls-pl .info-box .ans .hf {
    color: #9096ce;
    line-height: .45rem;
    margin-bottom: .1rem;
  }
  .ls-pl .info-box .ans .hf span {
    color: #333;
  }
  .jz-more.mt-30 {
    margin-top: 0!important;
  }

  .ck-content .image > figcaption {
    line-height: .4rem;
  }

  /* 适配app深色模式 */
  #black {
    background-color: #000;
    color: #fff;
  }
  #black .zj-detail-top {
    background-color: #000;
  }
  #black .zj-detail-top .zjh-logo-box .mt .rz {
    color: #000;
    border: 2px solid #000;
  }
  #black .zj-detail-top h2,
  #black .zj-detail-top .zjh-logo-box .mt .name,
  #black.ls-pl .info-box .ans .hf span,
  #black .ls-rt-list li a > div p {
    color: #fff;
  }
  #black .zj-detail-top .other .level1,
  #black .ls-lf .source,
  #black .ls-lf .source a,
  #black .ls-lf .sm a,
  #black .ls-pl .info-box .info,
  #black .ls-pl .info-box .ans .date,
  #black .ls-lf .names span,
  #black .view {
    color: #eee;
  }
  #black .ls-pl .info-box .ans {
    background-color: #4f4f4f;
  }
  #black .ls-rt-list li a > div {
    background-color: #000;
  }
  #black .down-banner {
    background-color: #000;
  }
}