.more {
    color: #76808e;
    font-size: 14px;
}

.el-card {
    margin-bottom: 10px;
    background: #fff;
}

.el-card__body {
    padding: 0;
}

.platform-notify,
.platform-news,
.user-project {
    padding: 20px 32px;
}

.section-header {
    width: 100%;
}

.section-header {
    border-bottom: 1px solid #D8DDE4;
}

.platform-notify-content {
    text-align: center;
    padding: 20px 0;
}

.platform-notify-content .desc {
    font-size: 14px;
}

.platform-notify-content img {
    margin: 0 auto;
}

.user-info-header .info .name,
.section-header {
    font-size: 18px;
    color: #323a45;
    line-height: 24px;
    padding-bottom: 10px;
}

.user-info-header {
    padding: 30px 30px 20px 30px;
    display: table;
}

.user-info-header .user-avatar {
    padding-right: 14px;
    height: 64px;
    width: 64px;
}

.user-info-head .info {
    height: 64px;
}

.platform-notify-content .desc,
.user-info-header .info .desc {
    font-size: 12px;
    color: #76808e;
}

.user-info-header .user-avatar img {
    height: 64px;
    width: 64px;
    border: 1px solid #D8DDE4;
    border-radius: 50% !important;
}

.user-info-header .user-avatar,
.user-info-header .info {
    display: table-cell;
    vertical-align: middle;
}

.el-tabs__item {
    color: #76808e;
}

.el-tabs__item.is-active {
    color: #202d40;
}

.el-tabs__item:hover {
    color: #202d40;
}

.el-tabs__active-bar {
    background-color: #202d40;
}

.el-tabs__nav-wrap::after {
    background-color: #fff;
}

.platform-news-content .el-tab-pane {
    padding-bottom: 10px;
}

.news-item {
    font-size: 14px;
    color: #76808e;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.news-item a {
    display: block;
    max-width: 570px;
}

.news-pic {
    height: 88px;
}

.news-pic img {
    width: 140px;
    height: 88px;
}

.news-pic img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news-pic img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.news-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 20px;
    min-height: 40px;
}

.news-title:hover {
    color: #202d40;
}

.toolbox {
    text-align: center;
}

.toolbox-item {
    padding: 10px 0px !important;
    text-align: center;
}

.toolbox-item-pic {
    border-radius: 100%;
    background: #eee;
}

.toolbox-item-pic.active {
    background: rgb(10, 112, 224);
}

.toolbox .toolbox-item-pic {
    margin: 0 auto;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto 5px;
}

.toolbox .toolbox-item-pic img {
    width: 48px;
    height: 48px;
}

.toolbox-item-pic-quick {
    border-radius: 100%;
    background: #eee;
}

.toolbox-item-pic-quick.active {
    background: rgb(10, 112, 224);
}

.toolbox .toolbox-item-pic-quick {
    margin: 0 auto;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto 5px;
}

.toolbox .toolbox-item-pic-quick img {
    width: 48px;
    height: 48px;
}

.toolbox .toolbox-item-name {
    text-align: center;
    font-size: 12px;
    color: #202d40;
}

.user-project-content {
    padding: 10px 0;
}

.project-box {
    width: 100%;
    padding: 5px 0;
    border-radius: 10px;
    background: #fff;
}

.project-box .project-date,
.project-box .project-name,
.project-box .project-no {
    color: #76808e;
    margin: 5px 0;
    color: #000;
}

.project-box .project-no {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.project-box .project-name {
    font-size: 14px;
    line-height: 20px;
}

.project-box .project-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-left: 6px;
    color: #76808e;
}

.step-start {
    color: rgb(22, 117, 218);
}

.step-wait {
    color: rgb(253, 142, 22);
}

.step-success {
    color: rgb(0, 149, 64);
}

.step-fail {
    color: rgb(243, 4, 0);
}

.layui-layer-setwin .layui-layer-close2 {
    top: -10px !important;
    right: -10px !important;
    width: 20px !important;
    height: 20px !important;
    background: url('../../images/close_ico.png') center no-repeat !important;
  }