.news-content-page .top-news-panel{position: relative;padding: 1.375rem 0 2rem;margin-top: 1.75rem;z-index: 1;}
.news-content-page .top-news-panel::before{content: "";position: absolute;left: 50%;top: 0;height: 100%;width: 100vw;background-color: #F2F2F2;transform: translateX(-50%);z-index: -1;}
.news-content-page .top-news-panel .top-news-listing{margin-top: 1.25rem;display: flex;align-items: flex-start;column-gap: 1.5rem;overflow-x: scroll;}
.news-content-page .top-news-panel .top-news-listing::-webkit-scrollbar{height: 0;}
.news-content-page .top-news-panel .top-news-listing .top-news-wrap{background-color: #ffffff;border-radius: 1rem;padding: 1rem 1.25rem 0;overflow: hidden;width: 33.125rem;flex: 0 0 33.125rem;max-width: 33.125rem;}
.news-content-page .top-news-panel .top-news-listing .top-news-wrap .newsTitle{font-size: 1.75rem;font-weight: 500;color: #060D1F;}
.news-content-page .top-news-panel .top-news-listing .top-news-wrap .news-listing{display: flex;flex-direction: column;overflow: hidden;}
.news-content-page .top-news-panel .top-news-listing .top-news-wrap .news-listing .newsWrap{display: flex;flex-direction: column;padding: 1rem 0;border-bottom: 1px solid #EEEEEE;overflow: hidden;}
.news-content-page .top-news-panel .top-news-listing .top-news-wrap .news-listing .newsWrap:last-child{border-bottom: none;}
.news-content-page .top-news-panel .top-news-listing .top-news-wrap .news-listing .newsWrap .newsTitleWrap{display: flex;align-items: center;column-gap: 0.625rem;overflow: hidden;}
.news-content-page .top-news-panel .top-news-listing .top-news-wrap .news-listing .newsWrap .newsTitleWrap .tag{width: 4rem;flex: 0 0 4rem;max-width: 4rem;height: 2rem;text-align: center;line-height: 2rem;border-radius: 0.25rem;background-color: #FFF9EB;font-size: 1.25rem;color: #FFBB19;}
.news-content-page .top-news-panel .top-news-listing .top-news-wrap .news-listing .newsWrap .newsTitleWrap .newsTitle{flex: 1;flex-shrink: 0;font-size: 1.5rem;color: #060D1F;line-height: 2rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: 400;}
.news-content-page .top-news-panel .top-news-listing .top-news-wrap .news-listing .newsWrap .bottomWrap{margin-top: 0.5rem;display: none;flex-direction: column;row-gap: 1rem;}
.news-content-page .top-news-panel .top-news-listing .top-news-wrap .news-listing .newsWrap .bottomWrap .news-content{font-size: 1.5rem;color: #999999;line-height: 2.25rem;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-content-page .top-news-panel .top-news-listing .top-news-wrap .news-listing .newsWrap .bottomWrap .infoWrap{display: flex;align-items: center;justify-content: space-between;column-gap: 0.625rem;}
.news-content-page .top-news-panel .top-news-listing .top-news-wrap .news-listing .newsWrap .bottomWrap .infoWrap p{font-size: 1.5rem;color: #999999;line-height: 2rem;}
.news-content-page .top-news-panel .top-news-listing .top-news-wrap .news-listing .newsWrap.active .bottomWrap{display: flex;}
.news-content-page .top-news-panel .top-news-listing .top-news-wrap .news-listing .newsWrap.active .newsTitleWrap .newsTitle{font-weight: 500;}
.news-content-page .top-news-panel .top-news-listing .top-news-wrap:nth-child(2) .news-listing .newsWrap .newsTitleWrap .tag{background-color: #EBFFF7;color: #39D89C;}
.news-content-page .top-news-panel .top-news-listing .top-news-wrap:nth-child(3) .news-listing .newsWrap .newsTitleWrap .tag{background-color: #EBF8FF;color: #54C5FF;}

.news-content-page .news-listing-panel{margin-top: 2.5rem;}
.news-content-page .news-listing-panel .news-tabs-wrap{position: relative;width: 100%;height: 4.5rem;display: flex;z-index: 1;align-items: center;}
.news-content-page .news-listing-panel .news-tabs-wrap::after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 4rem;border-radius: 1.25rem 1.25rem 0 0;background-color: #F5F5F5;z-index: -1;}
.news-content-page .news-listing-panel .news-tabs-wrap a{text-align: center;font-size: 1.5rem;color: #666666;position: relative;display: flex;align-items: center;justify-content: center;width: 25%;flex: 0 0 25%;max-width: 25%;}
.news-content-page .news-listing-panel .news-tabs-wrap a span, .news-content-page .news-listing-panel .news-tabs-wrap a h1{position: relative;z-index: 1;}
.news-content-page .news-listing-panel .news-tabs-wrap a.active, .news-content-page .news-listing-panel .news-tabs-wrap a.active h1{font-size: 1.75rem;color: #333333;font-weight: bold;}
.news-content-page .news-listing-panel .news-tabs-wrap a.active::after{content: "";position: absolute;bottom: -1rem;width: 16.438rem;height: 4.25rem;background-image: url(../images/app/tab-shape-2.webp);background-position: center;background-repeat: no-repeat;background-size: cover;left: 50%;transform: translateX(-50%);}
.news-content-page .news-listing-panel .news-tabs-wrap a.active:first-child::after{background-image: url(../images/app/tab-shape.webp);background-position: center;background-repeat: no-repeat;background-size: cover;height: 4.25rem;width: 13.063rem;left: 0;transform: unset;}
.news-content-page .news-listing-panel .news-tabs-wrap a.active:last-child::after{background-image: url(../images/app/tab-shape.webp);background-position: center;background-repeat: no-repeat;background-size: cover;height: 4.25rem;width: 13.063rem;right: 0;transform: scaleX(-1);left: unset;}
.news-content-page .news-listing-panel .news-tabs-wrap a.active span::after, .news-content-page .news-listing-panel .news-tabs-wrap a.active h1::after{content: "";position: absolute;left: 50%;transform: translateX(-50%);bottom: -0.5rem;width: 2.125rem;height: 0.375rem;border-radius: 0.25rem;background-color: #54C5FF;}

.news-content-page .news-listing-panel .news-listing{margin-top: 1.25rem;display: flex;flex-direction: column;}
.news-content-page .news-listing-panel .news-listing .newsWrap{display: flex;align-items: center;column-gap: 1.5rem;padding: 1.125rem 0;}
.news-content-page .news-listing-panel .news-listing .newsWrap:last-child{padding: 1.125rem 0 0;}
.news-content-page .news-listing-panel .news-listing .newsWrap .bannerWrap{width: 17.625rem;flex:0 0 17.625rem;max-width:17.625rem;height: 10.375rem;border-radius: 0.625rem;position: relative;}
.news-content-page .news-listing-panel .news-listing .newsWrap .bannerWrap > img{width: 100%;height: 100%;object-fit: cover;object-position: center;border-radius: 0.625rem;}
.news-content-page .news-listing-panel .news-listing .newsWrap .bannerWrap .amountWrap{position: absolute;bottom: 0;right: 0;width: fit-content;height: 2rem;border-radius: 0.625rem 0 0.625rem 0;background-color: #00000080;line-height: 2.125rem;padding: 0 0.625rem 0 2.625rem;font-size: 1.125rem;color: #ffffff;}
.news-content-page .news-listing-panel .news-listing .newsWrap .bannerWrap .amountWrap::before{content: "";position: absolute;left: 0.625rem;top: 50%;transform: translateY(-50%);width: 1.5rem;height: 1.125rem;background-image: url(../images/viewIcon.webp);background-position: center;background-repeat: no-repeat;background-size: contain;}
.news-content-page .news-listing-panel .news-listing .newsWrap .detailWrap{display: flex;flex-direction: column;justify-content: space-between;flex: 1;flex-shrink: 0;overflow: hidden;height: 10.375rem;}
.news-content-page .news-listing-panel .news-listing .newsWrap .detailWrap .newsTitle{font-size: 1.75rem;color: #060D1F;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: left;position: relative;padding-left: 1rem;font-weight: 500;line-height: 1;margin-top: 0.5rem;}
.news-content-page .news-listing-panel .news-listing .newsWrap .detailWrap .newsTitle::before{content: "";position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 0.25rem;height: 1.75rem;border-radius: 4px;background-color: #54C5FF;}
.news-content-page .news-listing-panel .news-listing .newsWrap .detailWrap .infoWrap{display: flex;align-items: center;justify-content: space-between;}
.news-content-page .news-listing-panel .news-listing .newsWrap .detailWrap .news-content{font-size: 1.5rem;color: #999999;line-height: 2rem;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-content-page .news-listing-panel .news-listing .newsWrap .detailWrap .infoWrap p{font-size: 1.5rem;color: #999999;line-height: 2rem;}

.hot-news-panel{margin-top: 2.5rem;}
.hot-news-panel .titleWrap .swiper-buttons{margin-left: auto;display: flex;align-items: center;column-gap: 2.25rem;}
.hot-news-panel .titleWrap .swiper-buttons .swiper-button{width: 2rem;height: 2rem;display: flex;align-items: center;justify-content: center;border-radius: 50%;background-color: #54C5FF;}
.hot-news-panel .titleWrap .swiper-buttons .swiper-button.swiper-button-disabled{background-color: #F4F6F8;}
.hot-news-panel .titleWrap .swiper-buttons .swiper-button i{width: 0.625rem; height: 0.625rem; border: 2px solid #ffffff; border-top: none; border-right: none; transform: rotate(-135deg);margin-left: -0.25rem;}
.hot-news-panel .titleWrap .swiper-buttons .swiper-button.hot-news-swiper-prev i{transform: rotate(45deg);margin-right: -0.5rem;}
.hot-news-panel .titleWrap .swiper-buttons .swiper-button.swiper-button-disabled i{border-color: #C8CACC;}
.hot-news-panel .hot-news-swiper{margin-top: 1.5rem;}
.hot-news-panel .swiper-slide{display: flex;flex-direction: column;overflow: hidden;}
.hot-news-panel .swiper-slide .bannerWrap{width: 100%;height: 12.5rem;border-radius: 0.625rem;position: relative;overflow: hidden;margin-bottom: 0.75rem;}
.hot-news-panel .swiper-slide .bannerWrap > img{width: 100%;height: 100%;object-fit: cover;object-position: center;border-radius: 0.625rem;}
.hot-news-panel .swiper-slide .bannerWrap .amountWrap{position: absolute;bottom: 0;right: 0;width: fit-content;height: 2rem;border-radius: 0.625rem 0 0.625rem 0;background-color: #00000080;line-height: 2.125rem;padding: 0 0.625rem 0 2.625rem;font-size: 1.125rem;color: #ffffff;}
.hot-news-panel .swiper-slide .bannerWrap .amountWrap::before{content: "";position: absolute;left: 0.625rem;top: 50%;transform: translateY(-50%);width: 1.5rem;height: 1.125rem;background-image: url(../images/viewIcon.webp);background-position: center;background-repeat: no-repeat;background-size: contain;}
.hot-news-panel .swiper-slide .newsTitle{font-size: 1.75rem;color: #060D1F;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: left;margin-bottom: 0.625rem;}
.hot-news-panel .swiper-slide .infoWrap{display: flex;align-items: center;justify-content: space-between;}
.hot-news-panel .swiper-slide .infoWrap p{font-size: 1.5rem;color: #999999;line-height: 2rem;}

.news-content-page .app-type-panel{margin-top: 1.5rem;}
.news-content-page .app-type-panel .app-listing{margin-top: 1.5rem;display: grid; grid-template-columns: repeat(5, 1fr); column-gap: 2rem;row-gap: 1.75rem;}
.news-content-page .app-type-panel .app-listing .appWrap{display: flex;flex-direction: column;overflow: hidden;}
.news-content-page .app-type-panel .app-listing .appWrap .imgWrap{width: 6.25rem;height: 6.25rem;border-radius: 1.375rem;margin: 0 auto 0.875rem;}
.news-content-page .app-type-panel .app-listing .appWrap .imgWrap img{width: 100%;height: 100%;object-fit: cover;object-position: center;border-radius: 1.375rem;}
.news-content-page .app-type-panel .app-listing .appWrap .appName{font-size: 1.5rem;color: #333333;line-height: 2rem;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.news-content-page .latest-topic-panel{margin-top: 2.375rem;}
.news-content-page .latest-topic-panel .topic-listing{margin-top: 1.25rem;display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 1.75rem;row-gap: 2.25rem;}
.news-content-page .latest-topic-panel .topic-listing .topicWrap{overflow: hidden;display: flex;flex-direction: column;}
.news-content-page .latest-topic-panel .topic-listing .topicWrap .bannerWrap{height: 12.125rem;width: 100%;border-radius: 0.625rem;margin-bottom: 1rem;}
.news-content-page .latest-topic-panel .topic-listing .topicWrap .bannerWrap img{width: 100%;height: 100%;border-radius: 0.625rem;object-fit: cover;object-position: center;}
.news-content-page .latest-topic-panel .topic-listing .topicWrap .nameWrap{display: flex;align-items: center;column-gap: 0.625rem;margin-bottom: 0.75rem;}
.news-content-page .latest-topic-panel .topic-listing .topicWrap .nameWrap .topicName{flex: 1;flex-shrink: 0;font-size: 1.75rem;font-weight: 500;color: #2C303B;line-height: 2.25rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-content-page .latest-topic-panel .topic-listing .topicWrap .nameWrap .amountWrap{font-size: 1.5rem;color: #999999;}
.news-content-page .latest-topic-panel .topic-listing .topicWrap .topic-content{font-size: 1.5rem;color: #999999;line-height: 2.25rem;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-bottom: 1rem;}
.news-content-page .latest-topic-panel .topic-listing .topicWrap .topic-app-list{position: relative;padding: 0 0 0.75rem 1.25rem;z-index: 1;}
.news-content-page .latest-topic-panel .topic-listing .topicWrap .topic-app-list::after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 2.75rem;border-radius: 0.625rem;background-color: #F4F6F8;z-index: -1;}
.news-content-page .latest-topic-panel .topic-listing .topicWrap .topic-app-list .topic-app-slider{overflow: hidden;height: 3.375rem;}
.news-content-page .latest-topic-panel .topic-listing .topicWrap .topic-app-list .topic-app-slider.active{cursor: grabbing;}
.news-content-page .latest-topic-panel .topic-listing .topicWrap .topic-app-list .topic-app-slider .appWrap{width: 3.375rem;flex: 0 0 3.375rem;max-width: 3.375rem;overflow: hidden;}
.news-content-page .latest-topic-panel .topic-listing .topicWrap .topic-app-list .topic-app-slider .appWrap .imgWrap{width: 3.375rem;height: 3.375rem;border-radius: 1rem;}
.news-content-page .latest-topic-panel .topic-listing .topicWrap .topic-app-list .topic-app-slider .appWrap .imgWrap img{width: 100%;height: 100%;border-radius: 1rem;object-fit: cover;object-position: center;}
.news-content-page .latest-topic-panel .topic-listing .topicWrap .topic-app-list .topic-app-slider::before {content: ""; position: absolute; top: 0; right: -1.25rem; width: 4.5rem; height: 3.75rem; pointer-events: none; z-index: 2; background: linear-gradient(to left, #F4F6F8, rgba(244, 246, 248, 0)); border-radius: 1rem; }
.news-content-page .latest-topic-panel .topic-listing .topicWrap .topic-app-list .topic-app-slider.hide-fade::before { opacity: 0; }

.news-detail-page .news-detail-panel{position: relative;padding: 1.5rem 0 2.5rem;margin-top: 1.75rem;z-index: 1;}
.news-detail-page .news-detail-panel::before{content: "";position: absolute;left: 50%;top: 0;height: 100%;width: 100vw;background-color: #F2F2F2;transform: translateX(-50%);z-index: -1;}
.news-detail-page .news-detail-panel h1{font-size: 2rem;font-weight: bold;color: #060D1F;margin-bottom: 1rem;text-align: center;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-detail-page .news-detail-panel .newsInfo{display: flex;align-items: center;justify-content: center;column-gap: 1.25rem;}
.news-detail-page .news-detail-panel .newsInfo p{font-size: 1.5rem;color: #999999;line-height: 2rem;}
.news-detail-page .news-detail-panel .news-content-panel{display: flex;flex-direction: column;row-gap: 0.875rem;font-size: 1.75rem;color: #1A1A1A;line-height: 3.375rem;margin-top: 1.25rem;}
.news-detail-page .news-detail-panel .news-content-panel p{font-size: 1.75rem;color: #1A1A1A;line-height: 3.375rem;}
.news-detail-page .news-detail-panel .news-content-panel h3{font-size: 1.75rem;color: #FF5465;line-height: 3.375rem;font-weight: 400;}
.news-detail-page .news-detail-panel .news-content-panel img{width: auto;height: auto;object-fit: cover;object-position: center;max-width: 100%;margin: 0 auto;display: block;}
.news-detail-page .news-detail-panel .news-content-panel .reminder{margin-top: 2.25rem;width: 100%;padding: 1rem 1.625rem;font-size: 1.5rem;color: #4D4D4D;background-color: #FAFAFA;border-radius: 0.375rem;line-height: 2.25rem;}

.news-detail-page .related-app-banner{margin-top: 2rem;display: flex;align-items: center;column-gap: 1.25rem;padding: 1rem 1.75rem;border-radius: 1.25rem;background: #E5F6FF; box-shadow: 0px 4px 4px 0px #54C5FF40;}
.news-detail-page .related-app-banner .imgWrap{width: 7.5rem;flex: 0 0 7.5rem;max-width: 7.5rem;height: 7.5rem;}
.news-detail-page .related-app-banner .imgWrap img{width: 100%;height: 100%;object-fit: cover;object-position: center;border-radius: 1.5rem;}
.news-detail-page .related-app-banner .detailWrap{display: flex;flex-direction: column;overflow: hidden;flex: 1;flex-shrink: 0;}
.news-detail-page .related-app-banner .detailWrap .appName{font-size: 2rem;color: #060D1F;line-height: 2.5rem;margin-bottom: 0.75rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-detail-page .related-app-banner .detailWrap .infoWrap{display: flex;align-items: center;column-gap: 1rem;margin-bottom: 0.75rem;}
.news-detail-page .related-app-banner .detailWrap .infoWrap a{font-size: 1.375rem;color: #999999;}
.news-detail-page .related-app-banner .detailWrap .infoWrap span{font-size: 1.375rem;color: #999999;}
.news-detail-page .related-app-banner .detailWrap .tag{display: flex;align-items: center;font-size: 1.125rem;color: #999999;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 1.5rem;column-gap: 0.25rem;}
.news-detail-page .related-app-banner .detailWrap .tag span{white-space: nowrap;line-height: 1.5rem;}
.news-detail-page .related-app-banner .detailWrap .tag .tag-list{display: flex;align-items: center;column-gap: 0.25rem;overflow-x: scroll;}
.news-detail-page .related-app-banner .detailWrap .tag .tag-list::-webkit-scrollbar{height: 0;}
.news-detail-page .related-app-banner .detailWrap .tag .tag-list a{font-size: 1.125rem;color: #999999;line-height: 1.5rem;white-space: nowrap;}
.news-detail-page .related-app-banner .viewBtn{width: 5.5rem; height: 3rem; flex: 0 0 5.5rem; max-width: 5.5rem; border-radius: 1.5rem; text-align: center; line-height: 3rem; background-color: #54C5FF; font-size: 1.5rem; color: #ffffff;}


.news-detail-page .news-navigate-wrap{margin-top: 2.5rem;display: flex;flex-direction: column;row-gap: 1.875rem;}
.news-detail-page .news-navigate-wrap a, .news-detail-page .news-navigate-wrap > div{display: flex;align-items: center;position: relative;width: 100%;height: 5rem;z-index: 1;padding: 0 1.5rem;}
.news-detail-page .news-navigate-wrap a span,
.news-detail-page .news-navigate-wrap a p,
.news-detail-page .news-navigate-wrap > div span,
.news-detail-page .news-navigate-wrap > div p{display: block;font-size: 1.5rem;color: #060D1F;white-space: nowrap;}
.news-detail-page .news-navigate-wrap a p, .news-detail-page .news-navigate-wrap > div p{flex: 1;flex-shrink: 0;overflow: hidden;text-overflow: ellipsis;}
.news-detail-page .news-navigate-wrap a::before, .news-detail-page .news-navigate-wrap > div::before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 2px solid #EEEEEE;border-radius: 1rem;z-index: -1;transform: skewX(10deg);}
.news-detail-page .news-navigate-wrap a.next-news::before, .news-detail-page .news-navigate-wrap > div.next-news::before{transform: skewX(-10deg);}

/* .news-detail-page .news-navigate-wrap span::before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 2px solid #EEEEEE;border-radius: 1rem;z-index: -1;transform: skewX(10deg);}
.news-detail-page .news-navigate-wrap span.next-news::before{transform: skewX(-10deg);} */

.news-detail-page .app-listing-panel{margin-top: 2.75rem;}
.news-detail-page .app-listing-panel .app-listing{margin-top: 1.5rem;display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 2.25rem;row-gap: 1.75rem;}
.news-detail-page .app-listing-panel .app-listing .appWrap{display: flex;align-items: center;column-gap: 1.375rem;overflow: hidden;}
.news-detail-page .app-listing-panel .app-listing .appWrap .imgWrap{width: 6.25rem;flex: 0 0 6.25rem;max-width: 6.25rem;height: 6.25rem;border-radius: 1.5rem;}
.news-detail-page .app-listing-panel .app-listing .appWrap .imgWrap img{width: 100%;height: 100%;object-fit: cover;object-position: center;border-radius: 1.5rem;}
.news-detail-page .app-listing-panel .app-listing .appWrap .detailWrap{display: flex;flex-direction: column;flex: 1;flex-shrink: 0;overflow: hidden;row-gap: 0.125rem;}
.news-detail-page .app-listing-panel .app-listing .appWrap .detailWrap .appName{font-size: 1.75rem;color: #091F17;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 2.125rem;}
.news-detail-page .app-listing-panel .app-listing .appWrap .detailWrap .appType{font-size: 1.5rem;color: #999999;line-height: 1.75rem;}
.news-detail-page .app-listing-panel .app-listing .appWrap .detailWrap > p{font-size: 1.5rem;color: #999999;line-height: 1.75rem;}

.news-detail-page .app-type-panel{margin-top: 2.5rem;}
.news-detail-page .app-type-panel .app-listing{margin-top: 1.5rem;display: flex;align-items: center;column-gap: 1.875rem;flex-wrap: nowrap;overflow-x: scroll;}
.news-detail-page .app-type-panel .app-listing::-webkit-scrollbar{height: 0;}
.news-detail-page .app-type-panel .app-listing .appWrap{display: flex;flex-direction: column;overflow: hidden;background-color: #F4F6F8;width: 8.5rem;flex: 0 0 8.5rem;max-width: 8.5rem;border-radius: 0.625rem;padding: 1rem 0.5rem;}
.news-detail-page .app-type-panel .app-listing .appWrap .imgWrap{width: 6.25rem;height: 6.25rem;border-radius: 1.5rem;margin: 0 auto 0.75rem;}
.news-detail-page .app-type-panel .app-listing .appWrap .imgWrap img{width: 100%;height: 100%;object-fit: cover;object-position: center;border-radius: 1.5rem;}
.news-detail-page .app-type-panel .app-listing .appWrap .appName{font-size: 1.5rem;color: #060D1F;line-height: 2rem;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 0.315rem;}
.news-detail-page .app-type-panel .app-listing .appWrap .rating{text-align: center;padding-left: 1.625rem;position: relative;font-size: 1.5rem;color: #FA8B16;width: fit-content;margin: 0 auto;}
.news-detail-page .app-type-panel .app-listing .appWrap .rating::before{content: "";position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 1.25rem;height: 1.25rem;background-image: url(../images/home/star.webp);background-position: center;background-repeat: no-repeat;background-size: contain;}

.news-detail-page .latest-news-panel{margin-top: 2.75rem;}
.news-detail-page .latest-news-panel .news-banner-wrap{margin-top: 1.5rem;display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 1.75rem;padding-bottom: 1.25rem;border-bottom: 1px solid #EEEEEE;}
.news-detail-page .latest-news-panel .news-banner-wrap .newsWrap{overflow: hidden;display: flex;flex-direction: column;row-gap: 0.75rem;}
.news-detail-page .latest-news-panel .news-banner-wrap .newsWrap .bannerWrap{width: 100%;height: 12.5rem;border-radius: 0.625rem;overflow: hidden;}
.news-detail-page .latest-news-panel .news-banner-wrap .newsWrap .bannerWrap img{width: 100%;height: 100%;object-fit: cover;object-position: center;border-radius: 0.625rem;overflow: hidden;}
.news-detail-page .latest-news-panel .news-banner-wrap .newsWrap .newsTitle{font-size: 1.75rem;color: #060D1F;line-height: 2.25rem;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-detail-page .latest-news-panel .news-listing{margin-top: 1.5rem;display: flex;flex-direction: column;row-gap: 1.25rem;overflow: hidden;}
.news-detail-page .latest-news-panel .news-listing .newsWrap{position: relative;display: flex;align-items: center;column-gap: 0.625rem;padding-left: 1rem;overflow: hidden;}
.news-detail-page .latest-news-panel .news-listing .newsWrap::before{content: "";position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 0.25rem;height: 0.25rem;border-radius: 50%;background-color: #B8B8B8;}
.news-detail-page .latest-news-panel .news-listing .newsWrap .newsTitle{font-size: 1.75rem;color: #060D1F;flex: 1;flex-shrink: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 2.25rem;}
.news-detail-page .latest-news-panel .news-listing .newsWrap .dateUpdate{font-size: 1.5rem;color: #999999;line-height: 1.75rem;}

.news-detail-page .topic-panel{margin-top: 2.75rem;}
.news-detail-page .topic-panel .topic-listing {margin-top: 1.25rem;display: flex;flex-direction: column;row-gap: 1.75rem;overflow: hidden;}
.news-detail-page .topic-panel .topic-listing .topic-list-row{overflow-x: scroll;display: flex;align-items: center;column-gap: 1.25rem;flex-wrap: nowrap;width: max-content; animation: marquee 20s linear infinite;}
.news-detail-page .topic-panel .topic-listing .topic-list-row:nth-child(2){animation: marquee 18s linear infinite;}
.news-detail-page .topic-panel .topic-listing .topic-list-row:nth-child(3){animation: marquee 16s linear infinite;}
.news-detail-page .topic-panel .topic-listing .topic-list-row::-webkit-scrollbar{height: 0;}
.news-detail-page .topic-panel .topic-listing .topic-list-row .topicWrap{width: fit-content;height: 3.75rem;display: flex;align-items: center;column-gap: 1.125rem;border-radius: 1.875rem;background-color: #F4F6F8;padding-right: 1.5rem;}
.news-detail-page .topic-panel .topic-listing .topic-list-row .topicWrap .imgWrap{width: 3.75rem;flex: 0 0 3.75rem;max-width: 3.75rem;height: 3.75rem;border-radius: 50%;}
.news-detail-page .topic-panel .topic-listing .topic-list-row .topicWrap .imgWrap img{width: 100%;height: 100%;object-fit: cover;object-position: center;border-radius: 50%;}
.news-detail-page .topic-panel .topic-listing .topic-list-row .topicWrap .topicName{font-size: 1.5rem;color: #060D1F;line-height: 1.25;}

#modalImage { transition: opacity 0.3s ease; opacity: 1; }
#modalImage.fade-out { opacity: 0; }
#imageModal.modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%;text-align: center; }
#imageModal .overlay{background: #393939D9; position: absolute;width: 100%;height: 100%;z-index: -1;}
#imageModal.modal .swiper-slide{position: relative;display: flex;align-items: center;justify-content: center;}
#imageModal.modal .swiper{position: absolute; height: auto; top: 50%; transform: translateY(-50%); width: 100%;}
#imageModal.modal .swiper-slide img {max-width: 70%;max-height: 60%;object-fit: contain;height: auto;width: auto;border-radius: 0.625rem;}
#imageModal .close{cursor: pointer;font-size: 3rem;color: #ffffff;z-index: 1;font-weight: bold;}
#imageModal .modalHeader {position: absolute; top: 4rem; right:4rem; z-index: 10;}
#imageModal .pageNumber{margin-top: 2rem;height: 4rem;line-height: 4rem;text-align: center;padding: 0 1.25rem;border: 1px solid #ffffff;border-radius: 2.813rem;font-size: 1.75rem;color: #FFFFFF;width: fit-content;margin:2rem auto 0;}
#imageModal .modal-swiper-prev, #imageModal .modal-swiper-next{position: absolute;top: 47%;transform: translateY(-50%);display: flex;align-items: center;justify-content: center;background-color: #ffffff;cursor: pointer;width: 4rem;height: 4rem;border: none;border-radius: 50%;z-index: 99;padding: 0;text-align: center;box-sizing: border-box;}
#imageModal .modal-swiper-prev i{width: 0.875rem; height: 0.875rem; border-top: 2px solid #000000; border-right: 2px solid #000000; transform: rotate(-135deg); margin-right: -0.315rem;}
#imageModal .modal-swiper-next i{width: 0.875rem; height: 0.875rem; border-top: 2px solid #000000; border-right: 2px solid #000000; transform: rotate(45deg); margin-left: -0.315rem;}
#imageModal .swiper-button-disabled i{opacity: 0.4;}
#imageModal .modal-swiper-prev{left: max(calc(50% - 21.563rem), 1.5rem);}
#imageModal .modal-swiper-next{right: max(calc(50% - 21.563rem), 1.5rem);}
#imageModal::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); width: min(43.125rem, 100%); inset: 0; pointer-events: none; }
#imageModal .swiper-wrapper{align-items: center;}