a:hover,
a:link,
a:visited,
a:active,
a:focus {
    text-decoration: none;
    color: #000000;
}

button,
input,
input:focus {
    outline: none;
    border: none;

}

a,
button,
input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.lazy {
    filter: blur(0px);

}

.lazy.loaded1 {
    filter: blur(20px);
}

.lazy.loaded2 {
    filter: blur(0px);
    transition: 0.6s ease-out;
}

.footer span a,
.footer span,
.post-title,
.post-infor,
.author-title {
    font-family: 'Noto Serif SC', serif;
}

.shuoshuo-img img {

    border: 1px solid #e9e9e9;
}

body {
    margin: 0;
    padding: 0;
    font-family: PingFang SC, Noto Sans CJK, Source Han Sans, Microsoft Yahei, source-han-sans-simplified-c, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    background-color: #edf1fd;
background-size: cover;
    background-position: center;
background-image:url('') ;
    display: flex;
    justify-content: center;
}

/*--------------------------------------------------------*/




.main {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.Movable {
    float: right;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
}






/*右侧*/
/*-----------------------------------------------------------*/

.right {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 250px;
    margin-left: 20px;
}

.right-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 16px;

}

.right-close {
    position: relative;
    width: 100%;
    display: flex;


}

.right-close-icon {

    margin-left: auto;
}

.right-content {
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 9px;
    padding-bottom: 5px;
}

.right-head {
    position: relative;

    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    padding: 0 12px;
    font-size: 1.2rem;
    font-weight: 560;

}

.right-tj {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    width: 100%;
    height: 185px;
}

.right-tj-box {
    flex: 1 0 50%;
    /* grow, shrink, basis */
    height: 50%;
    /* 或者其他你需要的高度 */
    border: 0.8px solid #f1f2f3;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.right-tj-box-a {

    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
    width: 62px;
    color: #ffffff;
    height: 22px;
    border-radius: 20px;
}

.rand-article-list {
    border-top: 0.8px solid #f1f2f3;
    display: flex;
    align-items: center;
    width: 90%;
    box-sizing: border-box;
    height: 60px;
    padding-left: 20px;

    flex-direction: row;
}

.rand-article-yuan {
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 50%;
}

.rand-article-list-img {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    background-size: cover;

}

.rand-article-list-right {
    height: 100%;
    display: flex;
    overflow: hidden;
    float: right;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 0.82rem;
    flex-direction: column;
    white-space: nowrap;
    /* 防止文本换行 */
    overflow: hidden;
    /* 隐藏超出包含元素的文本 */
    text-overflow: ellipsis;
    /* 当文本溢出时显示省略号 */

}













/*左侧*/
/*-----------------------------------------------------------*/
.search {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 55px;
    background: #ffffff;
    border-radius: 4px;
}

.search-input {
    width: 75%;
    height: 50px;
    border-style: none;
    font-size: 1rem;

}

.fixed {
    width: 240px;
    display: flex;
    height: 100vh;
    flex-direction: column;
    position: fixed;
    align-items: center;

}

.fixed-login a {
    color: #ffffff;
    font-size: 1rem;
}

.fixed-login {
    height: 55px;
    background-color:#0060ff;
    width: 80%;
    border-radius: 50px;
    position: absolute;
    bottom: 55px;

    display: flex;

    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
}

.menu {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    width: 100%;
    margin-top: 20px;
    border-radius: 9px;
    overflow: auto;
}

.menu-option:hover {
    background-color: #f5f5f5;
}

.menu-option {
    display: flex;
    align-items: center;
    height: 65px;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    font-size: 1.3rem;
    padding-left: 35px;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;

}

.logo img {
    height: 60%;
}















/*主页*/
/*-----------------------------------------------------------*/
.index {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.index-head {
    position: relative;
    width: 100%;
    height: 350px;
    margin-bottom: 0px;
  
}

.ico {
    height: 35px;
    border-radius: 50%;
}

.banner {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%;
   
}

.header-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 62px;
    position: relative;
    z-index: 2;
    top: 0;
}

.header-bar-1 {
    background: rgba(245, 245, 245, 0.7);
    backdrop-filter: blur(10px);
}

.icon1 {
    position: absolute;
    right: 25px;
}

.icon2 {
    position: absolute;
    left: 25px;
}

.author-bar {
  
    position: absolute;
    bottom: 0px;
    height: 90px;
    width: 100%;
    border-radius: 12px 12px 0 0 ;
    background-color: #ffffff;
}

.author-logo {
    background-size: cover;
    background-position: center;
    width: 75px;
    height: 75px;
    position: absolute;
     left: 30px;
     top: -55px;
 
    border-radius: 12px;
    box-shadow: 0 10px 20px 5px #e6e8ea
}

.author-title {
    font-size: 1.45rem;
    font-weight: 700;
    position: absolute;
    left: 113px;
  
top: -42px;
    color: #ffffff;
}

.author-yiyan {
 white-space: nowrap;
    position: absolute;
    font-size: 1rem;
    font-weight: 450;
    left: 30px;
     top: 40px;
  
    color: #888888;
}

.tab {
    display: flex;
    align-items: center;
    flex-direction: row;
    overflow-x: auto;
    height: 60px;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 8px;
    border-bottom: 0.8px solid #e8e8e8;
}


.option {
    color: #99a2a8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    height: 29px;
    width: 70px;
    font-size: 0.85rem;
    background-color: #f3f3f3;
    margin-left: 12px;
}

.option1 {
    background-color: #0060ff;
    color: #ffffff;
}

article {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-bottom: 0.8px solid #e8e8e8;
     border-radius: 9px;
}

.article-left {
    height: 100%;
    width: 17%;
}

.article-main {
    height: 100%;
    width: 83%;
}

.author-logo-small {
    width: 42px;
    height: 42px;
    background-size: cover;
    background-position: center;
    margin: 15px auto;
    border-radius: 5px;
}

.article-top {
    display: flex;
    width: 100%;
    margin-top: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #586898;
    flex-direction: column;
}

.article-date {
    position: absolute;
    font-size: 0.9rem;
    color: #5a5a5a;
    right: 30px;
}

.article-center {
    width: 100%;
    margin-top: 15px;
}

.article-bottom {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    color: #666666;
    position: relative;
    font-size: 1.0rem;

}













.card-1 {
    display: flex;
    flex-direction: column;
    width: 85%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 12px;
    border: 0.8px solid #e7ecf0;
    overflow: hidden;
}

.card-1-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000000;
}

.card-1-des {
    font-size: 0.85rem;
    margin-top: 10px;
    font-weight: 450;
    color: #626371;
}








.card-2 {
    display: flex;
    flex-direction: column;
    width: 85%;
    box-sizing: border-box;
    border-radius: 7px;
    border: 1px solid #e7ecf0;
    overflow: hidden;
}

.card-2-top {
    background-size: cover;
    background-position: center;
    height: 80px;
    width: 100%;
}

.card-2-bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-top: 0.8px solid #e7ecf0;
    overflow: hidden;
}

.card-2-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000000;
}

.card-2-des {
    font-size: 0.82rem;
    margin-top: .5px;
    font-weight: 450;
    color: #626371;
}






.shuoshuo {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-right: 25px;
    font-size: 16px;
    line-height: 28px;

    letter-spacing: 1.8px;
    color: #404b69;
}

.shuoshuo-circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shuoshuo-circle:hover {
    background: #d1ebfc;
}




.shuoshuo-img {
    width: 100%;
    display: flex;
    margin-top: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}







.shuoshuo-img-1 {
    width: 40%;
    aspect-ratio: 1/1;
}

.shuoshuo-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}




.shuoshuo-img-2 {
    width: 30%;
    aspect-ratio: 1/1;

}

.shuoshuo-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}




.shuoshuo-img-3 {
    width: 28%;
    aspect-ratio: 1/1;

}

.shuoshuo-img-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}




/*加载更多*/
/*-----------------------------------------------------------*/
.page-link {
    position: relative;
    width: 120px;
    height: 38px;
    background-color: #4e2cFF;
    margin: 30px auto;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-link-text {
    font-size: 0.8rem;
    color: #ffffff;
}

/*底部*/
/*-----------------------------------------------------------*/
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    position: relative;
    width: 100%;
    height: 120px;
    background-color: #ffffff;
    padding: 0 0 100px 0;
}


























/*文章内容*/
/*-----------------------------------------------------------*/
.post-head {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 260px;

}

.post-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.post-white1 {
    content: '';
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: linear-gradient(to top, #ffffff, transparent);
}

.post-white2 {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: linear-gradient(to bottom, #ffffff, transparent);
}

.post-nav {
    height: 48px;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-left: 15px;
    width: 100%;
    margin-top: 5px;
    font-size: 0.9rem;
    letter-spacing: 3px;



}

.post-author-bar {
    background-color: #ffffff;
    display: flex;

    align-items: center;
    position: relative;

    flex-direction: row;
    height: 95px;
    width: 100%;
    border-bottom: 1.2px solid #f1f2f3;
}

.post-title {
    font-size: 1.8rem;
    margin-top: 70px;
    color: #ffffff;
    font-weight: 750;
}

.post-infor {
    font-size: 1.3rem;
    margin-top: 20px;
    color: #ffffff;
    font-weight: 500;
}

.post-author-logo {
    width: 52px;
    height: 52px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin-left: 20px;



}

.post-author-infor {
    display: flex;
    margin-left: 20px;
    flex-direction: column;

}

content {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 8px;
    background-color: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
    padding: 25px;
    font-size: 15px;
    line-height: 28px;

    letter-spacing: 1.7px;
    color: #404040;
}

.post-end {
    margin: 20px;
    text-align: center;
    font-size: 1.25rem;
    line-height: 23px;
    font-weight: 520;
    letter-spacing: 2.3px;
    color: #9699cc;
}

.post-footer {

    display: flex;
    margin-top: 20px;
    flex-direction: row;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.post-footer-1 {
    position: relative;
    display: flex;
    margin-top: 20px;
    flex-direction: row;
    height: 20px;
    align-items: center;
}

.post-footer-syp {
    position: absolute;
    left: 10px;
    font-weight: 600;
    border-bottom: 5px solid orange;
}

.post-footer-xyp {
    position: absolute;
    font-weight: 600;
    right: 10px;
    border-bottom: 5px solid orange;
}

.post-footer-button {
    border-radius: 50%;
    height: 58px;
    line-height: 0.82rem;
    width: 55px;
    flex-direction: column;
    font-size: 0.72rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    background: #f0f3f8;
}

comment {

    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 8px;
    background-color: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
    padding: 25px;
    font-size: 1rem;
    line-height: 35px;
    font-weight: 500;
}

.comment-title {
    font-size: 1.2rem;
    line-height: 35px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 3px;
    font-weight: 700;
    border-left: 8px solid orange;
    letter-spacing: 1.4px;
}

.newcomment {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 20px;
}

comment .input1 {
    background: #f3f4f6;
    margin-top: 10px;
    width: 100%;
    float: right;
    height: 90px;
    border-radius: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}

comment .input2 {
    background: #f3f4f6;
    margin-top: 10px;
    float: right;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    height: 45px;
    border-radius: 10px;
}

.newcomment-1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    float: right;

}

comment .input3 {
    background: #f3f4f6;
    margin-top: 10px;
    width: 49%;
    padding-left: 20px;
    box-sizing: border-box;
    height: 45px;
    border-radius: 10px;
}

comment .submit {
    width: 95px;
    margin-top: 10px;
    height: 38px;
    border-radius: 22px;
    color: #ffffff;
    background: #4e2cFF;
    float: right;
}

.comment-content {
    width: 100%;
    display: flex;
    flex-direction: row;



}

.comment-left {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment-right {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;

    justify-content: center;

}

content img {
    width: 100%;
    margin: 10px 0px;
    border-radius: 8px;
    box-shadow: 0px 1px 4px 0.5px rgba(0, 0, 0, 0.1);

}

content h1 {
    border-left: 4px solid orange;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding-left: 10px;

}

content h2 {
    font-size: 1.3rem;
}

content h3 {
    font-size: 1.1rem;
}

.article-nav {
    font-size: 0.9rem;
    color: #000000;
}

.article-nav a {
    color: #000000;
}

.friend-links {
    height: 65px;
    width: 45%;
    background-color: #0000000;
}


.friend-links img {
    margin: 0px;
    height: 50px;
    width: 50px;

}





/*底部选项卡*/
/*-----------------------------------------------------------*/
.footbar {
    display: flex;
    flex-direction: row;
    position: relative;
    border-top: 0.5px solid #f1f2f3;
    height: 65px;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    animation: move-up 1s forwards;
    background: rgba(255, 255, 255, 1);
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.15);

}

.footbar-close {
    display: none;
}

@keyframes move-up {
    from {
        bottom: -65px;
    }

    to {
        bottom: 0px;
    }
}

.footbar-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100%;
    position: relative;
    font-size: 0.8rem;
}









/*自适应*/
/*-----------------------------------------------------------*/

@media (max-width: 840px) {
    .index {
        margin: 0px;
        width: 100vw;
      
    }

    .header-bar {
        position: fixed;
    }

    .menu,
    article {

      
margin-bottom: 0;
        border-radius: 0px;
    }

    .Movable {
        width: 100%;
        transition: all 0.3s;
        right: 0;
        margin-right: 0px;
    }

    .Movable-a {
        right: -65vw;
    }


    .header-bar-2 {
        margin-left: 0;
    }

    .search {
        display: none;
    }

    .fixed {
        position: fixed;
        z-index: 99999;
        left: -65vw;
        width: 65vw;
        transition: all 0.3s;
        overflow: hidden;
        background: none;
        background-color: #ffffff;

    }


    .menu {
        margin-top: 0;
        background: none;
        border-right: 0.45px solid #f1f2f3;

    }


    .fixed-open {
        left: 0;
        box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.15);
    }
}








@media (max-width: 1200px) {

    .right {
        margin-top: 0px;
        margin-left: 0px;
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background: none;
        transition: all 0.3s linear;
    }

    .right-main {
        position: relative;
        float: left;
        width: 100%;
        /*侧边栏+按钮宽度*/
       right: -100%;
        /*侧边栏隐藏在屏外宽度*/

        height: 100%;
        transition: all 0.25s ease-out;
    }

    .right-box {
        width: 100%;
        overflow: auto;
        height: 100%;
        background-color:#f2f3f5;
    }

    .right-open {
        background: rgba(0, 0, 0, 0.6);
    }

    .right-main-open {
        right: 0;
    }
}











@media (min-width: 840px) {

    .main {
        width: 810px;
    }

    .icon2,
    .icon1 {
        display: none;
    }

    .header-bar,
    .index {
        width: 550px;
    }


    .footbar {
        display: none;
    }


}





@media (min-width: 1200px) {
    .main {
        width: 1130px;
    }

    .right-close {
        display: none;
    }

    .right-box {
        padding: 0px;
    }

    .right-box {
        border-radius: 8px;
    }

    .header-bar,
    .index {
        width: 600px;
    }


}