.box{padding:40px 0;}
.headimg{width: 75px;height: 75px;border-radius: 50%;vertical-align: middle}
.headimgRight{display: inline-block;vertical-align: middle;margin-left: 20px;line-height: 30px;}
.user-name{font-size: 18px;font-weight: bolder;margin-right: 15px;}
.show-user-pic{margin-bottom: 20px;}
.user-star,.user-name,.show-score{vertical-align: middle}
.user-star img{padding: 0 1px;}
.show-score{margin-left: 20px;color: #999}
.show-score p{margin-right: 20px;}
.user-choose p{margin-right: 20px;color: #666}
.user-cont{margin-bottom: 20px;}
.bgbox{background-color: rgb(245,245,245);}
.user-cont p{font-size: 14px;line-height:24px;color: #333}
.user-upload img{width:100%;max-height: 102px;}
.dp_banner img{width: 100%;}
.user-upload .el-image{text-align: center;background: #f4f4f4;margin: 0 10px 10px 0;}
@media screen and (min-width: 1300px) and (max-width:1519px) {

}

@media screen and (min-width: 1080px) and (max-width:1299px) {

}



@media screen and (min-width: 860px) and (max-width:1079px) {


}
/*<=959px and >=768px的设备：PC端;*/
@media screen and (min-width: 768px) and (max-width:859px) {

}

@media screen and (max-width:767px){
    .headimgRight{margin-left: 0}
    .topBox{display: inline-block;margin-left: 70px;margin-top: 0;}
    .user-choose{display: block;line-height: 16px;margin-top: 10px;}
    .show-score{margin-left: 0;display: block}
    .show-score p{font-size: 12px;margin-right: 5px;}
    .show-user-pic{position: relative;margin-bottom: 10px;}
    .headimg{position: absolute;top: 0;left: 0;width: 60px;height: 60px;}
    .user-choose .f14{font-size: 13px;margin-right:10px;line-height: normal}
    .show-user-pic .zjw-btn{position: absolute;top: 0;right: 0;padding:8px 10px;}
    .user-star img{width: 16px;}
    .el-dialog{width: 90%}
}