.top-content {
    display: flex;
    flex-direction: column;
    height: 515px;
}

.top-content .banner-bg {
    height: 215px;
    background-image: url('/static/images/myself/user-bg.png');
    background-position: center;
}

.top-content .info-content {
    height: 300px;
}

.top-content .info-content .info-content-center {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top-content .info-content .info-content-center .user-info-title {
    display: flex;
    flex-direction: column;
}
.top-content .info-content .info-content-center .user-info-title .num-link {
    font-size: 26px;
    color: #666;
}
.top-content .info-content .info-content-center .user-info-title .num-link span.num{
    font-size: 26px;
    color: #666;
}
.top-content .info-content .info-content-center .user-info-title span:first-child {
    font-size: 18px;
}

.top-content .info-content .info-content-center .vertical-divider-line {
    height: 50px;
    width: 1px;
    background-color: #666;
}

.top-content .info-content .info-content-center .bottom-info {
    width: 800px;
    cursor: default;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    color: #666666;
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
}

.top-content .info-content .info-content-center .top-info {
    height: 150px;
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}

.top-content .info-content .info-content-center .top-info .user-avatar {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -120px;
}

.top-content .info-content .info-content-center .top-info .user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #5b75a6;
}

.top-content .info-content .info-content-center .top-info .user-avatar .user-avatar-mask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 120px;
    height: 120px;
    background-color: rgba(0, 0, 0, .5);
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.top-content .info-content .info-content-center .top-info .user-avatar:hover .user-avatar-mask {
    visibility: visible
}

.top-content .info-content .info-content-center .top-info .user-avatar .user-avatar-mask a {
    color: #fff;
}

.top-content .info-content .info-content-center .top-info .username {
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
    margin-left: 8px;
}

.top-content .info-content .info-content-center .top-info .lev {
    color: #fff;
    background-color: #FACD09;
    padding: 1px 10px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.top-content .info-content .info-content-center .top-info .sign {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.top-content .info-content .info-content-center .top-info .sign .user-description {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 26px;
    padding-left: 10px;
    height: 35px;
    width: 310px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid transparent;
    outline: none;
    transition: .3s;
}
.top-content .info-content .info-content-center .top-info .user-title {
    display: flex;
    align-items: center;
    height: 30px;
}
.top-content .info-content .info-content-center .top-info .user-title a img {
    width: 80px;
    margin: 0 5px;
}
.top-content .info-content .info-content-center .top-info .sign label {
    display: inline-block;
    width: 90px;
    text-align: right;
}

.top-content .info-content .info-content-center .top-info .sign span {
    margin-left: 20px;
    padding-left: 10px;
    display: inline-block;
    width: 770px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background: #F7F7F7;
    border: 1px solid #e8e8e8;
}
.img-dispose {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dispose-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0 20px;
    height: 400px;
}

.dispose-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0 20px;
    height: 400px;
}

#view {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background-color: #666;
    border-radius: 50%;
}

#clipArea {
    height: 300px;
    width: 500px;
}

.file {
    position: relative;
    display: inline-block;
    background: #2267bd;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-indent: 0;
    outline: none;
}
