body {
    background-color: #000;
    overflow: hidden;
    height: 100%;
}
.container {
    display: flex;
    height: 100vh;
    width: 100%;
    position: relative;
}

.video-swiper-wrapper {
    flex: 1;
    position: relative;
    overflow: hidden;
    touch-action: none;
}

.video-swiper-wrapper .video-swiper-operation {
    position: absolute;
    top: 4rem;
    left: 4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 11;
}

.video-swiper-operation .home-icon-btn {
    width: 5.3rem;
    height: 5.3rem;
    background: rgba(11,11,11,0.2);
    border-radius: 0.8rem;
    border: 0.2rem solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
}

.video-swiper-operation .video-swiper-search {
    width: 35.2rem;
    height: 5.2rem;
    background: rgba(51,51,51,0.3);
    border-radius: 0.8rem;
    border: 0.2rem solid #EEEEEE;
    padding: 0 1.4rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-swiper-search:hover {
    border-color: #fff !important;
}

.video-swiper-search .video-search-input {
    flex: 1;
    height: 100%;
}

.video-swiper-search .video-search-input input { 
    width: 100%;
    height: 100%;
    background: transparent;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    min-width: 0;
    font-weight: 400;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 2.1rem;
    text-align: left;
    font-style: normal;
    padding: 0 2rem 0 1.4rem;
}

.video-swiper-search .input-clearout-submit {
    background: transparent;
}

.video-swiper-search input::placeholder {
    color: #fff;
    opacity: 0.5;
}

.video-swiper-search .video-swiper-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-left: 1rem;
    height: 100%;
    font-weight: 400;
    font-size: 1.5rem;
    color: #fff;
    line-height: 2.1rem;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    background: transparent;
    border: 0;
}

/* 添加响应式媒体查询 */
@media (max-width: 768px) {
    .video-swiper-wrapper .video-swiper-operation {
        top: 2rem;
        left: 2rem;
        gap: 0.8rem;
    }
    
    .video-swiper-operation .home-icon-btn {
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 0.6rem;
        font-size: 1.8rem;
    }
    
    .video-swiper-operation .video-swiper-search {
        height: 4.5rem;
        border-radius: 0.6rem;
        padding: 0 1rem 0 0;
    }
    
    .video-swiper-search input {
        font-size: 1.3rem;
        padding-left: 1rem;
    }
    
    .video-swiper-search .video-swiper-search-btn {
        font-size: 1.3rem;
        padding: 0 0.8rem;
        gap: 0.3rem;
    }
}

@media (max-width: 480px) {
    .video-swiper-wrapper .video-swiper-operation {
        top: 1.5rem;
        left: 1.5rem;
        gap: 0.5rem;
    }
    
    .video-swiper-operation .home-icon-btn {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 0.5rem;
        font-size: 1.5rem;
    }
    
    .video-swiper-operation .video-swiper-search {
        width: calc(100vw - 7rem);
        height: 3.5rem;
        border-radius: 0.5rem;
        padding: 0 0.8rem 0 0;
    }
    
    .video-swiper-search input {
        font-size: 1.2rem;
        padding-left: 0.8rem;
    }
    
    .video-swiper-search .video-swiper-search-btn {
        font-size: 1.2rem;
        padding: 0 0.5rem;
        gap: 0.2rem;
    }
    
    .video-swiper-search input::placeholder {
        font-size: 1.2rem;
    }
}

.video-swiper-container {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.video-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    overflow: hidden;
}

.video-slide.active {
    display: block;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(3);
    filter: blur(5rem);
    opacity: 0.7;
    z-index: 0;
}

.video-player {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    bottom: 10rem;
    left: 2rem;
    right: 2rem;
    color: white;
    z-index: 10;
}

.video-info {
    margin-bottom: 2rem;
}

.video-info h3 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
}

.video-info p {
    font-size: 1.4rem;
    opacity: 0.9;
    margin-bottom: 0.8rem;
}

.music-info {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}

.music-info i {
    margin-right: 0.8rem;
}

/* 右侧悬浮内容 */
.action-buttons {
    position: absolute;
    right: 2rem;
    bottom: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.3rem;
    z-index: 15;
}
/* 分享弹出框 */
.share-container .am-dropdown-content {
    left: auto;
    top: -2rem;
    right: calc(100% + 2rem);
    background: #252632;
    box-shadow: 0rem 0.2rem 0.6rem 0.1rem rgba(0,0,0,0.35);
    margin: 0 !important;
    padding: 2rem;
}

.share-container .am-dropdown-content:after, .share-container .am-dropdown-content:before {
    border-width: 1rem;
    left: auto;
    right: -2.1rem;
    top: 50%;
    transform: translateY(-50%);
    border-bottom-color: transparent;
}

.share-container .am-dropdown-content:after { 
    border-left-color: #252632;
}
.share-container .am-dropdown-content:before {
    border-left-color: rgba(0,0,0,.06);
}
.share-container .plugins-share-view { 
    display: flex;
    align-items: center;
}

.share-container .plugins-share ul {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.share-container .plugins-share ul li { 
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-container .plugins-share ul li .iconfont{
    font-size: 2rem;
}

.action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 5rem;
    cursor: pointer;
}

.slider-switch {
    width: 5rem;
    height: 12rem;
    background: rgba(0, 0, 0, 0.11);
    border-radius: 2.5rem;
    border: 0.1rem solid rgba(170, 170, 170, 0.6);
    margin-bottom: 1rem;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.slider-switch .up-slider,
.slider-switch .down-slider {
    opacity: 0.6;
    cursor: pointer;
    color: #fff;
    width: 5rem;
    text-align: center;
    padding: 1.2rem 0;
}

.action-icon {
    font-size: 2.4rem;
    margin-bottom: 0.6rem;
    cursor: pointer;
    color: #FFFFFF;
}

.action-text {
    font-weight: 500;
    font-size: 1.4rem;
    color: #FFFFFF;
    line-height: 2rem;
    text-shadow: 0rem 0.2rem 0.6rem rgba(0,0,0,0.2);
    text-align: left;
    font-style: normal;
}

/* 商品推荐区域 */
.product-recommendation {
    position: absolute;
    bottom: 14rem;
    left: 4rem;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.product-card {
    width: 30.1rem;
    height: 12.1rem;
    display: flex;
    align-items: center;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0rem 0.4rem 0.9rem 0rem rgba(0,0,0,0.4);
    border-radius: 0.4rem;
}

.product-card a {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.product-image {
    width: 9.7rem;
    height: 9.7rem;
    border-radius: 0.4rem;
    margin-right: 1rem;
}

.product-details {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-name {
    font-weight: 500;
    font-size: 1.4rem;
    color: #333333;
    line-height: 2rem;
    text-align: left;
    font-style: normal;
}

.product-price {
    font-weight: 500;
    font-size: 1.6rem;
    color: #FF1919;
    line-height: 2rem;
    text-align: left;
    font-style: normal;
}

.product-close { 
    font-size: 2rem;
    color: #000000;
    opacity: 0.59;
    cursor: pointer;
}
.product-hidden {
    display: none !important;
}

.product-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 21.8rem;
    height: 4.4rem;
    padding: 0 2rem;
    background: rgba(40,40,40,0.45);
    border-radius: 2.2rem;
    border: 0.1rem solid rgba(151,151,151,0.53);
    cursor: pointer;
}

.product-button .product-button-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.product-button-left i {
    font-size: 2rem;
    color: #F5C366;
}

.product-button-left span {
    font-weight: 500;
    font-size: 1.4rem;
    color: #FFFFFF;
    line-height: 2rem;
    text-align: left;
    font-style: normal;
}

.product-button .icon-angle-right { 
    font-size: 1.4rem;
    color: #fff;
}

/* 评论显示内容 */
.comments-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(1rem);
    color: #fff;
    border-left: 0.1rem solid #c3c3c3;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
    z-index: 100;
}

.comments-container .comments-container-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.comments-container .comments-content {
    flex: 1;
    width: 0;
    transition: width 0.2s ease-out;
}
.comments-container.show-comments {
    width: 40%;
}
.comments-container.show-comments .comments-content { 
    width: 100%;
}
.comments-container.show-comments .comments-background { 
    width: 100%;
}
.comments-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(3);
    filter: blur(5rem);
    opacity: 0.7;
    z-index: -1;
}

.comments-title {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 2rem 2rem 1.5rem 2rem;
    border-bottom: 0.1rem solid #D8D8D842;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comments-title-text {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    line-height: 2.8rem;
}

.close-comments {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    opacity: 0.53;
    cursor: pointer;
}

.comments-content {
    position: relative;
    overflow: hidden;
    overflow-y: scroll; /* 修改为scroll以确保滚动事件能正常触发 */
    padding: 2.2rem;
    padding-bottom: 1rem;
    z-index: 1;
    /* height: calc(100% - 6.8rem); */
}

.comments-content.exist-comments-add {
    flex: 1;
}

.comments-content .reply-text {
    color: #ccc;
    padding: 0.5rem 0.5rem 0 0.5rem;
}

.comments-content .time {
    font-weight: 400;
    font-size: 1.2rem;
    color: #CCCCCC;
    line-height: 1.7rem;
    text-align: left;
    font-style: normal;
}
/* 隐藏滚动条但保持滚动功能 */
.comments-content::-webkit-scrollbar {
    display: none;
    /* 隐藏WebKit浏览器的滚动条 */
}

.comments-content {
    -ms-overflow-style: none;
    /* 隐藏IE/Edge的滚动条 */
    scrollbar-width: none;
    /* 隐藏Firefox的滚动条 */
}

.no-more-comments {
    text-align: center;
    padding: 1rem 0;
    color: #999;
    font-size: 1.2rem;
}

.show-comments {
    display: block;
}

.comment {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.comment .comment-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-title .comment-title-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 2.2rem;
    text-align: left;
    font-style: normal;
}

.comment .am-dropdown-toggle {
    height: 2.2rem;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.comment .am-dropdown-content { 
    padding: 0.5rem;
}
.comment .delete-comment, .comment .report-comment {
    padding: 1rem;
    font-weight: 400;
    font-size: 1.2rem;
    color: #000;
    line-height: 1.7rem;
    text-align: left;
    font-style: normal;
    cursor: pointer;
}

.comment p {
    margin: 0.5rem 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
}

.comment.child-comment {
    margin-top: 2rem;
    opacity: 0.9;
}

.comment img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    vertical-align: middle;
}

.comment .content {
    width: 100%;
    display: inline-block;
    margin-left: 0.5rem;
    border-radius: 0.25rem;
}

.comment .actions {
    margin-top: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.comment .actions .reply, 
.comment .actions .share,
.comment .actions .like {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.comments-input-container {
    /* position: absolute; */
    margin: 0 2rem 1rem 2rem;
    /* bottom: 1rem;
    left: 2rem;
    right: 2rem; */
    width: calc(100% - 4rem);
    border-radius: 0.8rem;
    background: #756A5A;
    border: 0.1rem solid #756A5A;
    backdrop-filter: blur(0.5rem);
    z-index: 10;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.comments-input-container:hover {
    border: 0.1rem solid #fff;
}

.comments-input-container .comments-replay {
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.comments-input-container .comments-replay-content {
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0.4rem;
    margin: 0 0.5rem 0 0;
    font-size: 1.2rem;
    color: #fff;
}

.comments-input-container .comments-replay-content.is-hidden {
    display: none;
}

.comments-input-container .comments-replay-content .replay-data {
    flex: 1;
}

.comments-input-container .comments-replay input {
    flex: 1;
    margin-right: 1rem;
    background: #756A5A;
    border: none !important;
    outline: none;
    height: 100%;
    min-width: 0;
    box-shadow: none !important;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.comments-input-container .comments-replay input::placeholder {
    color: #b4b4b4;
    font-size: 1.4rem;
    opacity: 0.5;
}

.comments-input-container .comments-replay input:-ms-input-placeholder {
    color: #b4b4b4;
    font-size: 1.4rem;
    opacity: 0.5;
}

.comments-input-container button {
    background: #007bff;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 0.4rem;
    cursor: pointer;
    margin-left: 1rem;
}

.comments-input-container .icon {
    margin-right: 1rem;
    font-size: 2.8rem;
    color: white;
    cursor: pointer;
    opacity: 0.5;
}

.comments-input-container .haircut-top {
    background: #3696FF;
    padding: 0px 6px;
    font-size: 2rem;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xgplayer-skin-default {
    background: transparent !important;
}

.video-slider-player {
    z-index: 8;
}

.comment-expand-collapse {
    margin-top: 0.6rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.comment-expand, 
.comment-collapse {
    display: flex;
    gap: 0.2rem;
    font-weight: 400;
    align-items: center;
    cursor: pointer;
    color: #999999;
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.comment-children.is_hidden {
    display: none;
}

.comments-upload-img-item {
    margin: 0.7rem 0 0.7rem 1rem;
    width: 4rem;
    height: 4rem;
    position: relative;
}

.comments-upload-img-item img { 
    width: 4rem;
    height: 4rem;
    border-radius: 0.4rem;
}

.comments-upload-img-item .upload-img-close {
    position: absolute;
    top: -0.7rem;
    right: -0.7rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.video-like.active > i,
.comment-like.active > i {
    color: var(--color-main);
}

/* 添加响应式媒体查询 */
@media only screen and (min-width: 641px) {
    .comment .comment-am-dropdown,
    .comment.child-comment .comment-am-dropdown {
        visibility: hidden;
    }
    .comment:hover > .content > .comment-title > .comment-am-dropdown,
    .comment.child-comment:hover .comment-am-dropdown {
        visibility: visible;
    }
}
@media only screen and (min-width: 1025px) {
    .comments-container.show-comments {
        width: 30%;
    }
}
@media (max-width: 1200px) {
    .comments-content {
        padding: 1.5rem;
    }
    .share-container .am-dropdown-content {
        padding: 1.5rem;
    }

    .share-container .am-dropdown-content {
        top: -1.8rem;
    }
    
    .share-container .plugins-share ul {
        gap: 1.5rem;
    }
    
    .share-container .plugins-share ul li {
        width: 3.5rem;
        height: 3.5rem;
    }

    .share-container .plugins-share ul li .iconfont{
        font-size: 1.8rem;
    }
    
    /* 商品推荐区域响应式调整 */
    .product-recommendation {
        bottom: 12rem;
        left: 3rem;
        gap: 1.5rem;
    }
    
    .product-card {
        width: 25rem;
        height: 10rem;
    }
    
    .product-image {
        width: 8rem;
        height: 8rem;
    }
    
    .product-name {
        font-size: 1.2rem;
        line-height: 1.8rem;
        height: 3.6rem;
    }
    
    .product-price {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    
    .product-close {
        font-size: 1.8rem;
    }
    
    .product-button {
        width: 18rem;
        height: 3.8rem;
        padding: 0 1.5rem;
    }
    
    .product-button-left i {
        font-size: 1.8rem;
    }
    
    .product-button-left span {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    
    .product-button .icon-angle-right {
        font-size: 1.2rem;
    }
}

/* 添加响应式媒体查询 */
@media (max-width: 768px) {
    .comments-content {
        padding: 1rem;
    }

    .action-buttons {
        right: 1rem;
        bottom: 8rem;
        gap: 2rem;
    }
    
    .action-icon {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    
    .action-text {
        font-size: 1.2rem;
    }
    
    .slider-switch {
        width: 4rem;
        height: 10rem;
        font-size: 1.6rem;
    }

    .slider-switch .up-slider,
    .slider-switch .down-slider {
        width: 3.8rem;
        text-align: center;
        padding: 0.8rem 0;
    }

    .action-item {
        width: 3.8rem;
    }
    
    .share-container .am-dropdown-content {
        padding: 1rem;
    }

    .share-container .am-dropdown-content {
        top: -1.2rem;
    }
    
    .share-container .plugins-share ul {
        gap: 1rem;
    }
    
    .share-container .plugins-share ul li {
        width: 3rem;
        height: 3rem;
    }

    .share-container .plugins-share ul li .iconfont{
        font-size: 1.6rem;
    }
    
    /* 商品推荐区域响应式调整 */
    .product-recommendation {
        bottom: 10rem;
        left: 2rem;
        gap: 1.2rem;
    }
    
    .product-card {
        width: 22rem;
        height: 9rem;
    }
    
    .product-image {
        width: 7rem;
        height: 7rem;
        margin-right: 0.8rem;
    }
    
    .product-name {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }
    
    .product-price {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    
    .product-close {
        font-size: 1.6rem;
    }
    
    .product-button {
        width: 16rem;
        height: 3.4rem;
        padding: 0 1.2rem;
        border-radius: 1.7rem;
    }
    
    .product-button-left i {
        font-size: 1.6rem;
    }
    
    .product-button-left span {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }
    
    .product-button .icon-angle-right {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .comments-container.show-comments {
        width: 70%;
    }
    .comments-content {
        padding: 0.5rem;
    }
    .action-buttons {
        bottom: 15rem;
        gap: 1.5rem;
    }
    
    .action-icon {
        font-size: 1.8rem;
    }
    
    .action-text {
        font-size: 1rem;
    }
    
    .slider-switch {
        width: 3.5rem;
        height: 8rem;
        font-size: 1.4rem;
    }
    
    .share-container .am-dropdown-content {
        padding: 0.5rem;
    }
    .share-container .am-dropdown-content {
        top: -1rem;
    }
    
    .share-container .plugins-share ul {
        gap: 0.8rem;
    }
    
    .share-container .plugins-share ul li {
        width: 2.5rem;
        height: 2.5rem;
    }

    .share-container .plugins-share ul li .iconfont{
        font-size: 1.4rem;
    }
    
    /* 商品推荐区域响应式调整 */
    .product-recommendation {
        bottom: 8rem;
        left: 1.5rem;
        gap: 1rem;
    }
    
    .product-card {
        width: 18rem;
        height: 7.5rem;
    }
    
    .product-image {
        width: 6rem;
        height: 6rem;
        margin-right: 0.6rem;
    }
    
    .product-name {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    
    .product-price {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    
    .product-close {
        font-size: 1.4rem;
    }
    
    .product-button {
        width: 14rem;
        height: 3rem;
        padding: 0 1rem;
        border-radius: 1.5rem;
    }
    
    .product-button-left {
        gap: 0.8rem;
    }
    
    .product-button-left i {
        font-size: 1.4rem;
    }
    
    .product-button-left span {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    
    .product-button .icon-angle-right {
        font-size: 1rem;
    }
}
/* loading加载 */
.dot-loading {
    margin-top: 0.6rem;
    display: flex; 
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.dot {
    width: 10px; height: 10px;
    background: #09f;
    border-radius: 50%;
    animation: bounce 1.4s infinite ease-in-out;
}
@keyframes bounce { 0%, 80%, 100% { transform: scale(0); } 40% { transform: scale(1); } }


.slider-switch-hidden {
    color: #888 !important;
    cursor: not-allowed !important;
}

.play-prompt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    background: #000;
    opacity: 0.8;
    padding: 0.6rem 1rem;
    color: #fff;
    border-radius: 0.8rem;
}