body{
    background: rgba(247, 247, 247, 1);
}
.header2{
    display: none;
}
    /* 头部样式 */
    header .top .logo{
        margin-left:45px;
    }
    header .login{
        margin-right: 45px;
    }
    main{
        padding-bottom: 30px;
        padding-top: 50px;
        display: flex;
        justify-content: space-between;
        align-items: start;
    }
    /* 文章页版心样式 */
    .l-main{    
        width: 790px;
    }
    .l-main .title{
        font-size: 26px;
font-weight: 700;
letter-spacing: 0px;
line-height: 37.65px;
color: rgba(0, 0, 0, 0.8);
    }
    .l-main .author{
        width: 100%;
        padding: 20px;
        border-radius: 10px;
background: rgba(240, 240, 240, 1);
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }
    .l-main .author  .info{
        display: flex;
    align-items: center; 
    gap: 15px;   
    }
    .l-main .author .touxiang{
        width: 50px;
height: 50px;
border-radius: 50px;
overflow: hidden;
    }
    .l-main .author .text{
       display: flex;
       flex-direction: column;
       align-items: start;
        gap: 3px;
    }
    .l-main .author .text .name{
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 28.96px;
        color: rgba(0, 0, 0, 0.5); 
    }
    .l-main .author .text .time{
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 17.38px;
        color: rgba(0, 0, 0, 0.3);
    }
    .l-main .author .gz{
        margin-left: 5px;
    }
    .l-main .author .gz button{
        width: 80px;
height: 40px;
opacity: 1;
border-radius: 20px;
background: rgba(227, 93, 150, 1);
  border: 1px solid rgba(227, 93, 150, 1);
  font-size: 16px;
font-weight: 400;
color: rgba(255, 255, 255, 1);
border: none;
cursor: pointer;
    }
    .l-main .author .box{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .l-main .author #view{
        font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
line-height: 26.06px;
color: rgba(0, 0, 0, 0.3);
display: flex;
align-items: center;
gap:10px;
cursor: pointer;
    }
    .l-main .author #view:before{
    content: '';
    display: block;
    width: 20px;
height: 20px;
background: url(../images/review_icon.webp) no-repeat;
background-size: 100% 100%;
    }
    .l-main .author #zan{
        font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
line-height: 26.06px;
color: rgba(0, 0, 0, 0.3);
display: flex;
align-items: center;
gap:5px;
cursor: pointer;
    }
    .l-main .author #zan:before{
        content: '';
        display: block;
        width: 20px;
    height: 20px;
    background: url(../images/zan_icon.webp) no-repeat;
    background-size: 100% 100%;
    }
    .l-main .author #zan.active::before{
        background: url(../images/zan_active.webp) no-repeat;
    background-size: 100% 100%;
    }
    article{
        font-size: 16px;
font-weight: 300;
letter-spacing: 0px;
line-height: 36px;
color: rgba(0, 0, 0, 0.8);
margin-top: 20px;
    }
    article p{
        font-size: 16px;
font-weight: 300;
letter-spacing: 0px;
line-height: 36px;
color: rgba(0, 0, 0, 0.8);
    }
    article h2{
        font-size: 24px;
font-weight: 700;
letter-spacing: 0px;
line-height: 27px;
color: rgba(227, 93, 150, 1);
margin: 20px 0;
    }
    article h3{
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 27px;
        color: rgba(59, 96, 165, 1);
        margin: 20px 0;  
    }
    .article{
        border-bottom: 1px solid rgba(227, 93, 150, 1);
        padding-bottom: 60px;
    }
    /* 文章分页 */
    .pagesize{
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 22px;
        margin-top: 20px;
    }
    .pagesize .prev{
        height: 30px;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 30px;
        color: rgba(227, 93, 150, 0.8);
        display: flex;
        align-items: end;
        gap:20px;
    }
    .pagesize .next{
        height: 30px;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 30px;
        color: rgba(227, 93, 150, 0.8);
        display: flex;
        align-items: end;
        gap:20px;
    }
    .pagesize a{
        font-size: 16px;
font-weight: 300;
letter-spacing: 0px;
line-height: 30px;
color: rgba(0, 0, 0, 0.5);
    }
    /* 侧边栏 */
    aside{
        width: 380px;
    }
    .aside-1{
        width: 380px;
        height: 260px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
          border: 1px solid rgba(0, 0, 0, 0.1);
          padding: 20px;
    }
    .aside-1 .user{
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .aside-1 .user .touxiang{
        width: 55px;
height: 55px;
border-radius: 55px;
overflow: hidden;
    }
    .aside-1 .user .name{
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 26.06px;
        color: rgba(0, 0, 0, 0.5);
    }
    .aside-1 .user .role{
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 26.06px;
        color: rgba(0, 0, 0, 0.3);
    }
    .aside-1 .ar{
        margin-top: 10px;
        border-radius: 10px;
background: rgba(240, 240, 240, 1);
padding: 10px;
display: flex;
align-items: center;
gap: 10px;
    }
    .aside-1 .ar .img{
        width: 55px;
        height: 55px;
        opacity: 1;
        border-radius: 10px;
        overflow: hidden;
        flex: 0 0 auto;
    }
    .aside-1 .ar .title{
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 26.06px;
        color: rgba(0, 0, 0, 0.8);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .aside-1 .btns{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
    }
    .aside-1 .btns .user_center{
        width: 180px;
        height: 55px;
        border-radius: 10px;
        background: rgba(240, 240, 240, 1);
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 26.06px;
        color: rgba(0, 0, 0, 0.3);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .aside-1 .btns .user_center:after{
        content: '';
        display: block;
        width: 20px;
        height: 20px;
      background: url(../images/user_center.webp) no-repeat;
      background-size: 100% 100%;
    }
    .aside-1 .btns .my_post{
        width: 145px;
        height: 55px;
        opacity: 1;
        border-radius: 10px;
        background: rgba(240, 240, 240, 1);
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 26.06px;
        color: rgba(0, 0, 0, 0.3);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .aside-1 .btns .my_post:after{
        content: '';
        display: block;
        width: 20px;
        height: 20px;
      background: url(../images/user_center.webp) no-repeat;
      background-size: 100% 100%;
    }
    .aside-2{
        margin-top: 20px;
        border-radius: 10px;
background: linear-gradient(180deg, rgba(255, 224, 238, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
padding: 20px;
    }
    .aside-2 .tit{
        font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
line-height: 26.06px;
color: rgba(223, 92, 148, 1);
display: flex;
align-items: center;
justify-content: space-between;
    }
    .aside-2 .tit span{
        font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
line-height: 26.06px;
color: rgba(236, 167, 198, 1);
    }
    .aside-2 .list{
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
    .aside-2 .list li{
        display: flex;
        align-items: center;
     gap: 15px;
     width: 100%;
     flex: 0 0 auto;
     height: 22px;
    }
    .aside-2 .list li:nth-child(1)::before{
        content: '';
        display: block;
        width: 20px;
height: 20px;
background: url('../images/1.webp') no-repeat;
background-size: 100% 100%;
flex: 0 0 auto;
    }
    .aside-2 .list li:nth-child(2)::before{
        content: '';
        display: block;
        width: 20px;
height: 20px;
background: url('../images/2.webp') no-repeat;
background-size: 100% 100%;
flex: 0 0 auto;
    }
    .aside-2 .list li:nth-child(3)::before{
        content: '';
        display: block;
        width: 20px;
height: 20px;
background: url('../images/3.webp') no-repeat;
background-size: 100% 100%;
flex: 0 0 auto;
    }
    .aside-2 .list li:nth-child(4)::before{
        content: '4';
        display: block;
        width: 20px;
height: 20px;
font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 17px;
color: rgba(0, 0, 0, 0.5);
flex: 0 0 auto;
text-align: center;
vertical-align: center;
    }
    .aside-2 .list li:nth-child(5)::before{
        content: '5';
        display: block;
        width: 20px;
height: 20px;
font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 17px;
color: rgba(0, 0, 0, 0.5);
flex: 0 0 auto;
text-align: center;
vertical-align: center;
    }
    .aside-2 .list li:nth-child(6)::before{
        content: '6';
        display: block;
        width: 20px;
height: 20px;
font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 17px;
color: rgba(0, 0, 0, 0.5);
flex: 0 0 auto;
text-align: center;
vertical-align: center;
    }
    .aside-2 .list li:nth-child(7)::before{
        content: '7';
        display: block;
        width: 20px;
height: 20px;
font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 17px;
color: rgba(0, 0, 0, 0.5);
flex: 0 0 auto;
text-align: center;
vertical-align: center;
    }
    .aside-2 .list li:nth-child(2)::after{
        content: '';
        display: block;
        width: 16px;
        height: 16px;
background: url('../images/hot_icon.webp') no-repeat;
background-size: 100% 100%;
flex: 0 0 auto;
    }
    .aside-2 .list li:nth-child(5)::after{
        content: '';
        display: block;
        width: 16px;
        height: 16px;
background: url('../images/hot_icon.webp') no-repeat;
background-size: 100% 100%;
flex: 0 0 auto;
    }
    .aside-2 .list a{
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 274px;
        font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 20px;
color: rgba(0, 0, 0, 0.8);
    }
    .aside-3{
        margin-top: 20px;
        border-radius: 10px;
background: rgba(255, 255, 255, 0.1);
padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
    }
    .aside-3 .tit{
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 26.06px;
        color: rgba(0, 0, 0, 0.5);
    }
    .aside-3 .list{
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
    .aside-3 .list li{
        display: flex;
        align-items: center;
        gap: 15px;
        /* justify-content: space-between; */
        width: 100%;
        }
        .aside-3 .list .touxiang{
            display: block;
            width: 70px;
            height: 70px;
            border-radius: 70px;
            overflow: hidden;
        }
        .aside-3 .list .info .name{
            font-size: 24px;
            font-weight: 400;
            letter-spacing: 0px;
            line-height: 34.75px;
            color: rgba(0, 0, 0, 0.5);
        }
        .aside-3 .list .info .role{
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0px;
            line-height: 26.06px;
            color: rgba(0, 0, 0, 0.5);
            margin-top: 7px;
        }
        .aside-3 .list #gz{
            display: block;
            width: 80px;
            height: 40px;
            line-height: 37px;
            opacity: 1;
            border-radius: 20px;
            background: rgba(227, 93, 150, 1);
            text-align: center;
              border: 1px solid rgba(227, 93, 150, 1);
              font-size: 16px;
              font-weight: 400;
              letter-spacing: 0px;
              color: rgba(255, 255, 255, 1);
            margin-left: auto;
        margin-right: 0px;
        }  
    /* 评论区 */
    /* #pinglun{
        width: 100%;
        padding: 25px;
        border-radius: 10px;
        background: rgba(240, 240, 240, 0.5);
        margin-top: 20px;
    }
    #pinglun .write{
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 25px;
    }
    #pinglun .write .touxiang{
        width: 50px;
height: 50px;
border-radius: 50px;
overflow: hidden;
    }
    #pinglun .write .text{
        width: 670px;
height: 50px;
mix-blend-mode: multiply;
opacity: 1;
border-radius: 10px;
background: rgba(240, 240, 240, 1);
display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }
    #pinglun .write .text input{
        width: 100%;
        height: 24px;
        background: none;
       
    }
    #pinglun .write .text input::placeholder{
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 23.17px;
        color: rgba(0, 0, 0, 0.3);
    }
    #pinglun .list .cover{
        display: flex;
        align-items: center;

        gap: 15px;
    }
    #pinglun .list .cover .touxiang{
        width: 50px;
height: 50px;
border-radius: 50px;
overflow: hidden;
    }
    #pinglun .list .cover .name{
        font-size: 20px;
font-weight: 500;
letter-spacing: 0px;
line-height: 28.96px;
color: rgba(0, 0, 0, 0.5);
    }
    #pinglun .list .cover .role{
        display: block;
        width: 60px;
height: 20px;
font-size: 12px;
font-weight: 400;
letter-spacing: 0px;
line-height: 20px;
color: rgba(227, 93, 150, 0.8);
text-align: right;
padding-right: 8px;
background: url(../images/role_bg1.webp) no-repeat;
background-size: 100% 100%;
margin-top: 5px;
    }
    #pinglun .list .cover .info{
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    #pinglun .list .pl{
        font-size: 16px;
font-weight: 300;
letter-spacing: 0px;
line-height: 36px;
color: rgba(0, 0, 0, 0.8);
margin-top: 6px;
margin-left: 65px;
    }
    #pinglun .list .pl .text{
     display: flex;
     align-items: center;   
     gap: 10px;
    }
    #pinglun .list .pl .text div{
        font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
line-height: 26.06px;
color: rgba(0, 0, 0, 0.3);
    }
#pl_count{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 10px;
}
#pl_count:before{
    content: '';
    display: block;
    width: 20px;
height: 20px;
background: url(../images/review_icon.webp) no-repeat;
background-size: 100% 100%;
}
#zan{
    display: flex;
    align-items: center;
    gap: 5px;
}
#zan:before{
    content: '';
    display: block;
    width: 20px;
height: 20px;
background: url(../images/zan_icon.webp) no-repeat;
background-size: 100% 100%;
} */