.article_page{
    background-color: #ffffff;
    padding-top: 0.62rem;
}
/*.article_page > center{*/
/*    display: none;*/
/*}*/

.head_contain{
    background-color: #fff;
    z-index: 1;
    box-shadow:0px 15px 10px -15px #f0f0f0;
}
.head_contain .app_logo{
    background: url(../images/app_logo.png?v=20240618094519?v=20251223101729) no-repeat;
    background-size: 100%;
}
.article_container{
    padding: 0.25rem;
    margin-top:0.3rem;
}
.head_info{
    margin-bottom: 0.3rem;
}
.article_title{
    font-size: 0.23rem;
    font-weight: 600;
    color: #000000;
    line-height: 0.38rem;
    margin-bottom: 0.3rem;
}
.source{
    font-size: 0.12rem;
    font-weight: 400;
    color: #999999;
    line-height: 0.17rem;
    margin-bottom: 0.02rem;
}
.pub_time::after{
    display: inline-block;
    content: '';
    width: 0.01rem;
    height: 0.09rem;
    background-color: #C6C6C6;
    margin: 0 0.08rem;
}
.article_content img {
    max-width: 100%;
    height: auto;
}
.article_content p img{
    width: 100%;
    height: auto;
    display:block;
    margin-bottom: 15px;
}
.article_content p{
    font-size: 0.17rem;
    font-weight: 400;
    line-height: 0.3rem;
}
.article_content video{
    width:100% !important;
}
.article_content{
    overflow: hidden;
}
.article_bottom{
    position: absolute;
    bottom: -0.01rem;
    width: 100%;
    height: 1.19rem;
    background: url(../images/article_bottom_bg.png?v=20240618094519?v=20251223101729) no-repeat;
    background-size: 100%;
}
.article_info {
    margin-top: 20px;
    opacity: 0.6;
}
.article_info span {
    font-size: 0.14rem;
    color: #000000;
    border-left: 2px solid #1ab5ff;
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    display: block;
}

.click_more{
    display: flex;
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    right: 0;
    width: 0.9rem;
    margin: auto;
    margin-bottom: 0.16rem;
}
.click_more p{
    font-size: 0.12rem;
    font-weight: 400;
    color: #0A82FF;
    margin-right: 0.04rem;
}
.click_more img{
    width: 0.08rem;
    height: 0.05rem;
    margin: auto;
}
.open_app{
    width: 3.25rem;
    height: 0.44rem;
    border-radius: 0.22rem;
    border: 0.01rem solid #0A82FF;
    font-size: 0.16rem;
    color: #0A82FF;
    text-align: center;
    line-height: 0.44rem;
    position: absolute;
    bottom: 0;
}
.open_app a{
    color: #0A82FF;
}
.zqh{
    display: flex;
    align-items: center;
}
.zqh_img{
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.08rem;
}
.zqh_img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.zqh_name{
    font-size: 0.12rem;
    color: #333333;
}
.zqh_info{
    width: 2.3rem;
}
.follow{
    width: 0.56rem;
    height: 0.26rem;
    background: #F2F9FF;
    border-radius: 0.13rem;
    text-align: center;
    line-height: 0.26rem;
    font-size: 0.12rem;
    color: #0A82FF;
}
.follow a{
    color: #0A82FF;
}
.img-content{
    max-width: 99%;
}


audio::-webkit-media-controls-panel {
  background-color: #fc8800; /* 控制面板背景色（Chrome/Safari） */
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-volume-slider {
  filter: invert(80%); /* 调整图标颜色适配深色背景 */
}