@media (max-width: 700px) {
    .major-area {
        width: 100% !important;
    }

    .user-post {
        margin: 0 !important;
    }

    .layout-mobile.list-header {
        display: block !important;
    }

    .layout-mobile.list-header div {
        margin-top: 8px !important;
    }

    .layout-mobile.list-header div .order-item {
        font-size: 12px !important;
    }
}

.user-view {
    display: flex;
}

.user-view .major-area {
    flex: 1 1 auto;
}

.user-view .minor-area {
    flex: 0 0 auto;
    width: 248px;
}

.user-post {
    margin: 0 15px 0 8px;
    background: #fff;
}

.user-post .list-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}

.user-post .list-header .list-header__title {
    font-weight: bold;
    font-size: 15px;
    color: #000;
}

.user-post .list-header .order-item {
    font-size: 14px;
    color: #777;
    cursor: pointer;
}

.user-post .list-header .order-item:hover {
    opacity: 0.95;
}

.user-post .list-header .order-item::after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
    color: #999;
}

.user-post .list-header .order-item:last-child::after {
    display: none;
}

.user-post .list-header .order-item--active {
    color: #333;
}

.user-block {
    display: flex;
    padding: 30px;
    background: #fff;
    border-radius: 2px;
}

.user-block .user-block__avatar {
    margin-right: 30px;
}

.user-block .user-block__avatar > img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.user-block .user-block__avatar > img:hover {
    transform: rotate(666turn);
    transition-delay: 1s;
    transition-property: all;
    transition-duration: 59s;
    transition-timing-function: cubic-bezier(0.34, 0, 0.84, 1);
}

.user-block .user-block__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #72777b;
}

.user-block .user-block__info .info__username {
    padding-bottom: 5px;
    font-size: 26px;
    font-weight: bold;
    color: #262626;
}

.user-block .user-block__info .info__position,
.user-block .user-block__info .info__intro {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.user-block .user-block__info .info__position > img,
.user-block .user-block__info .info__intro > img {
    width: 21px;
    margin-right: 5px;
}

.user-block .user-block__action {
    margin-left: auto;
}

.honor-block {
    background: #fff;
}

.honor-block .honor-block__title {
    padding: 15px 10px;
    font-weight: bold;
    color: #31445b;
    border-bottom: 1px solid #eee;
}

.honor-block .honor-block__list {
    padding: 15px 10px;
    color: #000;
}

.honor-block .honor-block__list .honor-item {
    display: flex;
    align-items: center;
}

.honor-block .honor-block__list .honor-item:not(:last-child) {
    margin-bottom: 10px;
}

.honor-block .honor-block__list .honor-item__icon {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    border-radius: 50%;
}

.honor-block .honor-block__list .honor-item__title {
    font-size: 15px;
}

.follow-block {
    display: flex;
    margin-top: 12px;
    background: #fff;
}

.follow-block .follow-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    color: #31445b;
}

.follow-block .follow-item .follow-count {
    margin-top: 5px;
    font-weight: bold;
}

.more-block {
    margin-top: 12px;
    color: #262626;
    background: #fff;
}

.more-block .more-item {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(230, 230, 231, 0.5);
}

.more-block .more-item:last-child {
    border-bottom: 1px solid rgba(230, 230, 231, 0.5);
}