.info-content{
    /*width: 70%;*/
    background-color: #ffffff;
    box-shadow: 0px 1px 35px 0px
    #f1f3f7;
    padding-bottom: 40px;
}

.viewavatar {

    border-radius: 36px;
    height: 36px;
    height: 36px;
}


span.authorimg {
    display: inline-block;
    height: 36px;
    vertical-align: bottom
}



.myinfo span.authorimg {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

authorimg img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.myinfo span.authorname {
    display: inline-block;
    font-size: 20px;
    vertical-align: bottom;
    color: #fff;
    margin-right: 10px;
    margin-left:0;
}


.vip-header {
    /*height: 200px;*/
}

.banner-bg {
    width: 100%;
    height: 200px;
    /*background: url("../assets/images/banner-bg.png") no-repeat center;*/
    border-radius: 8px;
    position: relative;
}

.banner-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

}

.open-img {
    width: 112px;
}

.openvip-icon {
    display: inline-block;
    width: 140px;
    height: 46px;
    border-radius: 30px;
    line-height: 46px;
    font-size: 14px;
    background: url("/static/web/assets/imgs/btn-bg.png") no-repeat  ;
    color: #b74711;
    text-align: center;
    font-weight: 600;
}

.vip-head {
    height: 200px;
    display: flex;
    align-items: center;
    padding: 40px;
    background: url('/static/web/assets/imgs/account-bg.png') no-repeat;
    background-size: cover;
    border-radius: 8px;
    position: relative;
}

.vip-info {
    width: 45%;
    display: flex;
    align-items: center;
}

.vip-right {
    width: 40%;
    text-align: right;
    /*padding-right: 55px;*/
}

.img-container {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    position: relative;
}

.upload-imgnow {
    position: absolute;
    width: 86px;
    height: 43px;
    bottom: 0;
    background: rgba(102, 102, 102, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border-radius: 0 0 100px 100px;
    cursor: pointer;
    opacity: 0;
}

.vip-headimg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    /* margin-left: 75px; */
}

.img-container:hover .upload-imgnow {
    opacity: 1;
}

.nickname-flex {
    display: flex;
    align-items: center;
}

.vip-content {
    margin-top: 16px;
}

.info-detail {
    margin-left: 32px;
    /*margin-top: 20px;*/
}

.edit-nickname img {
    width: 20px;
}

.edit-nickname span {
    display: inline-block;
    font-size: 12px;
    color: #1c1b1b;

    font-weight: 700;
    cursor: pointer;
    border-bottom: 1px solid #1c1b1b;
    height: 15px;
    width: 24px;
    line-height: 15px;
}

.head-nickname {
    font-size: 20px;
    color: #1c1b1b;
    font-weight: bold;
    margin-right: 10px;
    max-width:90%;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid transparent;
}

.head-nickname:focus {
    border-bottom: 1px dashed #fff;
}

input.head-nickname {
    max-width: 90%;
}
.vipInfo-box{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    align-items: flex-start;
    /*height: 65px;*/
    justify-content: space-between;
    max-width: calc(100% - 110px);
}

.authorname-box{
    display: flex;
    align-items: center;
    height: 30px;
    padding-bottom: 5px;
}

.authorname-box span.authorname{
    margin-left: 0;
}

.vip-contents {
    padding: 40px;
    /*margin-top: 48px;*/
    /*padding-right: 100px;*/
}

.vip-id {
    font-size: 14px;
    color: #9ca7b2;
    margin-right: 5px;
    margin-top: 10px;
}

.vip-reg {
    margin-left: 20px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.vip-not {
    /*padding-left: 10px;*/
    width: 140px;
    text-align: center;
    font-size: 14px;
    color: #9ca7b2;
    margin-bottom: 12px;

}

.item-title {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: bold;
    /*margin-left: 30px;*/
    line-height: 28px;
    margin-bottom: 24px;
}

.info-item {
    display: flex;
    height: 80px;
    border-bottom: 1px solid #f5f5f5;
    /*width: 98%;*/
    align-items: center;
}

.info-item:hover {
    /*background-color: #FAFAFA;*/
}

.vip-title span {
    /*margin-left: 40px;*/
    color: #000;
    font-size: 15px;
}

.info-left {
    width: 50%;
    display: flex;
    align-items: center;
}

.vip-title {
    width: 120px;
    display: flex;
    align-items: center;
}

.vip-img-icon {
    width: 32px;
}

.vip-status {
    font-size: 15px;
    color: #666666;
    margin-left: 80px;
    display: flex;
    align-items: center;
}
.bind-icon{
    width: 18px;
    margin-right: 5px;
}

.info-right {
    /* margin-left: 80px; */
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

.info-top {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.info-top a, .vip-content a {
    font-size: 12px;
    color: #fff;
    margin-bottom: 12px
}

.vip-btn, .set-btn {
    width: 84px;
    height: 40px;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0067ed;
    /*margin-right: 30px;*/
    cursor: pointer;
}

.btn-not {
    background-color: #C4C6C8 !important;
}

.intro {
    display: flex;
    align-items: center;
}

.intro-left {
    width: 60%;
    display: flex;
    align-items: center;
}