<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img-detail{

}
.img-detail .img{
    height: 100%;
}

.themeColor span{
   color: #b1060f;
}
.themeColor i{
    color: #b1060f;
 }
.share-pic img{
    height: 100%;
}
.star-works .swiper-button-next:after,.star-works .swiper-button-prev:after{
    display: none;
}
.list-top{
    top: -20px;
}
.list-top .swiper-button-prev{
    left: -80px;
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.menu {
    position: fixed;
    z-index: 9999;
    background-color: #000;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slide-menu-right {
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
}

.toggle-slide-right {

}

button.close-menu{
    color: #fff;
    background: black;
    border: 1px solid grey;
    border-radius: 5px;
    display: block;
    margin: 40px auto;
    width: 100px;
}

body.smr-open .slide-menu-right {
    right: 0
}
/* .head {
    z-index: 1 !important;
} */

.zzz {
    padding: 10px;
    overflow-y: auto;
    width: 100%;
    height: calc(100% - 50px);
}
.zzaa {
    display: flex;
    padding: 10px 0 0;
}

.zzs {
    color: #777;
}
.zzk {
    padding: 10px 0 0;
    line-height: 1.5;
}
.wap-head {
    position: unset !important;
    z-index: 1 !important;
}
.overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    height: 33%;
    background: rgb(10,12,15);
    padding: 1.2rem 0 0 0;
    color: #fff;
    overflow: auto;
    width: 100%;
    padding: 30px;
}

/* ---------------------- PopUp Animation ---------------------- */
/* ------------------- Slide in and Slide out Animation -------------------- */
.overlay.open {
    display: block;
    animation: slideIn 0.5s forwards;
}

@keyframes slideIn {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.overlay.close {
    animation: slideOut 0.5s forwards;
}

@keyframes slideOut {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(50%);
        opacity: 0;
    }
}

.popUp {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    width: 400px;
    max-width: 90%;
}

.overlay.open .popUp {
    opacity: 1;
    pointer-events: auto;
}
/* ---------------------- PopUp Animation ---------------------- */
.popUpContent {
    margin: 7rem 0;
}

.contentBottom {
    text-align: center;
}

#popUp .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#popUp .head span {
    text-transform: uppercase;
    font-size: 1.2rem;
}

#popUp .head .closeModalButton .icon {
    font-size: 1.5rem;
    cursor: pointer;
    color: #fff;
}
@media (max-width: 767px) {
    .img-detail{
        padding-top:0;
    }
    .img-detail .img{
    }
}</pre></body></html>