.userInfo-container{
    margin-top: -96px;
    padding: 36px 0;
    background-color: #fff;
}
.user-head{
    width: 65px;
    height: 65px;
}
.user-head-icon{
    position: absolute;
    width: 24px;
    height: auto;
    right: -10px;
    bottom: -10px;
}
.user-name{
    margin-top: 20px;
    font-size: 18px;
}
.sex-icon{
    font-size: 14px;
}
.user-class{
    margin-bottom: 20px;
    font-size: 16px;
}
.user-par{
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-top: none;
    justify-content: center;
}
.user-par .zan{
    padding: 0 34px;
}
.list-tit{
    font-size: 16px;
}

.video-more-content-box{
    display: flex;
    align-items: baseline;
}
.user-detail-pro{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.user-detail-pro .video-more-content-box{
    width: 50%;
}
.video-more-content-icon{
    margin-right: 6px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #daaf60;
    color: #fff;
    border-radius: 50%;
}
.video-more-right-title{
    margin-right: 6px;
    font-size: 16px;
}

/*长视频列表共用样式*/
.common-video-container {
    margin-bottom: 10px;
}

.common-video-head-img {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    height: 56vw;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
    background-color: rgb(110, 110, 109);
}

.common-video-msg-model {
    display: flex;
    align-items: stretch;
}

.common-video-head {
    position: relative;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    border-radius: 2px;
    margin-right: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: blanchedalmond;
    background-position: center;
    cursor: pointer;
    box-sizing: border-box;
}

.common-head-icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 16px;
}

.common-video-model {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.redux-msg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}

.redux-time {
    color: #000;
    font-size: 11px;
    flex-shrink: 0;
    margin-left: 24px;
    line-height: 1em;
    font-weight: 400;
}

.redux-name {
    color: #000;
    font-size: 14px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1em;
    font-weight: 400;
    font-style: italic;
}

.redux-tit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.tit-red {
    border-radius: 100px;
    line-height: 1em;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    color: #9a9a9a;
    font-weight: 400;
    margin-right: 10px;
}

.tit-red:last-child {
    margin-right: 0;
}

.tit-red:nth-child(3) {
    width: 50px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.common-video-times {
    position: absolute;
    right: 16px;
    bottom: 14px;
    display: inline-block;
    padding: 5px 6px;
    border-radius: 100px;
    background: rgba(23, 18, 22, .1);
    color: #fff;
    font-size: 11px;
    line-height: 1em;
    z-index: 2;
    font-weight: 400;
}

.common-video-content {
    padding: 0 7.5px;
}

.common-video-title {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1em;
    height: 1em;
    overflow: hidden;
    /*以下只在webkit浏览器有效*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /*只显示2行*/
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: pointer;
}

.common-video-visit-container {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.common-video-visit-people {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #60584B;
    line-height: 1em;
}

.common-video-visit-people .iconfont-Ya {
    margin-right: 5px;
    color: #9a9a9a;
}
/*视频背景图换img修正*/
.video-bg-fixed {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
    background-color: #000;
}

/*企业用户样式重置*/
.premium-tab-li{
    font-size: 16px;
}
.user-detail-pclabel{
    display: flex;
}
.right-title{
    font-style: normal;
}
.user-detail-pcleft{
    width: 50%;
}
.skill-title{
    font-size: 16px;
}
.skill-title:after{
    width: 6px;
    height: 6px;
    bottom: 9px;
}
.skill-title:before{
    width: 6px;
    height: 6px;
    bottom: 3px;
}
.skill-block{
    font-size: 14px;
}

/*视频密码弹窗*/
.video-password-layer {
    border-radius: 3px;
    box-shadow: 0 0 40px -10px #CCC6C6;
}

.video-password-layer .layui-layer-title {
    padding: 30px 0 22px 0;
    height: auto;
    border-bottom: none;
    line-height: 1em;
    text-align: center;
    color: #322F2F;
    background-color: white;
}

.password-layer-form {
    padding: 20px 10px;
}

.password-layer-input {
    margin-bottom: 18px;
    padding-left: 20px;
    width: 100%;
    height: 35px;
    border: 1px solid #f1f1f1;
    outline: none;
    border-radius: 100px;
    background-color: #F5F2EB;
    color: #A7A39C;
}

.password-layer-btn {
    position: absolute;
    top: 22px;
    right: 14px;
    width: 94px;
    height: 30px;
    padding: 0 29px;
    box-sizing: border-box;
    line-height: normal;
    color: #1B1B1A;
    font-size: 13px;
    background: #F8D990;
}

.close {
    text-align: center;
    cursor: pointer;
}