
.ucenter-wrap ul,
.ucenter-wrap ol,
.ucenter-wrap li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /* font-size: 100%; */
    list-style: none;
    /* vertical-align:middle; */
    box-sizing: border-box;
    /* background:transparent; */
    font-family: PingFangSC-Regular, sans-serif;
}
.ucenter {
    background: #F8F8F8;
}


.el-radio-group {
    margin-top: 3px;
}

.ucenter-wrap{
    width: 1100px;
    margin: 19px auto 54px;
    text-align: left;
}

.content {
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 6px
}

.content .side {
    width: 200px;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 6px;
    min-height: 496px;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 0px rgba(225, 225, 225, 0.5);
}

.content .side ul {
    width: 100%;
}

.content .side ul li {
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    line-height: 44px;
    padding-left: 34px;
    font-family: PingFangSC-Regular, sans-serif;
    color: #333;
    border-left: 3px solid #fff;
    cursor: pointer;
}

.content .side ul li:hover,
.content .side ul li.active {
    background: #F8F8F8;
    border-left: 3px solid #52C0F6;
}

.right-contents {
    float: right;
    width:  calc(100% - 215px);
    min-height: 482px;
}

.right-contents.ucenter .user-info {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    background: #fff;
}

.right-contents.ucenter .user-info .hovers .name {
    display: flex;
}

.right-contents.ucenter .user-info .hovers .change {
    display: none;
    margin-left: 32px;
    font-size: 14px;
    color: #52c0f6;
    cursor: pointer;
}

.right-contents.ucenter .user-info .hovers .changes {
    margin-left: 32px;
    font-size: 14px;
    color: #52c0f6;
    cursor: pointer;
}

.right-contents.ucenter .user-info .hovers:hover .change {
    display: block;
}

.right-contents.ucenter .user-info .img-box {
    position: relative;
}

.right-contents.ucenter .user-info .img-box span {
    position: absolute;
    width: 80px;
    height: 80px;
    display: block;
    background: #000000;
    opacity: 0.5;
    border-radius: 100%;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-contents.ucenter .user-info .avatar {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-right: 15px;
}

.right-contents.ucenter .user-info .ccc {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-right: 15px;
    background: #aaa;
}

.right-contents.ucenter .user-info .name {
    padding: 15px 0 10px;
    line-height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, sans-serif;
    font-weight: 500;
    color: #333333;
}

.right-contents.ucenter .user-info .name.active {
    color: #52c0f6;
}

.right-contents.ucenter .user-info .sign {
    font-family: PingFangSC-Regular, sans-serif;
    color: #666666;
    line-height: 20px;
    font-size: 16px;
}

.right-contents.ucenter .base-info .signs {
    max-width: 650px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-contents.ucenter .cut {
    display: block;
    width: 100%;
    height: 1px;
    background: #EBEBEB;
}

.right-contents.ucenter .base-info {
    width: 100%;
    background: #fff;
}

.right-contents.ucenter .base-info .title {
    font-size: 20px;
    font-family: PingFangSC-Regular, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 28px;
    padding: 30px 0 12px;
}

.right-contents.ucenter .base-info .hovers {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    height: 45px;
}

.right-contents.ucenter .base-info .hovers.company {
    margin-bottom: 0;
}

.right-contents.ucenter .base-info .hovers.name {
    margin-top: 12px;
}

.right-contents.ucenter .base-info .hovers .el-input input {
    height: 45px;
}

.right-contents.ucenter .base-info .hovers .el-input.name-input {
    width: 238px;
}

.right-contents.ucenter .base-info .hovers .el-input.position-input {
    width: 118px;
}

.right-contents.ucenter .base-info .hovers .el-input.sign-input {
    width: 499px;
}

.right-contents.ucenter .base-info .hovers:hover .change {
    display: block;
}

.right-contents.ucenter .base-info .hovers .key {
    width: 112px;
    color: #9b9b9b;
}

.right-contents.ucenter .base-info .hovers .val {
    color: #333333;
}

.right-contents.ucenter .base-info .hovers .change {
    cursor: pointer;
    display: none;
    margin-left: 32px;
    font-size: 14px;
    color: #52c0f6;
}

.right-contents.ucenter .base-info .hovers .change.store {
    display: block;
}

.right-contents.ucenter .account-info {
    padding: 30px 40px 70px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #EBEBEB;
}

.right-contents.ucenter .account-info .title {
    font-size: 20px;
    font-family: PingFangSC-Regular, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 28px;
    padding: 30px 0 12px;
}

.right-contents.ucenter .account-info .my-coin {
    display: flex;
    align-items: center;
    height: 34px;
    line-height: 34px;
    padding: 35px 0 50px;
}

.right-contents.ucenter .account-info .my-coin .key {
    font-size: 16px;
    font-family: PingFangSC-Regular, sans-serif;
    color: #333333;
    width: 80px;
}

.right-contents.ucenter .account-info .my-coin .val {
    font-size: 16px;
    font-family: PingFangSC-Regular, sans-serif;
    color: #FF8012;
    width: 100px;
}

.right-contents.ucenter .account-info .my-coin button {
    width: 120px;
    height: 34px;
    text-align: center;
    background: #52c0f6;
    border-radius: 4px;
    margin-left: 50px;
    font-size: 16px;
    font-family: PingFangSC-Regular, sans-serif;
    color: #fff;
    border: 1px solid #52c0f6;
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
}

.right-contents.ucenter .account-info .my-coin.account {
    padding: 0;
}

.right-contents.ucenter .account-info .my-coin.account button {
    background: #fff;
    color: #52c0f6;
    border: 1px solid #52c0f6;
}

.right-contents {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 0px rgba(225, 225, 225, 0.5);
    padding: 30px 40px;
}

.right-contents .tabs {
    display: flex;
    align-items: center;
    height: 42px;
    border-bottom: 1px solid #EBEBEB;
}

.right-contents .tabs a {
    height: 42px;
    line-height: 42px;
    margin-right: 35px;
    font-size: 16px;
    font-family: PingFangSC-Regular, sans-serif;
    position: relative;
    color: #666666;
    cursor: pointer;
}

.right-contents .tabs a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #52C0F6;
    transform: scale(0);
}

.right-contents .tabs a:hover,
.right-contents .tabs a.active {
    font-family: PingFangSC-Regular, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
}

.right-contents .tabs a:hover:after,
.right-contents .tabs a.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #52C0F6;
    transform: scale(1);
    transition: transform .2s;
}

.right-contents.resource .btns {
    display: flex;
    align-items: center;
    padding: 20px 0 12px;
    height: 66px;
    line-height: 34px;
}

.right-contents.resource .btns button {
    width: 80px;
    height: 34px;
    margin-right: 26px;
    background: #f3f3f3;
    border-radius: 4px;
    font-family: PingFangSC-Regular, sans-serif;
    color: #666;
    padding: 0;
    text-align: center;
}

.right-contents.resource .btns button:hover,
.right-contents.resource .btns button.active {
    background: #52c0f6;
    color: #fff;
}

.right-contents.resource ul {
    width: 100%;
}

.right-contents.resource ul li {
    width: 100%;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #B4B9BF;
}

.right-contents.resource ul li .article-info {
    width: 640px;
}

.right-contents.resource ul li .article-info .title {
    width: 100%;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, sans-serif;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right-contents.resource ul li .article-info .upload {
    height: 20px;
    margin-top: 14px;
    color: #9b9b9b;
    line-height: 20px;
}

.right-contents.resource ul li .article-info .upload span {
    padding-right: 50px;
}

.right-contents.resource ul li .status {
    width: 92px;
    text-align: center;
    color: #52c0f6;
    line-height: 20px;
}

.right-contents.resource ul li .status .error {
    color: #ff3939;
}

.right-contents.resource ul li .edit {
    width: 152px;
    text-align: right;
    color: #666;
    cursor: pointer;
}

.right-contents.assets {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 0px rgba(225, 225, 225, 0.5);
    padding: 10px 30px 60px;
}

.right-contents.assets .balance {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-contents.assets .balance .des {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
}

.right-contents.assets .balance .des .money {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}

.right-contents.assets .balance .des .money span {
    color: #F44A4A;
}

.right-contents.assets .balance .des .note {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.right-contents.assets .balance .reflect {
    width: 121px;
    height: 40px;
    background: #52c0f6;
    border-radius: 4px;
    margin: 11px 83px 0 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-contents.assets .cut {
    display: block;
    width: 100%;
    height: 1px;
    background: #EBEBEB;
    margin-top: 25px;
}

.right-contents.assets .no-list {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 40px;
}

.right-contents.assets .charge-list {
    width: 730px;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.right-contents.assets .charge-list .th {
    background: #f1f1f1;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.right-contents.assets .charge-list .td {
    background: #ffffff;
    box-shadow: 0px 1px 0px 0px #ebebeb;
    color: #666666;
}

.right-contents.assets .charge-list .th,
.right-contents.assets .charge-list .td {
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    display: flex;
    width: 731px;
    height: 40px;
}

.right-contents.assets .charge-list .th .success,
.right-contents.assets .charge-list .td .success {
    color: #52C0F6;
}

.right-contents.assets .charge-list .th .fail,
.right-contents.assets .charge-list .td .fail {
    color: #F44A4A;
}

.right-contents.assets .charge-list .th div,
.right-contents.assets .charge-list .td div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-contents.assets .charge-list .th div:nth-of-type(1),
.right-contents.assets .charge-list .td div:nth-of-type(1) {
    width: 200px;
}

.right-contents.assets .charge-list .th div:nth-of-type(2),
.right-contents.assets .charge-list .td div:nth-of-type(2) {
    width: 140px;
}

.right-contents.assets .charge-list .th div:nth-of-type(3),
.right-contents.assets .charge-list .td div:nth-of-type(3) {
    width: 200px;
}

.right-contents.assets .charge-list .th div:nth-of-type(4),
.right-contents.assets .charge-list .td div:nth-of-type(4) {
    width: 120px;
}

.right-contents.account {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 0px rgba(225, 225, 225, 0.5);
    padding: 10px 30px 60px;
}

.right-contents.account .title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 28px;
    margin-top: 20px;
}

.right-contents.account .title span {
    font-size: 14px;
    color: #9b9b9b;
    margin-left: 20px;
}

.right-contents.account .cut {
    width: 100%;
    height: 1px;
    display: block;
    background: #EBEBEB;
    margin-top: 19px;
}

.right-contents.account .messages {
    display: flex;
    font-size: 14px;
    flex-direction: column;
}

.right-contents.account .messages .message {
    margin-top: 42px;
    display: flex;
}

.right-contents.account .messages .message .key {
    width: 84px;
    color: #666666;
    line-height: 20px;
}

.right-contents.account .messages .message .value {
    color: #333333;
    line-height: 20px;
    margin-left: 20px;
}

.right-contents.account .messages .message .op {
    margin-left: 20px;
    color: #52c0f6;
    line-height: 20px;
    cursor: pointer;
}

.right-contents.account .messages .message.first {
    margin-top: 30px;
}

.right-contents.account .messages .other {
    display: flex;
    flex-direction: column;
    margin-top: 42px;
}

.right-contents.account .messages .other .key {
    color: #666666;
    line-height: 20px;
}

.right-contents.account .messages .other .bind {
    display: flex;
    flex-direction: column;
}

.right-contents.account .messages .other .bind .chat {
    margin-top: 28px;
    display: flex;
    align-items: center;
}

.right-contents.account .messages .other .bind .chat span {
    color: #333333;
    line-height: 20px;
    margin-left: 51px;
}

.right-contents.account .messages .other .bind .chat div {
    width: 80px;
    height: 30px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #52c0f6;
    margin-left: 81px;
    font-size: 16px;
    color: #52c0f6;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 文章管理 */
.right-contents.articles{
    width: calc(100% - 215px);
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 10px 0px rgba(225,225,225,0.5);
    text-align: center;
}
.right-contents.articles .published .item,
.right-contents.articles .articleList .item{
    height: 140px;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}
.right-contents.articles .published .item img,
.right-contents.articles .articleList .item img{
    width: 140px;
    height: 100px;
}
.right-contents.articles .published .item .news-headline,
.right-contents.articles .articleList .item .news-headline{
    text-align: left;
    width: calc(100% - 155px);
}
.right-contents.articles .published .item h3,
.right-contents.articles .articleList .item h3{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.right-contents.articles .published .item h3 a,
.right-contents.articles .articleList .item h3 a{
    font-size:16px;
    font-weight:600;
    color:rgba(42,42,42,1);
    line-height:22px;
}
.right-contents.articles .published .item p,
.right-contents.articles .articleList .item p{
    width: 100%;
    font-size: 14px;
    color: rgba(102,102,102,1);
    line-height: 20px;
    margin-bottom: 12px;
    height: 40px;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: n;
    overflow: hidden;
}
.right-contents.articles .published .item .article-info,
.right-contents.articles .articleList .item .article-info{
    color:rgba(155,155,155,1);
    line-height:20px;
    position: relative;
}
.right-contents.articles .published .item .article-info .more,
.right-contents.articles .articleList .item .article-info .more{
    display: inline-block;
    user-select: none;
}
.right-contents.articles .published .item .article-info .more span,
.right-contents.articles .articleList .item .article-info .more span{
    background-color: rgba(155,155,155,1);
    width: 4px;
    height: 4px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 2px;
}
.right-contents.articles .published .item .article-info .more span:first-child,
.right-contents.articles .articleList .item .article-info .more span:first-child{
    margin-left: 22px;
}
.right-contents.articles .published .item .article-info .isOperate,
.right-contents.articles .articleList .item .article-info .isOperate{
    width:110px;
    /* height:84px; */
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 10px 0px rgba(220,220,220,1);
    border-radius:2px;
    padding: 12px 0;
    text-align: center;
    position: absolute;
    top: 31px;
    left:180px;
    display:none;
}
.right-contents.articles .published .item .article-info .isOperate a,
.right-contents.articles .articleList .item .article-info .isOperate a{
    width:110px;
    height:30px;
    line-height: 30px;
    background:rgba(255,255,255,1);
    color:rgba(51,51,51,1);
    display: block;
}
.right-contents.articles .published .item .article-info .isOperate a:hover,
.right-contents.articles .published .item .article-info .isOperate a.active{
    background:rgba(241,244,249,1);
}
.right-contents.articles .articleList .item .article-info .isOperate a:hover,
.right-contents.articles .articleList .item .article-info .isOperate a.active{
    background:rgba(241,244,249,1);
}