.article-right .am-list .am-list-item-dated a {
    padding-right: 0;
}
.article-cover {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
}
.article-cover-describe {
    width: 7rem;
    height: 7rem;
    margin-right: 1rem;
}
.article-base-info {
    width: calc(100% - 25rem);
}
.article-header .am-article-divider {
    margin: 1.5rem 0 2rem 0;
}
.article-header .am-article-meta span:not(:first-child) {
    margin-left: 1.5rem;
}
.article-nav-button {
    position: fixed;
    z-index: 10;
    bottom: 7rem;
    right: 2rem;
    box-shadow: 0 0 0.5rem 0.2rem #e8e8e8;
    opacity: 0.8;
    background: #fff;
    z-index: 101;
}
.article-nav-button i {
    font-size: 2rem;
}
.am-offcanvas-bar:after {
    background: transparent;
}

.article-sidebar{
    margin-top:2.2rem;
}

.article-sidebar ul li {
    margin-top: 0;
}
.article-sidebar ul li a {
    padding: 0.8rem 2rem 0.8rem 0.5rem;font-size:1.3rem;
}

.am-article-title{
    font-size:2rem;
}

.article-sidebar .left-title{
    font-weight: 700;
    font-size: 1.3rem;
    color: #222222;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0 2rem 1.2rem 0.5rem;
}

.article-sidebar .am-panel {
    border: 0;
}
.category-content-list li {
    border-color: #ccc !important;
}
.article-sidebar .am-panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.category-list li a.am-active {
    color: var(--color-main);
}
.category-list li a.am-active.active{
    font-weight: bold;
}

.category-content-list li:first-child {
    border-top: 0;
}
.article-sidebar .am-panel-default > .am-panel-hd {
    background-color: transparent;
    border-bottom: 0.1rem solid #f7f7f7;
}
@media only screen and (min-width: 641px) {
    .article-sidebar .am-offcanvas {
        display: block;
        position: static;
        background: none;
    }
    .article-sidebar .am-offcanvas-bar {
        position: static;
        width: auto;
        background: none;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .article-sidebar ul li:not(:last-child) {
        border-bottom: 0.1rem solid #fafafa;
    }
    .article-sidebar {
        padding-left: 0.5rem !important;
    }
    .article-right {
        padding-right: 0.5rem !important;
    }
    .am-list.category-content-list > li:hover {
        background-color: transparent;
    }
}
@media only screen and (min-width: 1025px) {
    .article-sidebar {
        padding-left: 0 !important;
    }
    .article-right {
        padding-right: 0 !important;
    }
}
@media only screen and (max-width: 640px) {
    .article-right {
        padding: 0 0.5rem;
        margin-top: 1.6rem;
    }
    .article-sidebar .am-offcanvas-bar {
        background: #f9f9f9;
    }
    .article-sidebar ul li:not(:last-child) {
        border-bottom: 0.1rem solid #eee;
    }
    .am-accordion-gapped {
        margin: 0;
    }
}

/**
 * 上一篇、下一篇
 */
.last-next-data a {
    max-width: calc(100% - 17.5rem);
}
.last-next-data .text-tips {
    color: #999;
}



.faq-title{
    font-weight: 700;
    font-size: 1.6rem;
    color: #222222;
    line-height: 2.3rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding:1.3rem 0 1rem 0;
    cursor: pointer;
    display: flex;justify-content: space-between;align-items: center;
}

.faq-title .img{
    width:1.3rem;height:0.8rem;
}

.faq-col{
    overflow: hidden;
}

.faq-col.open .faq-title .img{
    transform: rotate(180deg);
}

.faq-content{
   height:0;transition: all 1s;opacity: 0;
}

.faq-content .html{
    padding:1rem 0 2rem 0;
}

.faq-content .html img{
    max-width:100%;
}

.faq-content .hide{
    display: none;
}

.faq-col.open .faq-content{
    height:auto;opacity: 1;
}

.article-content .order-top-tab{
    padding:2.8rem 0 1.6rem 0;
}


