<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.e-detail .swiper-box {
    padding: 1.875rem;
    margin-top: 1.5rem;
    background: rgba(250,251,253,0.84);
    border-radius: 1rem;
    border: 1px solid #FFFFFF;
    width: 55.375rem;
}
.e-detail .view {
    position: relative;
    width: 51.5rem;
    height: 29.75rem;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 0.5rem;
}
.e-detail .view .swiper-slide img {
    width: 51.25rem;
    height: 29.5rem;
    border-radius: 0.5rem;
}
.e-detail .preview {
    width: 51.25rem;
    position: relative;
    /*background: rgba(0, 0, 0, 0.5);*/
    border-radius: 0px 0px 0.5rem 0.5rem;
    display: flex;
    margin: -9rem 0.125rem 0rem 0.125rem;
}
.e-detail .preview .swiper-container {
    width: 100%;
    /*background: rgba(0, 0, 0, 0.5);*/
    padding: 1.125rem 0rem;
    height: 8.875rem;
    overflow: hidden;
}
.e-detail .preview .swiper-slide {
    width: 11.7rem;
    height: 6.625rem;
    cursor: pointer;
    overflow: hidden;
}
.e-detail .preview .swiper-slide img {
    width: 11.375rem;
    height: 6.625rem;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 0.5rem;
}
.e-detail .preview .arrow-box-left {
    height: 8.875rem;
    /*background: rgba(0, 0, 0, 0.5);*/
    padding: 1.1875rem 0rem;
    width: 2.4375rem;
    border-bottom-left-radius: 0.5rem;
    z-index: 10;
}
.e-detail .preview .arrow-box-right {
    height: 8.875rem;
    /*background: rgba(0, 0, 0, 0.5);*/
    padding: 1.1875rem 0rem;
    width: 2.4375rem;
    border-bottom-right-radius: 0.5rem;
    z-index: 10;
}
.e-detail .preview .arrow-left {
    background-size: 100% 100%;
    position: absolute;
    left: 0.4375rem;
    width: 1.5625rem;
    height: 6.625rem;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 10;
    border-radius: 0.5rem;
}
.e-detail .preview .arrow-left span {
    display: inline-block;
    width: 12px;
    height: 18px;
    background: url('https://www.soufair.com/storage/soufair/newPage/exhibition/arrow_l@1x.png') no-repeat center;
    background-size: 100% 100%;
    /* transform: rotate(180deg); */
    margin-top: 2.5125rem;
}
.e-detail .preview .arrow-right {
    position: absolute;
    right: 0.4375rem;
    width: 1.5625rem;
    height: 6.625rem;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 10;
    border-radius: 0.5rem;
}
.e-detail .preview .arrow-right span {
    display: inline-block;
    width: 12px;
    height: 18px;
    background: url('https://www.soufair.com/storage/soufair/newPage/exhibition/arrow_r@1x.png') no-repeat center;
    background-size: 100% 100%;
    margin-top: 2.5125rem;
}
.e-detail .preview .active-nav img {
  padding: 0;
  border-color: #de1738;
  opacity: .9
}



/**åŽ†å±Š**/
.e-history .swiper-box {
    padding: 1.875rem;
    margin-top: 1.5rem;
    background: rgba(250,251,253,0.84);
    border-radius: 1rem;
    border: 1px solid #FFFFFF;
    width: 66.625rem;
}
.e-history .view {
    position: relative;
    width: 66.5rem;
    height: 38.4375rem;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 0.5rem;
}
.e-history .view .swiper-slide img {
    width: 66.25rem;
    height: 38.1875rem;
    border-radius: 0.5rem;
}
.e-history .preview {
    width: 66.25rem;
    position: relative;
    /*background: rgba(0, 0, 0, 0.5);*/
    border-radius: 0px 0px 0.5rem 0.5rem;
    display: flex;
    margin: -10.25rem 0.125rem 0rem 0.125rem;
}
.e-history .preview .swiper-container {
    /*width: 100%;*/
    /*background: rgba(0, 0, 0, 0.5);*/
    padding: 0rem 0rem 1.5625rem 0rem;
    height: 10.125rem;
    overflow: hidden;
}
.e-history .preview .swiper-slide {
    width: 15.1rem;
    height: 8.5625rem;
    cursor: pointer;
    overflow: hidden;
}
.e-history .preview .swiper-slide img {
    width: 14.4375rem;
    height: 8.5625rem;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 0.5rem;
}
.e-history .preview .arrow-box-left {
    height: 10.125rem;
    /*background: rgba(0, 0, 0, 0.5);*/
    padding: 0rem 0rem 1.5625rem 0rem;
    min-width: 2.8125rem;
    border-bottom-left-radius: 0.5rem;
    z-index: 10;
}
.e-history .preview .arrow-box-right {
    height: 10.125rem;
    /*background: rgba(0, 0, 0, 0.5);*/
    padding: 0rem 0rem 1.5625rem 0rem;
    min-width: 2.8125rem;
    border-bottom-right-radius: 0.5rem;
    z-index: 10;
}
.e-history .preview .arrow-left {
    background-size: 100% 100%;
    position: absolute;
    left: 0.5625rem;
    width: 2rem;
    height: 8.5625rem;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 10;
    border-radius: 0.5rem;
}
.e-history .preview .arrow-left span {
    display: inline-block;
    width: 12px;
    height: 18px;
    background: url('https://www.soufair.com/storage/soufair/newPage/exhibition/arrow_l@1x.png') no-repeat center;
    background-size: 100% 100%;
    /* transform: rotate(180deg); */
    margin-top: 3.72rem;
}
.e-history .preview .arrow-right {
    position: absolute;
    right: 0.5625rem;
    width: 2rem;
    height: 8.5625rem;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 10;
    border-radius: 0.5rem;
}
.e-history .preview .arrow-right span {
    display: inline-block;
    width: 12px;
    height: 18px;
    background: url('https://www.soufair.com/storage/soufair/newPage/exhibition/arrow_r@1x.png') no-repeat center;
    background-size: 100% 100%;
    margin-top: 3.72rem;
}
.e-history .preview .active-nav img {
  padding: 0;
  border-color: #de1738;
  opacity: .9
}</pre></body></html>