﻿@font-face {
    font-family: '汉仪旗黑';
    src: url('../HYQiHei-50J.ttf');
}

body {
    overflow-x: hidden;
    background-color: #f8f8f8;
    padding-bottom: 3rem;
    margin: 0 auto;
}

[v-cloak] {
    display: none !important;
}

.article-content {
    margin-bottom: 3.9rem !important;
}

#leadTitle {
    text-align: justify !important;
    font-size: 1rem;
    color: #323232;
    padding: 0.25rem 0rem 0rem 0rem;
    letter-spacing: 0.08rem;
    display: none;
}

#title {
    text-align: justify !important;
    font-size: 1.35rem;
    color: #323232;
    padding: 0.4rem 0rem;
    line-height: 1.75rem;
    letter-spacing: 0.08rem;
    font-weight: 500;
}

#subTitle {
    text-align: justify !important;
    font-size: 1rem;
    color: #323232;
    padding: 0rem 0rem 0rem 0rem;
    letter-spacing: 0.08rem;
    display: none;
}

.info {
    padding: 0rem 0rem;
}

#source {
    color: #999999;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
    margin: 0 0.5rem 0 0;
    /**/
}

#timeId {
    color: #999999;
    font-size: 0.85rem;
    margin: 0 0.5rem 0 0;

}

hr {
    height: 1px;
    border: none;
    border-top: 1px solid #eaeaea;
}

#content {
    margin: 5px 0px 15px 0px;
    color: #2f2f2f;
    font-size: 1.1rem;
    line-height: 1.7rem;
    text-align: justify !important;
    letter-spacing: 0.06rem;
    font-weight: 300;
}

#editor-info {
    margin: 5px 0px 15px 0px;
    color: #7e7e7e;
    letter-spacing: 0.05rem;
    font-size: 0.95rem;
    text-align: justify !important;
    font-weight: 300;
}

#content p {
    text-align: justify !important;
    line-height: 1.7rem;
    font-size: 1.1rem;
    letter-spacing: 0.06rem;
    font-weight: 300;
    margin: 0.5rem 0;
    text-indent: 0rem;
}

#content img {
    display: block;
    width: 100%;
    /*height: 220px;*/
    /*margin: 0px 5% 0px 5%;*/
}

/*图片容器p标签*/
.app-image-container {
    width: 100%;
}

/*图片img标签*/
.app-image {
    width: 100%;
}

/*图集说明标签*/
.app-image-description {
    text-align: justify !important;
    line-height: 2rem;
    padding: 0 0 1rem 0;
    letter-spacing: 0.06rem;
    font-weight: 400;
}

/*视频容器p标签*/
.app-video-container {
    width: 100%;
    text-align: center;
}

/*视频video标签*/
.app-video {
    width: 100%;
}

/*视频说明标签*/
.app-video-description {
    text-align: justify !important;
    line-height: 2rem;
    padding: 0 0 1rem 0;
    letter-spacing: 0.06rem;
    font-weight: 400;
}

.app-video-iFrame {
    width: 100%;
    height: 13.5rem;
}

/*打开app*/
.shareIcon_con {
    position: fixed;
    bottom: 0px;
    overflow: hidden;
    margin: 0 0;
}

.shareIcon-img {
    width: 100%;
    display: block;
    height: 3.5rem;
}

/*点赞区域*/
.article-list {
    padding: 0 18px;
    margin-top: 12px;
}

.big-zan {
    padding-bottom: 10px;
}

.big-zan .article-zan {
    width: 55%;
    height: 3rem;
    padding: 0 10px;
    margin: 0 auto;
    font-size: 1rem;
    display: block;
    border-radius: 5vh;
}

.article-zan i {
    height: 3rem;
    width: 2rem;
    margin-right: .5rem;
    display: block;
    float: left;
    margin-left: 36%;
    vertical-align: top;
    background-size: 100% auto;
    background-position: center center;
}

.icon-big-zan {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 24px;
    height: 100%;

    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bg-no-zan {
    background-image: url('./../images/noClickZan.png');
}

.bg-zan {
    background-image: url('./../images/clickZan.png');
}

.article-zan span {
    font-size: 1.2rem;
    line-height: 3rem;
    display: block;
    float: left;
}

.big-zan.bigZan .article-zan {
    border: 1px solid #FF4259;
    color: #FF4259;
    text-align: center;
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

/*点赞区域结束*/