body{
    padding: 0;
    margin: 0;
    background: #F7F7F7;
    font-size: 18px;
    font-family: PingFangSC-regular, sans-serif;
    -webkit-font-smoothing: antialiased;
}
html[data-theme="dark"] {
    --button-bg-color: #3D7FFF;
}
:root {
    --button-bg-color: #256FFF;
}
a{
    color: #333;
    text-decoration: none;
}
ul,li{
    list-style: none;
}
.page_container{
    max-width: 645px;
    margin: 0 auto;
}
div::-webkit-scrollbar {
    display: none;
}
.box{
    display: inline-flex;
    background: #fff;
    width: 100%;
    word-break: break-word;
    flex-direction: column;
}
.box .content{
    margin: 15px;
}
.adver {
    margin-right: 20px;color: #545454;font-size: 8px;text-align: right;
}
.google-box {
    border-top: dashed 1px #BBBBBB;
    border-bottom: dashed 1px #BBBBBB;
    padding-top: 5px;
}
.google-div {
    width: 100%;min-height: 100px;background-color: #D9D9D9;text-align: center;
}
.advertising{
    width: 100%;
    display: inline-flex;
    text-align: center;
}
.advertising img{
    width: 100%;
    display: block;
}
.ad-box{
    background: #FFFFFF;
    overflow: hidden !important;
    text-align: center;
    padding-bottom: 10px;
    /*margin-bottom: 27px;*/
}
.ad-close img{
    width: 8px;
    height: 8px;
    margin: 3px;
}
.content-text{
    color: #333;
    display: block;
    margin: 0 15px 20px 15px;
    line-height: 28px;
}
.list ul li{
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    padding-top: 20px;
}
.list ul li:first-child{
    padding-top: 0;
}
.list ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.list .more-box{
    display: flex;
}
.list ul li .item-pic{
    width:7rem;
    height: 5rem;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}
.list ul li .item-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.list ul li .textInfo{
    width: 100%;
    height: 5rem;
    margin: 0 20px;
}
.list ul li .item-title{
    font-size: 16px;
    height: 23px;
    overflow: hidden;
}
.list ul li a .item-title{
    color: #000;
}
.item-content{
    font-size: 14px;
    color: #686868;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.Copyright{
    text-align: center;
    font-size: 12px;
    color: #999;
    display: block;
    clear:both;
    width: 100%;
    padding: 10px 0;
}

.author-div {
    width: 100%;
    height: auto;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    position: relative;
}

.author .headimg-div {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    overflow: hidden;
}

.author .nickname-div {
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px;
}

.author .time-div {
    line-height: 20px;
    font-size: 14px;
    color: #999999;
}

.type-div {
    font-size: .44rem;
    font-weight: 400;
    line-height: .6rem;
    letter-spacing: 0em;
    text-align: left;
    color: #676767;
    margin: 3px 10px;
}

.content-title-div {
    font-weight: 700;display: block;
    width: 100%;
    clear: both;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 35px;
    font-family: system-ui;
}

.content-more-for-you {
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
}

.comment-area {
    margin: 11px 0;
}

.next-colum{
    display: block;
    width: 100%;
    clear: none;
    text-align: center;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin: 20px 0 5px 0;
}
.next-colum span{
    display:inline-table;
    padding: 0 10px;
    background: #F7F7F7;
    font-family: system-ui;
    font-weight: 700;
    color: #ff6600;
    font-size: 20px;
}
.next-colum::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background:rgba(255,102,0,.4);
    position: absolute;
    left:0;
    top:50%;
    z-index: -1;
}
.box-content{
    display: block;
    clear: both;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.box-content-sort ,.box-con{
    display: block;
    clear: both;
    overflow: hidden;
    position: relative;
    margin: 10px 10px 0 10px;
    border-radius: 15px;
    height: 600px;
}
.more-box{
    display: block;
    position: relative;
    text-align: center;
    height: 45px;
    bottom: 45px;
    margin: 0 10px 0 10px;
    border-radius: 0 0 15px 15px;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
}
.more-box button{
    background: #ff6600;
    border: none;
    color: #fff;
    border-radius: 50px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 16px;
    position: relative;
    z-index: 2;

}
.more-box button span{
    vertical-align: top;
    display: inline-table;
    height: 30px;
}
.more-box button span svg{
    margin-top: 8px;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
ins.adsbygoogle[data-ad-status="filled"] {
    display: block !important;
}
ins.adsbygoogle {
    margin: 0 auto;
}
.comm-box {
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
}
.comm-list {
    width: 1560px;
    height: 100%;
    display: flex;
    position: inherit;
}
.comm-item {
    width: 240px;height: 280px;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    float: left;
    position: relative;
    background-size: cover;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}
.comm-con {
    font-weight: bolder;color: #FFFFFF;
    display:-webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient:vertical;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    padding: 10px 10px 5px 10px;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(82,82,82,0.5) 31%, rgba(0,0,0,0.9) 100%);
}
