body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
}
p{
    text-indent: 2em;
}

body {
    background: #FFF;
    font-size: 14px
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0 none
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    /*font-weight: normal*/
    font-weight: bold !important;
}

ol, ul, li {
    list-style: none outside none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

a {
    text-decoration: none;
}

.clearfix {
    *zoom: 1;
}

header {
    position: relative;
    width: 100%;
    height: 0.88rem;
    background-color: #6cd2d5;
    margin-bottom: 0.4rem;
}

header .breadcrumbs {
    text-indent: 10px;
    font-size: 16px;
    color: #fff;
    height: 0.88rem;
    line-height: 0.88rem;
}

header .breadcrumbs a {
    color: #fff;
    text-decoration: underline;
}


header h1 {
    float: left;
    width: 3rem;
    height: 100%;
    text-indent: 0.5rem;
    font-size: 0.4rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.88rem;
}

header .category {
    position: absolute;
    right: 3%;
    top: 0;
    margin-top: 0.44rem;
    transform: translateY(-50%);
    padding: 0.2rem;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

header .category img {
    display: block;
    width: 50%;
    margin: 0 auto;
}


/* header h1 {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0.4rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.88rem;
}

header .back_btn {
    position: absolute;
    left: 3%;
    top: 0;
    margin-top: 0.44rem;
    transform: translateY(-50%);
    padding: 0.2rem 0.3rem;
}

header .back_btn img {
    width: 0.2rem;
    object-fit: contain;
} */

.main {
    width: 92%;
    margin: 0 auto;
}

.article_title {
    color: #333333;
    font-size: 22px;
    margin-bottom: 10px;
}

.article_info {
    margin-bottom: 20px;
}

.article_info .article_addtime {
    color: #666666;
    font-size: 12px;
    margin-right: 20%;
}

.article_info  .arctile_category {
    color: #666666;
    font-size: 12px;
}
.article_content {
    font-size: 18px;
    line-height: 28px;
    /*color: #3b3b3b;*/
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.article_content p>img {
    width: 100% !important;
    object-fit: contain;
    display: block;
}

.article_content > * {
    margin-bottom: 4px;
}




.article_card_2 {
    width: 92%;
    margin: 0 auto;
    border-radius: 4px;
    border: 2px solid #DCDFE6;
    margin-bottom: 16px;
}

.article_card_2  .card_header {
    position: relative;
    background: #FAFAFA;
    border-radius: 8px 8px 0px 0px;
    height: 1rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
}

.article_card_2  .card_header h3{
    font-weight: 600;
    color: #6cd2d5;
    text-indent: 0.2rem;
    font-size: 20px;
}

/* rank_list2 排行榜列表 */
.rank_list2 li {
    margin-bottom: 16px;
}

.rank_list2 .rank_content2 {
    display: block;
    width: 90%;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
}

/* 全文复制按钮 */
.full_copyBtn {
    position: fixed;
    bottom: 10%;
    right: 2%;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    border-radius: 50%;
    background: #478ede;
    max-width: 40px;
    height: 40px;
    -webkit-box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 10%);
    overflow: hidden;
}
