:root {
    --button-color: #036d53;
}

.app-banner {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 450px;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.666666666666667rem;
    overflow: hidden;
}
.app-banner .app-logo-link {
    text-decoration: none;
    color: #fff;
}
.app-banner .app-info {
    display: flex;
    align-items: center;
}
.app-banner img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin-right: 0.666666666666667rem;
}
.app-banner .app-title {
    font-size: 0.933333333333333rem;
    font-weight: 600;
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.app-banner .app-slogan {
    font-size: 0.733333333333333rem;
    margin-top: 0.266666666666667rem;
}
.app-banner .app-link {
    height: 1.6rem;
    padding: 0 0.533333333333333rem;
    background-color: var(--button-color);
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    font-size: 0.866666666666667rem;
    color: #fff;
    text-decoration: none;
    min-width: 5.333333333333333rem;
    white-space: nowrap;
}
.container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 2rem;
}
.container,
.container-max {
    max-width: 450px;
}
.portrait {
    margin-top: 5rem;
}
.portrait,
.portrait a {
    position: relative;
}
.portrait img {
    width: 9.333333333333334rem;
    height: 9.333333333333334rem;
    border-radius: 50%;
    display: block;
}
.portrait.live .live-lot {
    width: 11.333333333333334rem;
    height: 11.333333333333334rem;
    position: absolute;
    top: -1rem;
    left: -1rem;
}
.portrait .live-icon {
    position: absolute;
    z-index: 1;
    bottom: -0.533333333333333rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--button-color);
    padding: 0.266666666666667rem 0;
    border-radius: 8px;
    font-size: 0.8rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.username {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-top: 0.933333333333333rem;
    text-align: center;
}
.user-cert {
    width: 0.8rem;
    height: 0.8rem;
    background-color: #5098ff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.user-cert svg {
    width: 0.5rem;
    height: 0.533333333333333rem;
}
.user-stats {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    width: 16rem;
}
.user-stats .user-stat-group {
    flex-basis: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-decoration: none;
}
.user-stats .user-stat-group strong {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}
.user-stats .user-stat-group label {
    margin-top: 0.666666666666667rem;
    font-size: 0.866666666666667rem;
    color: #666;
}
.user-stats .user-stat-group:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1.266666666666667rem;
    background-color: #e8e8e8;
    right: 0;
    top: 0.666666666666667rem;
}
.user-stats .user-stat-group:last-child:after {
    content: none;
}
.user-follow {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.btn {
    display: inline-block;
    height: 2.666666666666667rem;
    line-height: 2.533333333333333rem;
    text-decoration: none;
    text-align: center;
    border-radius: 2.533333333333333rem;
    background-color: var(--button-color);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}
.btn.follow-btn {
    border: 1px solid #d7d7d7;
    background-color: #fff;
    color: #333;
    line-height: 2.4rem;
}
.btn.follow-btn,
.btn.support-btn {
    width: 10rem;
    margin-top: 1.733333333333333rem;
}
.btn.download-btn {
    display: block;
    width: 19.666666666666668rem;
    margin: 1.866666666666667rem auto 0;
}
.whole-width {
    width: 100%;
}
.bio {
    font-size: 0.866666666666667rem;
    text-align: center;
    line-height: 1.15;
    width: 19.666666666666668rem;
    margin-top: 0.666666666666667rem;
}
.empty-content {
    padding: 13.333333333333334rem 0;
    text-align: center;
    font-size: 0.8rem;
    color: #999;
    width: 100%;
}
.videos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 30px;
}
.videos .video {
    width: 33%;
    margin-right: 0.5%;
    height: 13.333333333333334rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    position: relative;
}
.videos .video:nth-child(3n) {
    margin-right: 0;
}
.videos .video img {
    display: block;
    max-width: 100%;
}
.videos .video .op-video-info {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    font-size: 0.933333333333333rem;
    background-image: linear-gradient(180deg, transparent, transparent 49%, rgba(0, 0, 0, 0.25));
    padding: 0.666666666666667rem;
}
.videos .video .op-video-info .op-video-views {
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
}
.videos .video .op-video-info .op-video-views svg {
    margin-right: 0.466666666666667rem;
}
.comments {
    width: 100%;
}
.comment-row {
    padding: 1rem 0.666666666666667rem;
}
.comment-row .comment-detail {
    display: flex;
    justify-content: space-between;
}
.comment-row .comment-detail .comment-detail-left {
    margin-right: 0.666666666666667rem;
}
.comment-row .comment-detail .comment-detail-left .comment-author-portrait {
    width: 2.333333333333333rem;
    height: 2.333333333333333rem;
    border-radius: 50%;
}
.comment-row .comment-detail .comment-detail-center {
    flex-grow: 1;
}
.comment-row .comment-detail .comment-detail-center .comment-video {
    display: block;
    width: 4rem;
    margin-top: 0.666666666666667rem;
}
.comment-row .comment-detail .comment-detail-right {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 0.266666666666667rem;
}
.comment-row .comment-detail .comment-detail-right .commenting-video {
    display: block;
    width: 4rem;
}
.comment-row .comment-date {
    display: flex;
    align-items: center;
}
.comment-row .comment-date a {
    text-decoration: none;
    color: #333;
}
.comment-row .comment-date .comment-create-month {
    font-size: 0.866666666666667rem;
    font-weight: 600;
}
.comment-row .comment-date .comment-create-date {
    font-size: 0.866666666666667rem;
    color: #999;
}
.comment-row .comment-date .comment-author-cert {
    width: 0.8rem;
    height: 0.8rem;
    background-color: #5098ff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.333333333333333rem;
}
.comment-row .comment-date .comment-author-cert svg {
    width: 0.5rem;
    height: 0.533333333333333rem;
}
.comment-row .comment-date .comment-date-dot {
    width: 0.2rem;
    height: 0.2rem;
    background-color: #999;
    border-radius: 50%;
    margin: 0 0.333333333333333rem;
}
.comment-row .comment-content {
    word-break: break-word;
}
.comment-row .comment-content .comment-replay-to {
    font-weight: 700;
    color: #333;
    text-decoration: none;
}
.comment-row .comment-attitude {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 0.666666666666667rem;
    font-size: 0.8rem;
}
.comment-row .comment-attitude .comment-dislike,
.comment-row .comment-attitude .comment-like {
    background-repeat: no-repeat;
    background-position: 0;
    padding-left: 1.666666666666667rem;
    width: 4.666666666666667rem;
    line-height: 1.733333333333333rem;
    margin-left: 1.066666666666667rem;
    color: #999;
    text-decoration: none;
}
.comment-row .comment-attitude .comment-like {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg transform='translate(3 2)' fill='%23DEDEDE' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M3.93 9.994c.448-.934 2.272-3.9 5.472-8.897a.214.214 0 01.182-.103c.948 0 1.661.88 1.48 1.827l-.975 5.096h5.14c1.409 0 2.445 1.341 2.112 2.734L15.823 17c-.28 1.17-1.31 1.994-2.492 1.994H7.923c-2.825 0-4.502-2.58-4.502-4.771 0-2.192-.162-2.828.51-4.23z'/%3E%3Crect width='2' height='7' x='.404' y='10.394' rx='1'/%3E%3C/g%3E%3C/svg%3E");
}
.comment-row .comment-attitude .comment-dislike {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg transform='rotate(180 10.5 11)' fill='%23DEDEDE' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M3.93 9.994c.448-.934 2.272-3.9 5.472-8.897a.214.214 0 01.182-.103c.948 0 1.661.88 1.48 1.827l-.975 5.096h5.14c1.409 0 2.445 1.341 2.112 2.734L15.823 17c-.28 1.17-1.31 1.994-2.492 1.994H7.923c-2.825 0-4.502-2.58-4.502-4.771 0-2.192-.162-2.828.51-4.23z'/%3E%3Crect width='2' height='7' x='.404' y='10.394' rx='1'/%3E%3C/g%3E%3C/svg%3E");
}
.tabs {
    margin-top: 2rem;
    width: 100%;
    padding-bottom: 0.466666666666667rem;
    display: flex;
}
.tabs .tab {
    height: 1.6rem;
    line-height: 1.6rem;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 0.8rem;
    color: #999;
}
.tabs .tab:after {
    content: "";
    position: absolute;
    bottom: -0.466666666666667rem;
    height: 2px;
    left: 0;
    right: 0;
}
.tabs .tab.show {
    color: #333;
}
.tabs .tab.show:after {
    background-color: var(--button-color);
}
.tabs .tab i {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background-position: 50%;
    margin-right: 0.333333333333333rem;
}
.tabs .tab.videos-tab i {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath stroke='%23BABABA' stroke-dasharray='0 0' stroke-width='2' d='M27.737 9.234l-1.53 13A1.998 1.998 0 0124.223 24H6.249a2 2 0 01-1.986-2.234l1.53-13A1.998 1.998 0 017.778 7H25.75a2 2 0 011.986 2.234z' mask='url(%23b)'/%3E%3Cpath stroke='%23BABABA' stroke-dasharray='0 0' stroke-width='2' d='M19.665 19.399h-6.198a.5.5 0 01-.433-.75l3.1-5.368a.5.5 0 01.865 0l3.1 5.368a.501.501 0 01-.434.75z' mask='url(%23b)' transform='rotate(90 16.566 15.965)'/%3E%3C/g%3E%3C/svg%3E");
}
.tabs .tab.videos-tab.show i {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v32H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath stroke='%23333' stroke-dasharray='0 0' stroke-width='2' d='M27.737 9.234l-1.53 13A1.998 1.998 0 0124.223 24H6.249a2 2 0 01-1.986-2.234l1.53-13A1.998 1.998 0 017.778 7H25.75a2 2 0 011.986 2.234z' mask='url(%23b)'/%3E%3Cpath stroke='%23333' stroke-dasharray='0 0' stroke-width='2' d='M19.665 19.399h-6.198a.5.5 0 01-.433-.75l3.1-5.368a.5.5 0 01.865 0l3.1 5.368a.501.501 0 01-.434.75z' mask='url(%23b)' transform='rotate(90 16.566 15.965)'/%3E%3C/g%3E%3C/svg%3E");
}
.tabs .tab.comments-tab i {
    background-image: url(/_nuxt/img/comment@2x.bc20886.png);
    background-size: 2rem;
}
.tabs .tab.comments-tab.show i {
    background-image: url(/_nuxt/img/comment-active@2x.224e13e.png);
    background-size: 2rem;
}
.loading {
    width: 100px;
}
.download-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.download-dialog .dialog-body {
    width: 22.333333333333332rem;
    border-radius: 0.533333333333333rem;
    background-color: #fff;
    padding: 1.866666666666667rem 1.066666666666667rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.download-dialog .dialog-body .portrait {
    margin-top: 0;
}
.download-dialog .dialog-body .portrait img {
    width: 4.666666666666667rem;
    height: 4.666666666666667rem;
}
.download-dialog .dialog-body .username {
    font-size: 1.2rem;
    color: #000;
    margin-top: 1.066666666666667rem;
}
.download-dialog .dialog-body .welcome {
    margin-top: 0.533333333333333rem;
    line-height: 1.53;
    text-align: center;
}
.download-dialog .dialog-body .download-btn {
    margin-top: 1.866666666666667rem;
    width: 100%;
}
.download-dialog .dialog-body .close {
    width: 0.933333333333333rem;
    height: 0.933333333333333rem;
    position: absolute;
    top: 1.066666666666667rem;
    right: 1.066666666666667rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath d='M8.077 7l5.712-5.674c.281-.28.281-.745 0-1.07l-.047-.047a.738.738 0 00-1.03 0L7 5.93 1.288.256a.736.736 0 00-1.03 0L.21.302c-.281.28-.281.745 0 1.07L5.923 7 .211 12.674c-.281.28-.281.745 0 1.07l.047.047a.738.738 0 001.03 0L7 8.07l5.712 5.674c.281.28.75.28 1.03 0l.047-.046c.281-.28.281-.745 0-1.07L8.077 7z' fill='%23999'/%3E%3C/svg%3E");
}
.bottom-download {
    position: fixed;
    bottom: 10px;
    max-width: 450px;
    width: 100%;
}
@media screen and (min-width: 450px) {
    .app-banner {
        left: 50%;
        margin-left: -225px;
    }
}
