body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
.background {
    position: relative;
    background-color: rgb(82, 81, 82);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    width: 100%;
    max-width: 375px;
}
.viewbutton{
    margin-bottom: 10px;
    margin-top: -17px;
    background: none;
    border: none;
}
.likeWord{
    margin-top: -10px;
    margin-bottom: 26px;
}
.container {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#video {
    width: 100%;
}
.vertical-actions {
    position: absolute;
    bottom: 9%;
    right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vertical-actions img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}
.vertical-actions span {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
#Follow{
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.content {
    width: 81%;
    padding: 10px;
    color: #fff;
}
.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 19px;
}
.user-info img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.user-info span {
    font-weight: bold;
}
.description {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.actions {
    display: flex;
    justify-content: space-between;
}
.actions div {
    display: flex;
    align-items: center;
}
.actions div img {
    margin-right: 5px;
}
.actions div span {
    font-size: 14px;
    color: #555;
}
#view{
    width: 15px;
    height: 15px;
}
#says{
    width: 97%;
    height: 41px;
    background: rgb(39, 39, 39);
    border-radius: 45px ;
    border:1px solid rgb(39, 39, 39);
    color: #555;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: left;
    padding-left: 17px;
}
#say{
    width: 97%;
    height: 41px;
    background: #F0F0F0 ;
    border-radius: 45px ;
    border:1px solid #F0F0F0 ;
    color: #888;
    font-size: 13px;
    margin-bottom: 25px;
    text-align: left;
    padding-left: 17px;
    margin-top: 27px;
}
#like{
    margin-top: -8px;
    margin-bottom: 26px;
}
#Comment{
    margin-top: -8px;
    margin-bottom: 26px;
}
#Favorite{
    margin-top: -8px;
    margin-bottom: 26px;
}
.Share{
    margin-top: -8px;
    margin-bottom: 26px;
}
.comment-popup {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    border-top: 1px solid #ccc;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 1000;
}
.comment-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.comment-popup-close {
    cursor: pointer;
}
.comment-popup-content {
    max-height: 300px;
    overflow-y: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.comment-popup-content::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}
.comment-popup-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 500;
}
.comment-popup-title{
    width: 303px;
    height: 50px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 24px;
    color: #3D3D3D;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.comment-footer {
    width: 100%;
    height: 56px;
    border-top: 2px solid #F0F0F0;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.expand {
    color: #fff;
    cursor: pointer;
}
.comment-img{
    width: 25px;
    height: 25px;
    margin-top: 16px;
}
.commenttouxiang{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}