* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  width: 100%;
}
a {
  color: #565656;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
a:link,
a:visited {
  text-decoration: none;
}
.gotop {
  display: none;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #000 url('https://jd.ztgame.com/m/images/gotop.png') 50% 50% no-repeat;
  background-size: 25px 25px;
  opacity: 0.5;
  border-radius: 4px;
  cursor: pointer;
}
.container {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
}
.bg-image {
  width: 100%;
  /* 750px */
  height: 3.74rem;
  /* 374px */
  background-image: url('../../images/jd/bgm1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
/* Logo */
.logo {
  position: absolute;
  left: 0.07rem;
  /* 7px */
  top: 0.15rem;
  /* 15px */
  width: 1.75rem;
  /* 175px */
  height: 1.14rem;
  /* 114px */
  filter: drop-shadow(0px 0.05rem 0.168rem rgba(0, 0, 0, 0.79));
  background-image: url('../../images/jd/logo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wrap {
  width: 100%;
}
/* 主内容区 */
.main_content {
  width: 100%;
  background-color: white;
  /* 标题栏 */
  /* 标签导航 */
  /* 新闻列表 */
  /* 分页 */
}
.main_content .content-header {
  padding: 0.4rem 0 0.22rem 0.3rem;
}
.main_content .content-header h1 {
  color: #8b1f18;
  font-size: 0.3rem;
  line-height: 0.35rem;
  font-weight: normal;
}
.main_content .breadcrumb {
  color: #3c3c3c;
  font-size: 15px;
  letter-spacing: 0.9px;
}
.main_content .breadcrumb a:hover {
  text-decoration: underline;
}
.main_content .tabs {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  background-color: #f4f4f4;
}
.main_content .tabs .tab {
  width: 1.48rem;
  padding: 0.23rem 0;
  text-align: center;
  color: #3c3c3c;
  font-size: 0.26rem;
  text-decoration: none;
  letter-spacing: 0.02rem;
  position: relative;
  transition: all 0.3s;
  margin-right: 0.24rem;
}
.main_content .tabs .tab:first-child {
  margin-left: 0.3rem;
}
.main_content .tabs .tab.active {
  background-color: white;
  color: #f60f0e;
}
.main_content .tabs .tab.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.04rem;
  background-color: #ec2b1b;
}
.main_content .tabs .tab.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
}
.main_content .news_list {
  list-style: none;
  padding: 0.32rem 0.34rem 0;
  min-height: calc(100vh - 9.93rem);
}
.main_content .news_list .news-item {
  display: flex;
  align-items: center;
  line-height: 0.68rem;
  border-bottom: 1px solid #cfcfcf;
}
.main_content .news_list .news-label {
  color: #666;
  font-size: 0.24rem;
  width: 0.85rem;
}
.main_content .news_list .news-title {
  flex: 1;
  color: #3c3c3c;
  font-size: 0.24rem;
  text-decoration: none;
  transition: color 0.3s;
  max-width: 5.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_content .news_list .news-date {
  color: #666;
  font-size: 0.24rem;
  margin-left: 0.17rem;
  min-width: 0.71rem;
  text-align: right;
}
.main_content .pagination {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.34rem 0;
}
.main_content .pagination .page-btn {
  background-color: white;
  border: 1px solid #cfcfcf;
  color: #353535;
  font-size: 0.22rem;
  line-height: 1;
  padding: 0.15rem 0;
  text-align: center;
  cursor: pointer;
  width: 1.4rem;
}
/* 底部二维码区域 */
.qr-wrapper {
  width: 100%;
  /* 750px */
  height: 3.18rem;
  /* 318px */
  background-color: #191919;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 0.49rem;
  /* 49px */
}
.qr-wrapper .qr-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qr-wrapper .qr-title {
  color: #e6e3e0;
  font-size: 0.22rem;
  /* 22px */
  line-height: 0.18rem;
  /* 18px */
  margin-bottom: 0.38rem;
  /* 38px */
}
.qr-wrapper .qr-code {
  width: 1.59rem;
  /* 159px */
  height: 1.59rem;
  /* 159px */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.qr-wrapper .qr-code.weibo-qr {
  background-image: url('../../images/jd/weibo-qr.png');
}
.qr-wrapper .qr-code.wechat-qr {
  background-image: url('../../images/jd/wechat-qr.png');
}
.b-copyright {
  background-color: #191919 !important;
}
/* 响应式调整 */
@media screen and (min-width: 2560px) {
  .container {
    background-size: 100% auto;
  }
}
.detail-header {
  width: 100%;
  height: 0.94rem;
  background-color: #8B1F18;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem;
}
.detail-header h2 {
  color: white;
  font-size: 0.3rem;
  font-weight: normal;
}
.detail-header .backBtn {
  width: 0.18rem;
  height: 0.34rem;
  background-image: url('../../images/jd/back.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* 文章标题 */
.article-title {
  color: #3c3c3c;
  font-weight: normal;
  text-align: center;
  width: 100%;
  padding-top: 0.51rem;
}
.article-title h3 {
  font-size: 0.3rem;
  line-height: 1;
  margin-bottom: 0.2rem;
}
/* 文章元信息 */
.article-meta {
  height: 0.51rem;
  width: 6.8rem;
  margin: 0 auto;
  border-bottom: 1px solid #cfcfcf;
  display: block;
  text-align: center;
  color: #605f5f;
  font-size: 0.2rem;
  line-height: 1;
}
/* 文章内容 */
.news_content {
  padding-top: 0.31rem;
  padding-bottom: 0.57rem;
  color: #3c3c3c;
  font-size: 0.26rem;
  line-height: 0.5rem;
  width: 6.8rem;
  margin: 0 auto;
  overflow-x: hidden;
  /* 文章配图 */
}
.news_content img {
  max-width: 6.56rem;
  margin: 0.36rem auto 0;
  display: block;
}
@keyframes scale1 {
  0%,
  10%,
  100%,
  50%,
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  60% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes shark-wrap {
  to {
    transform: translateX(70%);
  }
}
@keyframes slideInDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
