body {
    padding-bottom: 60rem;
}


.header {
    border-bottom: solid 0.5px #eee;
    position: sticky;
    top: 0;
    z-index: 999;
}

.player {
    width: 100%;
}

.player video {
    width: 100%;
    aspect-ratio: 16/9;
    background-color: #000;
}

.info {
    width: 100%;
    padding: 10rem;
    background: #fff;
    border-bottom: solid 0.5px #ddd;
}

.info_user {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.info_avatar {
    width: 35rem;
    height: 35rem;
    border-radius: 17rem;
    flex-shrink: 0;
    overflow: hidden;
}

.info_avatar img {
    width: 100%;
    height: 100%;
}

.info_name {
    margin-left: 10rem;
    font-size: 13rem;
    flex: 1
}

.btn_follow {
    width: 60rem;
    height: 30rem;
    border-radius: 15rem;
    overflow: hidden;
    text-align: center;
    line-height: 30rem;
    font-size: 14rem;
    color: #2BAB5E;
    background-color: #E9F6ED;
}

.btn_follow-un {
    background-color: #ddd;
    color: #909399;
}

.info_title {
    padding: 10rem 0;
    font-size: 16rem;
}

.info_desc {
    font-size: 13rem;
    color: #909399;
}

.info_data {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10rem 0;
}

.info_data-view {
    font-size: 13rem;
    color: #666;
    flex: 1
}

.info_data-comment {
    background-image: url(/images/mov_comment.png);
    width: 18rem;
    height: 18rem;
    background-size: 100% 100%;
    position: relative;
}

.info_data-comment span {
    font-size: 11rem;
    position: absolute;
    top: -8rem;
    right: -8rem;
    padding: 1rem 5rem;
    border-radius: 50%;
    background-color: #d00;
    color: #fff;
}

.info_data-like {
    background-image: url(/images/mov_like.png);
    background-size: 100% 100%;
    width: 18rem;
    height: 18rem;
    margin-left: 30rem;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.info_data-like span {
    font-size: 11rem;
    position: absolute;
    top: -8rem;
    right: -8rem;
    padding: 1rem 5rem;
    border-radius: 50%;
    background-color: #d00;
    color: #fff;
}

.info_data-liked {
    background-image: url(/images/mov_liked.png);
}

.info_tags {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    overflow: auto;
}

.info_tags::-webkit-scrollbar {
    display: none;
}

.info_tag {
    background-color: #EBEEF5;
    border-radius: 4rem;
    padding: 4rem 8rem;
    font-size: 12rem;
    color: #909399;
    margin-right: 10rem;
    word-break: keep-all;
}

.other,
.pith {
    width: 100%;
    padding: 10rem;
    border-bottom: solid 0.5px #ddd;
}

.other_nav {
    width: 100%;
    display: flex;
    justify-content: start;
    padding-top: 5rem;
    padding-bottom: 15rem;
}

.other_title {
    font-size: 14rem;
    font-weight: bold;
    flex: 1;
}

.other_more {
    font-size: 12rem;
    color: #909399;
}

.other_list {
    width: 100%;
    overflow: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 5rem;
}

.other_list::-webkit-scrollbar {
    display: none;
}

.other_item {
    width: 150rem;
    margin-right: 10rem;
    height: 190rem;
    overflow: hidden;
    border-radius: 4rem;
    border: solid 0.5px #eee;
    box-shadow: 0 0 3rem 1rem #ddd;
    flex-shrink: 0;
}

.other_img {
    width: 150rem;
    height: 120rem;
    position: relative;
}

.ohter_count {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, black, transparent);
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 5rem;
    width: 100%;
}

.ohter_count i {
    width: 18rem;
    height: 18rem;
    background: url(/images/newsvideo_clsplay_icon.png);
    margin-right: 5rem;
    background-size: 100% 100%;
}

.ohter_count span {
    font-size: 12em;
    color: #fff;
}

.other_img img {
    width: 100%;
    height: 100%;
}

.other_desc {
    width: 100%;
    padding: 5rem;
}

.other_desc-tit {
    color: #333;
    font-size: 13rem;
    height: 30rem;
}

.other_desc-user {
    font-size: 11rem;
    padding-top: 10rem;
    color: #909399;
}

.pith_title {
    font-size: 14rem;
    font-weight: bold;
    padding-top: 5rem;
    padding-bottom: 15rem;
}

.pith_list {
    width: 100%;
}

.pith_item {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 8rem 0;
}

.pith_img {
    width: 120rem;
    height: 100rem;
    border-radius: 4rem;
    overflow: hidden;
}

.pith_img img {
    width: 100%;
    height: 100%;
}

.pith_main {
    margin-left: 10rem;
    flex: 1;
    height: 100rem;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
}

.pith_article {
    width: 100%;
    font-size: 14rem;
    line-height: 20rem;
}

.pith_foot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pith_user {
    display: flex;
    justify-content: start;
    align-items: center;
}

.pith_user img {
    width: 22rem;
    height: 22rem;
    border-radius: 11rem;
    margin-right: 8rem;
}

.pith_user span {
    font-size: 12rem;
    color: #909399;
}

.pith_view {
    display: flex;
    justify-content: start;
    align-items: center;
}

.pith_view i {
    width: 17rem;
    height: 12rem;
    background-image: url(/images/mov_eye.png);
    background-size: 100% 100%;
    margin-right: 8rem;
}

.pith_view span {
    font-size: 12rem;
    color: #909399;
}

.pllist {
    width: 100%;
    padding: 10rem;
    border-radius: 10rem 10rem 0 0;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 50%;
    max-width: 750px;
    transform: translateX(-50%);
    padding-bottom: 50rem;
    z-index: 900;
    display: none;
    transition: all 0.5s ease-in-out;
}

.pllist_nav {
    width: 100%;
    height: 40rem;
    position: relative;
}

.pllist_title {
    width: 100%;
    height: 40rem;
    line-height: 40rem;
    font-size: 14rem;
    text-align: center;
    font-weight: bold;
}

.pllist_close {
    width: 40rem;
    height: 40rem;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18rem;
    text-align: center;
    line-height: 40rem;
}

.pllist_list {
    width: 100%;
    padding: 10rem;
    max-height: 60vh;
    overflow: auto;
}

.pllist_list::-webkit-scrollbar {
    display: none;
}

.pllist_item {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 8rem 0;
    border-bottom: solid 0.5px #eee;
}

.pllist_avatar {
    width: 30rem;
    height: 30rem;
    border-radius: 15rem;
    overflow: hidden;
    flex-shrink: 0;
}

.pllist_avatar img {
    width: 100%;
    height: 100%;
}

.pllist_main {
    flex: 1;
    margin-left: 10rem;
}

.pllist_user {
    font-size: 14rem;
    color: #546292;
}

.pllist_content {
    font-size: 14rem;
    line-height: 20rem;
    padding-top: 5rem;
}

.pllist_time {
    font-size: 12rem;
    color: #909399;
    padding-top: 10rem;
}

.foot {
    width: 100%;
    height: 55rem;
    max-width: 750px;
    position: fixed;
    z-index: 999;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10rem;
}

.foot_main {
    flex: 1;
    height: 35rem;
    border-radius: 18rem;
    background-color: #f0f0f0;
    display: flex;
    justify-content: start;
    align-items: center;
}

.foot_btn {
    width: 50rem;
    height: 35rem;
    background-color: #409EFF;
    text-align: center;
    line-height: 35rem;
    font-size: 13rem;
    color: #fff;
    margin-left: 10rem;
    flex-shrink: 0;
    border-radius: 18rem;
}

.font_icon {
    width: 35rem;
    height: 35rem;
    background-image: url(/images/mov_edit.png);
    flex-shrink: 0;
    background-size: 11rem 12rem;
    background-position: center center;
    background-repeat: no-repeat;
}

.foot_ipt {
    flex: 1;
    margin-left: 5rem;
    height: 35rem;
}

.foot_ipt input {
    width: 100%;
    height: 35rem;
    background: transparent;
    border: none;
    font-size: 14rem;
}

.foot_num {
    width: 35rem;
    height: 35rem;
    background-image: url(/images/mov_commentNum.png);
    background-size: 20rem 20rem;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}

.foot_num span {
    position: absolute;
    top: -2rem;
    right: -2rem;
    padding: 1rem 5rem;
    border-radius: 50%;
    background-color: #d00;
    color: #fff;
    font-size: 11rem;
}