.box {
    background-color: rgba(245, 245, 245);

}

.min-box {
    width: 1226px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: flex-start;
}

.main {
    padding-bottom: 5px;


}

.container {
    height: 30px;
    line-height: 15px;
    display: flex;
    justify-content: center;
}
.container-span{
    width: 1226px;
    display: flex;
    align-items: center;
}
.dh{
    display: flex;
    align-items: flex-start;
    line-height: 15px;
}



.left-box {
    width: 234px;
    padding: 36px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.left{
    margin: 0 24px 12px;

}
.left li{
    height: 33px;
    font-size: 13px;
}

.left h3{
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    color: #333;
    padding-bottom: 10px;
}
.main-content{
    align-items: center;
    margin-left: 10px;
    width: 900px;
    background-color:white;
    height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-1{
    width: 700px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to right, #fefefe 0%, #f1e106 100%);
}

.user{
    display: flex;
    justify-content: flex-start;
}
.user-img{
    width: 150px;
    height: 150px;
    padding:30px 30px 0;
}
.username{
    margin-top: 50px;
}
.user-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.user-action{
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-2{
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    width: 700px;

}
.people-box{

    margin-bottom: 20px;
}
.people{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-start;
    transition: all 0.5s;
}
.people:hover img{
    transform: scale(1.2);
}
.text{
    margin-top: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-content: center;
}

/* .special-text{
    color:rgb(255,103,0) ;
} */