* {
    margin: 0;
    padding: 0;
    font-family: PingFang SC, "微软雅黑", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei";
    font-weight: 400;
}

body {
    font-size: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 15.5px;
}

html {
    height: 100%;
}

li {
    list-style: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #000000;
}

img {
    width: 100%;
    display: block;
}

input {
    border: none;
    outline: none;
}

.article_nav {
    display: flex;
    align-items: center;
    margin: 20.5px 0;
}

    .article_nav p {
        flex: 1;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 8px;
        font-weight: 700;
    }

.artive_img {
    width: 2.25rem;
}

.artive_imgs {
    width: 60px;
    margin-left: 1rem;
}

.artive_imgto {
    width: 60px;
}

.article_text {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 24px;
}

    .article_text p:nth-of-type(1) {
        font-size: 19px;
        font-weight: 700;
        line-height: 30px;
    }

    .article_text p:nth-of-type(2) {
        font-size: 12px;
        color: #8D8D8D;
        margin-top: 2px;
    }

.abstract {
    position: relative;
    background-color: #F6F6F6;
    margin: 18px 0 0;
    padding: 15px 5px 10px 14px;
}

    .abstract p {
        color: #0870E5;
        font-size: 18px;
        line-height: 30px;
    }

.abstract_img {
    width: 1.75rem;
    position: absolute;
    left: 0;
    top: 0;
}

.textto {
    font-size: 17px;
    margin: 13px 0;
}

.texttos {
    position: relative;
}

.article_foter {
    position: absolute;
    top: 45px;
    width: 100%;
    background-color: #ffffff;
    height: 100%;
}

.texttos h2 {
    font-size: 17px;
    margin: 15px 0;
}

.footer_opcit {
    height: 2.87rem;
    position: relative;
    top: -2.87rem;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.article_lock {
    width: 10.93rem;
    height: 2.68rem;
    margin: 0 auto;
    border-radius: 1.34rem;
    border: 1px solid #DBDBDB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article_one {
    overflow: auto;
    flex: 1;
}

.lock_img {
    width: 0.9rem;
    margin-right: 0.81rem;
}

.list_ul {
    height: 1.25rem;
    margin-top: 1.5rem;
}

.listto {
    float: left;
    padding: 0 4px;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    background-color: #FDF4F3;
    color: #FC4431;
    margin-right: 13px;
}

.list_te {
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #999999;
    margin-bottom: 30px;
    margin-top: 1.5rem;
}


/*新增返回图片的样式*/
.foo_return{width: 3rem;height: 3rem;border-radius: 50%;font-size: 0.36rem;color: #666666;background-color: #ffffff;display: flex;justify-content: center;align-items: center;position: fixed;right: 1rem;bottom: 1rem;right: 0.5rem;bottom: 3rem;box-shadow: 0px 3px 6px 0px rgb(238 238 238 / 80%), 0px -3px 6px 0px rgb(238 238 238 / 80%);}
.foo_return img{
	width: 1.6rem;
}
/*新增返回图片的样式*/