.menus {
    width: 100%;
}

.menus .userinfo-box {
    width: 100%;
    padding: 0.36rem 0.18rem;
    background: #fff;
    border-bottom: 0.018rem solid #f2f6fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menus .menu-list {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.menus .userinfo-box .user-no {
    margin-top: 0.28rem;
}

.menus .userinfo-box .user-level,
.menus .userinfo-box .user-no {
    font-size: var(--sizeL, .3rem);
    margin-top: 0.2rem;
    width: 100%;
    padding-left: 0.3rem;
    color: #333;
}

.menus .userinfo-box .user-btn {
    margin-top: 0.27rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menus .userinfo-box .user-img .img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    margin-top: 0.38rem;
}

.menus .userinfo-box .user-btn .el-button {
    border-radius: 0.05rem;
    width: 150px;
    height: 0.65rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.menus .menu-list .title {
    height: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menus .iconfont {
    font-size: .49rem;
    margin-right: 0.1rem;
    font-weight: 700;
    color: #333;
}

.menus .menu-list .title span {
    color: #333;
    font-size: var(--sizeXL, .35rem);
    font-weight: 700;
}

.menus .menu-list .base-cate-list-item-box {
    text-align: center;
    line-height: .9rem;
    height: 0.9rem;
    font-size: var(--sizeXL, .35rem);
    color: #333;
}

.menus .menu-list .active {
    background: rgba(54, 158, 247, .062745098);
    position: absolute;
    top: 0;
    left: 0;
    height: 0.9rem;
    width: 100%;
    transition: top .2s;
}

.user-center {
    width: 100%;
    padding-bottom: 2rem;
}

.user-center .part {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.18rem;
}

.user-center .flex-box {
    display: flex;
    justify-content: space-between;
    gap: 0.18rem;
}

.user-center .part .security {
    background-color: rgb(255, 255, 255);
    width: 70%;
    height: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-right: 0.18rem;
    border-radius: 0.36rem;
    padding: 0px 0.18rem 0.18rem;
}

.user-center .title {
    font-size: calc(var(--sizeM, 0.25rem) + 2px);
    width: 98%;
    height: var(--sizeXL, 0.35rem);
    padding-left: 0.36rem;
    margin: 0.3rem auto;
    position: relative;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-center .part .security .percent {
    width: 90%;
    display: flex;
    align-items: center;
    font-size: var(--sizeM, 0.25rem);
    margin: 0.2rem rem 0px;
}

.user-center .part .security .bind-content {
    width: 90%;
    margin-top: 0.18rem;
    display: flex;
    justify-content: space-between;
    font-size: var(--sizeM, 0.25rem) !important;
}

.user-center .title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 100%;
    width: 0.1rem;
    background-color: rgb(64, 158, 255);
    border-radius: 0.1rem;
}

.user-center .part .security .percent .out-line {
    width: 80%;
    height: 0.15rem;
    background: rgb(221, 221, 221);
    border-radius: 0.1rem;
    margin: 0px 0.3rem;
}

.user-center .part .security .percent .out-line .center-line {
    background: linear-gradient(270deg, #ff5b56, #ff3b36);
    border-radius: 0.1rem;
    height: 0.15rem;
}

.user-center .part .security .percent .out-line .center-line.orange {
    background: linear-gradient(270deg, #ffb545, #ff8040);
}

.user-center .part .security .percent .out-line .center-line.blue {
    background: linear-gradient(270deg, #66b6ff, #599fdf);
}

.user-center .part .security .percent .out-line .center-line.green {
    background: linear-gradient(270deg, #0aeb14, #00eb0a);
}

body .el-button--mini {
    height: 0.7rem !important;
    font-size: var(--sizeM, .25rem);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.user-center .part .service {
    width: calc(30% - 0.18rem);
    height: 3rem;
}

.user-center .icon-list {
    height: 3rem;
    background-color: rgb(255, 255, 255);
    flex: 1 1 auto;
    border-radius: 0.36rem;
    padding: 0px 0.18rem;
}

.user-center .icon-list .icon-list-content {
    width: 100%;
    padding: 0px 0.36rem;
    justify-content: space-around;
    display: flex;
}

.user-center .icon-list .icon-list-content .icon-list-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: var(--sizeM, 0.25rem);
    cursor: pointer;
}

.user-center .icon-list .icon-list-content .icon-list-item:hover {
    color: #4d8eff;
}

.user-center .icon-list .icon-list-content .icon-list-item .iconImg {
    width: 1.2rem;
    display: block;
    margin-bottom: 0.18rem;
}

.user-center .part .statistical-center {
    width: 100%;
}

.user-center .part .statistical-center .top {
    width: 100%;
    display: flex;
    border-radius: 0.18rem;
    background-color: rgb(255, 255, 255);
}

.user-center .part .statistical-center .top .icon-list {
    flex: 1 1 0%;
}

.user-center .part .statistical-center .top .icon-list:last-child {
    flex: 1.1 1 0%;
    position: relative;
}

.user-center .part .statistical-center .bottom {
    width: 100%;
    height: 3.5rem;
    border-radius: 0.18rem;
    margin-top: 0.18rem;
    padding: 0.18rem 0px;
    background-color: rgb(255, 255, 255);
    display: grid;
    place-content: center space-around;
    place-items: center start;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, auto);
    gap: 0.5rem;
}

.user-center .part .statistical-center .bottom .statistical-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.user-center .part .statistical-center .bottom .statistical-content .desc {
    display: flex;
    align-items: center;
}

body .ali-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.user-center .part .statistical-center .bottom .statistical-content .desc .ali-icon {
    width: calc(var(--sizeXXL, 0.38rem) + var(--sizeXXL, 0.38rem));
    height: calc(var(--sizeXXL, 0.38rem) + var(--sizeXXL, 0.38rem));
    margin-right: 0.1rem;
}

.user-center .flex-box {
    display: flex;
    justify-content: space-between;
    gap: 0.18rem;
}

.user-center .news-content {
    width: 50%;
    background-color: rgb(255, 255, 255);
    border-radius: 0.18rem;
    padding: 0px 0.18rem 0.18rem;
    display: flex;
    flex-direction: column;
}

.user-center .news-content .news-list-item {
    padding: 0.18rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(242, 242, 242);
}

.user-center .news-content .news-list-item .name {
    font-size: var(--sizeL, 0.3rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-center .news-content .news-list-item .time {
    min-width: 143px;
    font-size: var(--sizeS, 0.2rem);
    color: rgb(153, 153, 153);
}

.menus .menu-list .title .img {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.1rem;
}

.el-button--text {
    border-color: transparent;
    color: #1890ff;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.el-button--text:focus,
.el-button--text:hover {
    color: #46a6ff;
    border-color: transparent;
    background-color: transparent;
}

.el-link {
    outline: none;
    cursor: pointer;
    font-size: 14px;
}

.el-link.el-link--primary:hover {
    color: #66b1ff;
}

a {
    text-decoration: none !important;
}

.menus .menu-list .active:after {
    width: 0.07rem;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #409eff;
    box-sizing: border-box;
    content: "";
}

.user-center .part .statistical-center .bottom .statistical-content .num .statistical {
    color: #ff4f76;
    font-size: var(--sizeL, .3rem);
}