.content{
    margin: 0 auto;
    min-width: 940px;
}

.vip_momey{
    display: flex;
    flex-direction: column;
    width:252px;
    font-weight: bold;
    font-size: 35px;

}
.vip_name{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
}
.vip_benefit{
    display: flex;
    width: 53%;
    flex-direction: column;
}
.vip_ben_info{
    display: flex;
    flex-direction: column;
    font-weight: bold;
    align-items: center;
    margin: 20px 10px;
}
.dis_flex{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-around;
}
.vip_ben_info img{
    width: 100px;
    margin-bottom: 10px;
    height: 100px;
    border-radius: 100px;
}
.text_log{
    font-size: 13px;
    margin-top: 20px;
    font-weight: lighter;
    color: #333;
}
.brands_title{
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
}
.brand_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
}
.brand_list img{
    width: 15%;
    height: 141px;
}
.comment,.comment_list,.brands,.vip_data{
    width: 940px;
    margin: 0 auto;
}
.vip_momey text{
    text-align: center;
}
.vip_data{
    display: flex;
    min-width: 940px;
    margin:80px auto;
    justify-content: space-between;
}
.comment_list{
     width: 223px;
    position: absolute;
    display: flex;
    padding: 10px 3px;
    margin: 0 10px;
    flex-direction: column;
    margin-bottom: 10px;
    background: #fff;
 }
 .comment_img{
     width: 100%;
 }
 .comment_text{
     display: -webkit-box;
     -webkit-line-clamp:2;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     font-size: 14px;
     color: #333;
     text-align: left;
     width: 223px;

 }
 .user_info{
     display: flex;
     align-items: center;
     font-size: 14px;
     color: #333;
     margin-top: 3px;
 }
 .user_info img{
     width: 20px;
     height: 20px;
     border-radius: 60px;
     margin-right: 10px;
 }
.bottom{
    width: 100%;
    background: #000;
}
.member_up{
   background: #000;
    font-size: 15px;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
    width: 180px;
    margin: 0 auto;
    margin-top: 50px;
}
.comment_box{
    position: relative;
    min-height: 1200px;
    background: #ededed;
    width: 1000px;
    margin: 0 auto;
    border: 30px solid #ededed;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.comment_img{
    width: 223px;
    min-height: 223px;
}
.conter{
    display: block;
    width: 100%;
    min-width: 940px;
}
.ercode_dat{
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.item:hover{
    box-shadow:0 2px 3px rgba(0,0,0,0.57) ;
}

.top{
    transition: all 0.5s;
    position: fixed;
    bottom:20px;
    right: -70px;
    padding: 5px;
    background: #ededed;
}
.top img{
    width: 30px;
    height: 30px;
}
