html {
font-size: 12px;
word-break: break-all;
}
* {
    box-sizing: border-box;
    margin: 0;
}
a {
color: #333;
outline: none;
text-decoration: none;
-webkit-backface-visibility: hidden;
}

a:focus {
outline: none;
}

input:focus,
select:focus,
textarea:focus {
outline: -webkit-focus-ring-color auto 0;
}

ul,
li {
padding: 0;
list-style: none;
}

.flex {
display: flex;
}

/*垂直居中*/

.flex-box {
-webkit-box-align: center;
align-items: center;
-webkit-align-items: center;
}

/*均匀分列每个子集元素间距*/

.flex-justify {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}

/*水平居中*/

.flex-center {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
}

/*弹性盒子剩余的宽度*/

.flex-one {
flex: 1;
/* -webkit-flex: 1;
-webkit-box-flex: 1; */
}

/*设置子集元素垂直排列兼容*/

.flex-direction {
flex-direction: column;
-webkit-flex-direction: column;
-webkit-box-orient: vertical;
}

/*定位居中*/

.position-center {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
/* 清除浮动 */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.vjs-big-play-centered .vjs-big-play-button {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.video-js .vjs-big-play-button {
margin: 0 !important;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%);
}

.articleCont {
font-size: 18px;
color: #333;
line-height: 1.6;
}
.articleCont p {
margin: 0 0 0.8em;
word-break: break-word;
}
.articleCont a {
text-decoration: underline;
}
.articleCont img {
display: inline;
max-width: 100% !important;
vertical-align: middle;
height: auto;
}
.articleCont .image figcaption {
margin: 10px 0;
color: #9496a1 !important;
font-size: 14px;
}
.article-compo .img-caption {
display: block;
margin: 10px 0;
color: #9496a1 !important;
font-size: 14px !important;
}
.articleCont .image figcaption * {
color: #9496a1 !important;
}
.articleCont .image img {
display: block;
margin-right: auto;
margin-left: auto;
}
.articleCont video {
display: block;
width: 100%;
height: auto;
margin: 0 auto;
}

.articleCont .audio-image {
position: relative;
}

.articleCont .audio-image .audio-wave {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 20px;
z-index: 2;
display: flex;
justify-content: space-between;
align-items: flex-end;
pointer-events: none;
}

.articleCont .audio-image .audio-wave span {
margin: 0 2px;
display: inline-block;
width: 3px;
background: white;
border-radius: 3px;
animation: audio-wave 1.5s infinite ease-in-out;
}

@keyframes audio-wave {
0%,
100% {
height: 5px;
}
50% {
height: 20px;
}
}

/* 为每个音浪条设置不同的动画延迟 */
.articleCont .audio-image .audio-wave span:nth-child(1) {
animation-delay: 0.1s;
}
.articleCont .audio-image .audio-wave span:nth-child(2) {
animation-delay: 0.3s;
}
.articleCont .audio-image .audio-wave span:nth-child(3) {
animation-delay: 0.5s;
}
.articleCont .audio-image .audio-wave span:nth-child(4) {
animation-delay: 0.2s;
}
.articleCont .audio-image.audio-wave span:nth-child(5) {
animation-delay: 0.4s;
}
.van-color-primary {
color: #32ae57;
}
.van-bgcolor-primary {
background-color: #32ae57;
}
.van-color-success {
color: #00982d;
}
.van-bgcolor-success {
background-color: #00982d;
}
.van-color-danger {
color: #ff5f4e;
}
.van-bgcolor-danger {
background-color: #ff5f4e;
}
.van-color-warning {
color: #ff7b35;
}
.van-bgcolor-warning {
background-color: #ff7b35;
}
.van-color-info {
color: #0283ef;
}
.van-bgcolor-info {
background-color: #0283ef;
}
.van-color-text-primary {
color: #111;
}
.van-bgcolor-text-primary {
background-color: #111;
}
.van-color-text-regular {
color: #333;
}
.van-bgcolor-text-regular {
background-color: #333;
}
.van-color-text-assist {
color: #666;
}
.van-bgcolor-text-assist {
background-color: #666;
}
.van-color-text-secondary {
color: #999;
}
.van-bgcolor-text-secondary {
background-color: #999;
}
.van-color-text-placeholder {
color: #b2b2b2;
}
.van-bgcolor-text-placeholder {
background-color: #b2b2b2;
}
.van-color-text-empty {
color: #6c7d8f;
}
.van-bgcolor-text-empty {
background-color: #6c7d8f;
}
.van-color-border-color {
color: #cdcdcd;
}
.van-bgcolor-border-color {
background-color: #cdcdcd;
}
.van-color-line-color {
color: #e2e2e2;
}
.van-bgcolor-line-color {
background-color: #e2e2e2;
}
.van-color-background-color {
color: #f6f6f6;
}
.van-bgcolor-background-color {
background-color: #f6f6f6;
}
.van-color-white {
color: #fff;
}
.van-bgcolor-white {
background-color: #fff;
}
.van-color-black {
color: #000;
}
.van-bgcolor-black {
background-color: #000;
}
.van-color-transparent {
color: transparent;
}
.van-bgcolor-transparent {
background-color: transparent;
}
.van-pull-refresh {
overflow: hidden;
-webkit-user-select: none;
user-select: none;
}
.van-pull-refresh__track {
position: relative;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
}
.van-pull-refresh__head {
position: absolute;
top: -50px;
left: 0;
width: 100%;
height: 50px;
overflow: hidden;
color: #999;
font-size: 14px;
line-height: 50px;
text-align: center;
}
.header-panel {
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
}

.header-panel .header-panel-address {
  height: 1.32rem;
}

.header-panel .header-panel-download {
  padding: 0.28rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  text-align: center;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 9;
  background: rgba(255, 255, 255, 1);
}

.header-panel .header-panel-download .logo {
  display: block;
  float: left;
}

.header-panel .header-panel-download .logo img {
  display: block;
  width: 0.68rem;
  height: 0.68rem;
}

.header-panel .header-panel-download .head-title {
  float: left;
  margin-left: 0.16rem;
}

.header-panel .header-panel-download .head-title .head-title-h1 {
  color: #333;
  font-size: 0.3rem;
}

.header-panel .header-panel-download .head-title .head-title-sub {
  color: #b6b3b7;
  font-size: 0.24rem;
}

.header-panel .header-panel-download .head-right {
  position: relative;
  float: right;
  width: 60px;
}

.header-panel .header-panel-download .head-right .download-link {
  background-color: rgb(14, 55, 117);
  border-radius: 16px;
  outline: none;
  font-size: 14px;
  border: none;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.header-panel .header-panel-download .head-right .download-test {
  margin-top: 0.1rem;
  font-size: 0.28rem;
  border-radius: 100%;
  color: #ccc;
  transform: rotate(-45deg);
}

.header-panel .header-panel-download .head-right wx-open-launch-app {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
}
.footer {
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
}

.footer .footer-address {
  height: 1.32rem;
}

.footer .footer-download {
  bottom: 0;
  padding: 0.28rem;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 9;
  background: rgba(255, 255, 255, 1);
}

.footer .footer-download .logo {
  display: block;
  float: left;
}

.footer .footer-download .logo img {
  display: block;
  width: 0.66rem;
  height: 0.66rem;
  margin-left: 0.1rem;
  margin-top: 0.1rem;
}

.footer .footer-download .foot-title {
  float: left;
  text-align: left;
  margin-left: 0.16rem;
}

.footer .footer-download .foot-title .foot-title-h1 {
  margin: 0.01rem 0;
  color: #000;
  font-size: 0.3rem;
}

.footer .footer-download .foot-title .foot-title-sub {
  color: #aaa;
  font-size: 0.24rem;
}

.footer .footer-download .head-right {
  position: relative;
  float: right;
  width: 60px;
}

.footer .footer-download .head-right .download-link {
  background-color: rgb(14, 55, 117);
  border-radius: 16px;
  outline: none;
  font-size: 14px;
  border: none;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.footer .footer-download .head-right .download-test {
  margin-top: 0.1rem;
  font-size: 0.28rem;
  border-radius: 100%;
  color: #ccc;
  transform: rotate(-45deg);
}

.footer .footer-download .head-right wx-open-launch-app {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
}

.article-li .title {
  font-size: 0.3rem;
  line-height: 0.42rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}
.article-li .base {
  color: #999;
  font-size: 0.24rem;
}
.article-li .base .source {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.22rem;
  max-width: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-li .base .time {
  display: inline-block;
  vertical-align: middle;
}
.article-li .article-li:nth-child(1) {
  padding: 0.3rem 0;
  border-bottom: 1px solid #eee;
}
.article-li .article-li:nth-child(1) .title {
  font-size: 0.36rem;
  line-height: 0.5rem;
  max-height: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}
.article-li:nth-last-child(2) {
  border-bottom: none;
}
.article-big-img {
  margin: 0.3rem 0;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  border: 1px solid #e4e4e4;
}
.article-big-img .cover-panel {
  position: relative;
  z-index: 8;
}
.article-big-img .cover-panel .video-mark {
  display: flex;
  position: absolute;
  margin: 0 0 -0.5rem -0.5rem;
  bottom: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  align-items: center;
}
.article-big-img .cover-panel .video-mark img {
  margin: 0 auto;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
}
.article-big-img .cover {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.article-big-img .title {
  display: flex;
  margin: 0.2rem 0.2rem 0.06rem 0.2rem;
  cursor: pointer;
  font-size: 0.32rem;
}
.article-big-img .title .mark {
  margin-right: 0.1rem;
  padding: 0 0.1rem;
  color: #fff;
  background: #6f7679;
  font-size: 0.24rem;
  border-radius: 2px;
}
.article-big-img .base {
  padding: 0 0.2rem 0.2rem;
}
.article-special-content .title {
  padding: 0.2rem 0;
  cursor: pointer;
}
.article-special-content .title img {
  position: relative;
  top: -0.02rem;
  display: inline-block;
  vertical-align: middle;
  width: 0.32rem;
}
.article-special-content .cover {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.article-special-content .article-special-li {
}
.article-special-content .article-special-list {
  position: relative;
  z-index: 9;
  padding: 0 0.3rem 0.01rem 0.3rem;
  margin: -0.6rem 0.3rem 0 0.3rem;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  border: 1px solid #e4e4e4;
}
.article-special-content .article-special-list .article-special-li {
  padding: 0.2rem 0;
  border-bottom: 1px solid #eee;
}
.article-special-content .article-special-list .article-special-li .special-title {
  font-size: 0.3rem;
  line-height: 0.45rem;
  max-height: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.article-special-content .article-special-list .article-special-li:nth-last-child(1) {
  border-bottom: none;
}
.article-special-content .article-special-list .article-special-more {
  margin: 0.3rem auto;
  width: 1.82rem;
  line-height: 0.66rem;
  font-size: 0.24rem;
  color: #000000;
  background-color: #f9f9f9;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  border: 1px solid #e4e4e4;
}
.article-special-content .line {
  margin: 0.2rem 0.3rem 0 0.3rem;
  border-bottom: 1px solid #eee;
}
.article-special-time .cover {
  display: block;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.article-special-time .article-special-list {
  position: relative;
  z-index: 9;
  padding: 0 0.3rem 0.01rem 0.3rem;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 0 0 4px 4px;
  border: 1px solid #e4e4e4;
}
.article-special-time .article-special-list .article-special-li {
  padding: 0.2rem 0;
  border-bottom: 1px solid #eee;
}
.article-special-time .article-special-list .article-special-li .special-title {
  font-size: 0.3rem;
  line-height: 0.45rem;
  max-height: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.article-special-time .article-special-list .article-special-li:nth-last-child(1) {
  border-bottom: none;
}
.article-special-time .article-special-list .article-special-more {
  margin: 0.3rem auto;
  width: 1.82rem;
  line-height: 0.66rem;
  font-size: 0.24rem;
  color: #000000;
  background-color: #f9f9f9;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  border: 1px solid #e4e4e4;
}
.article-special-time .line {
  margin: 0.2rem 0.3rem 0 0.3rem;
  border-bottom: 1px solid #eee;
}
.article-special-zhaitu {
  position: relative;
  padding-top: 0.3rem;
}
.article-special-zhaitu .title {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.article-special-zhaitu .title img {
  position: relative;
  top: 0.12rem;
  width: 0.55rem;
}
.article-special-zhaitu .cover {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.article-special-zhaitu .mark {
  position: absolute;
  bottom: 0.4rem;
  right: 0;
  padding: 0.075rem 0.15rem;
  color: #fff;
  font-size: 0.24rem;
  border-radius: 0.1rem;
  background: rgba(0, 0, 0, 0.65);
}
.article-special-zhaitu .line {
  margin: 0.3rem 0 0 0;
  border-bottom: 1px solid #eee;
}
.article-img-text {
  margin: 0;
  padding: 0.3rem 0;
  border-bottom: 1px solid #eee;
}
.article-img-text .cover {
  margin-right: 0.3rem;
  display: block;
  width: 2.6rem;
  height: 1.4625rem;
  border-radius: 4px;
}
.article-img-text .cell .base {
  margin-top: 0.5rem;
}
.article-three-img {
  padding: 0.3rem 0;
  border-bottom: 1px solid #eee;
}
.article-three-img .cover-list img {
  display: block;
  width: 100%;
  border-radius: 0.1rem;
}
.article-three-img .cover-list div:nth-child(2) {
  margin: 0 0.1rem;
}
.article-three-img .title {
  margin: 0.2rem 0;
  cursor: pointer;
}
.special-swipe .cover {
  display: block;
  width: 100%;
}
.special-swipe /deep/ .van-swipe__indicator {
  width: 8px;
  height: 3px;
  border-radius: 0;
}
.article-special-li .special-head {
  margin-bottom: 0.15rem;
  display: flex;
  align-items: flex-end;
  font-size: 0.36rem;
  font-weight: bold;
}
.article-special-li .special-head img {
  margin-left: 0.05rem;
  display: block;
  width: 0.55rem;
}
.article-special-li .special-article-list {
  padding-bottom: 0.25rem;
  white-space: nowrap;
  overflow-x: scroll;
  font-size: 0;
  display: flex;
}
.article-special-li .special-article-list .special-article-lip {
  flex: 0 0 auto;
}
.article-special-li .special-article-list .special-article-li {
  margin-right: 0.3rem;
  padding: 0.1rem;
  width: 5.2rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  border: 1px solid #e4e4e4;
}
.article-special-li .special-article-list .special-article-li .cover {
  display: block;
  width: 5rem;
  height: 2.8125rem;
  object-fit: cover;
  border-radius: 4px;
}
.article-special-li .special-article-list .special-article-li p {
  margin-top: 0.25rem;
  white-space: normal;
  font-size: 0.32rem;
  line-height: 0.48rem;
  height: 0.96rem;
  overflow: hidden;
}