.main-page{
    padding-top: 40px;
}
.analysis-wrap{
    margin-bottom: 62px;
}
.analysis-left{
    flex: 1;
    margin-right: 32px;
    position: relative;
}
.analysis-content-line{
    width: 100%;
    height: 4px;
    background-color: #292638;
}
.content-title{
    font-weight: bold;
    color: #292638;
    margin-top: 15px;
}
.analysis-item-wrap{
    flex: 1;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.analysis-item{
    width: calc(50% - 12px);
    padding: 32px;
    background: #F7F7FA;
    border-radius: 8px;
    margin-top: 24px;
    align-items: flex-start;
}
.analysis-item-a{
    flex: 1;
    align-items: flex-start;
}
.analysis-item:hover{
    box-shadow: rgb(0 0 0 / 10%) 0 0 20px;
    transition: all 0.3s;
    transform: translateY(-4px);
}
.analysis-item:nth-child(2n){
    margin-left: 24px;
}
.user-info{
    align-items: center;
}
.user-info-right>a{
    display: block;
}
.user-img{
    width:52px;
    height: 52px;
    border-radius: 50%;
    display: block;
    margin-right: 12px;

}
.user-name{
    font-weight: bold;
    color: #292638;
}
.user-time{
    color: #9DA3A5;
}

.analysis-item-title {
    flex: 1;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    margin: 24px 0 18px 0;
}
.analysis-item-title:hover{
    color:#5E3FF8
}
.analysis-item-content{
    color: rgba(0,0,0,0.85);
    margin-bottom: 25px;
    flex: 1;
}
.tips{
    padding: 6px 12px;
    border-radius: 16px;
    border: 1px solid #5E3FF8;
    color: #5E3FF8;
}
.analysis-item-more{
    border: 1px solid #E5E5E5;
    font-size: 16px;
    color: #526069;
    padding: 14px 0;
    text-align: center;
    background: #fff;
    transition: all 0.5s;
    cursor: pointer;
}
.analysis-item-more:hover{
    transform: translateY(-3px);
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
}
.analysis-right{
    width: 280px;
}
.tabBar-item{
    align-items: center;
    justify-content: space-between;
    background: #F7F7FA;
    padding: 20px 28px 20px 20px;
    margin-bottom: 8px;
    cursor: pointer;
}
.active{
    background: #5E3FF8 !important;
}
.active .tb-item-txt,.active .iconfont{
    color: #fff !important;
}
.tabBar-item:last-child{
    margin-bottom: 0;
}
.tabBar-item:hover{
    background: #5E3FF8;
}
.tb-item-txt{
    color: #292638;
}
.tabBar-item:hover .tb-item-txt,.tabBar-item:hover .iconfont{
    color: #fff;
}
.ad_5{
    width: 280px;
    height: 302px;
    border-radius: 16px;
    display: block;
    overflow: hidden;
    margin: 20px 0;
}
.ad_5 img{
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transition: all 0.5s;
}
.ad_5:hover img{
    transform: scale(1.1);
}