*{
    margin: 0;
    padding: 0
}
html{
    overflow-y:scroll;
    font-size:100px;
    font-family: 'STHeiti', 'Microsoft YaHei', 'Helvetica', 'Arial', sans-serif;
}
body{
    margin:auto;
    background: #fff;
    width: 100%;
    overflow-x:hidden;
}
head{
    display: none;
}
header{
    width:100%;
    background: #ffffff;
    position: fixed;
    top:0;
    left: 0;
    z-index: 2
}
a {
    text-decoration: none;
}
.article_header {
    position: relative;
    padding: 10px 14px;
}
.article_header .article_title{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #222222;
}
.article_header .article_author{
    position: relative;
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
}
.article_header .article_author .author_info {
    margin-left: 6px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999999;
    font-weight: 300;

}
.article .article_content {
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 0 14px;
    padding-bottom: 20px;
}
.article .article_content p{
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.76;
}
.article .article_content img{
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4px;
    transition: opacity 200ms ease;
}
.container-header {
    width: 100%;
    font-size: 18px;
    line-height: 15px;
    margin-left: 10px;
    padding: 15px 0 8px 0;
    color: #000;
    font-weight: 500;
    background-color: #ffffff;
    box-sizing: border-box;
    border-bottom: none;
}

.unfold-field {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top:395px;
    height: 80px;
}

.unfold-field .btn-wrapper {
    padding: 12px 14px 12px 14px;
    background-color: #fff;
}
.unfold-field .unfold-field_mask {
    position: absolute;
    left: 0;
    right: 0;
    top: -78px;
    height: 78px;
    background-image: linear-gradient(-180deg, rgba(255,255,255,0) 0, #FFFFFF 100%);
}
.unfold-field  .unfold-field_mask::after{
    content: '';
    display: inline-block;
    background-image: url(//s1.pstatp.com/growth/mobile_detail/image/vwap_arrow_down.ky914xBY.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -10px;
    height: 16px;
    width: 16px;
    animation: unfold-arrow-animation 300ms infinite alternate;
}
.unfold-field .goback-text {
    background-image: linear-gradient(to right, #ff0000, #ff5050);
    display: block;
    width: 100%;
    height: 37px;
    line-height: 37px;
    border-radius: 18.5px;
    font-size: 15px;
    color: #fff;
}



.list-content {
    overflow-x: hidden;
}
section div{
    overflow-x: hidden;
}
section a {
    text-decoration: none;
}

.content2{
    padding: 0.15rem;
    border-bottom:0.01rem solid #eee;
    display: flex;
    justify-content: space-between;
}
.content2>.left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 0.75rem;
}
.content2>.left>h3{
    font-size: 0.17rem;
    color: #444;
    width: 2.2rem;
    max-height: 0.47rem;
    overflow: hidden;
    font-weight: 400;
}
.content2>.left>p{
    font-size:0.12rem;
    color:#AEAEAE;
}
.content2>.right{
    width: 1.13rem;
    height: 0.75rem;
    border-radius: 2px;
    background: lightgray
}
