.news-detail-page{margin-top: 1.5rem;}
.news-detail-page .news-detail-wrap{background-color: #ffffff;border-radius: 0.63rem;padding: 1.5rem 1.25rem 2rem;}
.news-detail-page .news-detail-wrap h1{font-size: 2.25rem;font-weight: bold;color: #1D2135;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;margin-bottom: 1.5rem;}
.news-detail-page .news-detail-wrap .author-detail{display: flex;align-items: center;column-gap: 1rem;padding-bottom: 1.125rem;border-bottom: 1px solid #f6f6f6;}
.news-detail-page .news-detail-wrap .author-detail p{font-size: 1.125rem;color: #CCCCCC;position: relative;}
.news-detail-page .news-detail-wrap .author-detail p:first-child::after{content: "";position: absolute;right: -0.5rem;top: 50%;transform: translateY(-50%);width: 0.125rem;height: 75%;background-color: #cccccc;}

.news-detail-page .news-detail-wrap .news-detail-content{margin-top: 1.875rem;margin-bottom: 2.625rem;}
.news-detail-page .news-detail-wrap .news-detail-content p{margin-top: .4rem;font-size: 1.5rem;color: #333333;line-height: 2.625rem;}
.news-detail-page .news-detail-wrap .news-detail-content h3{margin-top: .8rem;font-size: 1.75rem;font-weight: bold;color: #333333;padding-bottom: 0.75rem;border-bottom: 1px solid rgb(2, 162, 255,0.2);position: relative;padding-left: 0.375rem;z-index: 2;}
.news-detail-page .news-detail-wrap .news-detail-content h3::before{content: "";position: absolute;left: 0;top: 0;width: 1.5rem;height: 1.75rem;background-image: url(../images/newsDetail/titleIcon.webp);background-repeat: no-repeat;background-size: cover;z-index: -1;}
.news-detail-page .news-detail-wrap .news-detail-content img{width: 100%;height: auto;object-fit: cover;border-radius: 0.63rem;display: block;}

.news-detail-page .news-detail-wrap .app-download-banner{display: flex;align-items: center;column-gap: 1.25rem;background-color: #f5fbff;border-radius: 0.63rem;padding: 1.25rem;margin-bottom: 1.25rem;}
.news-detail-page .news-detail-wrap .app-download-banner > img{width: 6.875rem;height: 6.875rem;flex: 0 0 6.875rem;max-width: 6.875rem;border-radius: 1.25rem;}
.news-detail-page .news-detail-wrap .app-download-banner .appDetail{display: flex;flex-direction: column;overflow: hidden;max-width: 20.25rem;}
.news-detail-page .news-detail-wrap .app-download-banner .appDetail h4{font-size: 1.625rem;color: #15282D;font-weight: bold;margin-bottom: 0.75rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-detail-page .news-detail-wrap .app-download-banner .appDetail .typeWrap{display: flex;align-items: center;column-gap: 1rem;margin-bottom: 0.5rem;}
.news-detail-page .news-detail-wrap .app-download-banner .appDetail .typeWrap p{font-size: 1.125rem;color: #BABABA;position: relative;}
.news-detail-page .news-detail-wrap .app-download-banner .appDetail .typeWrap p:first-child::after{content: "";position: absolute;right: -0.5rem;top: 50%;transform: translateY(-50%);width: 0.125rem;height: 75%;background-color: #BABABA;}
.news-detail-page .news-detail-wrap .app-download-banner .appDetail .dateUpdate{font-size: 1.125rem;color: #BABABA;}
.news-detail-page .news-detail-wrap .app-download-banner .viewBtn{width: 7.75rem; height: 3.125rem; text-align: center; line-height: 3.125rem; background: linear-gradient(90deg, rgb(2, 162, 255) 0%, rgb(9, 115, 255) 100%); border-radius: 1.5rem; font-size: 1.5rem; color: #ffffff; margin-left: auto;}

.news-detail-page .news-detail-wrap .copy-panel{display: flex;align-items: center;column-gap: 0.875rem;}
.news-detail-page .news-detail-wrap .copy-panel .link-copy{display: flex;align-items: center;column-gap: 0.5rem;padding: 0.5rem 0.63rem;border-radius: 0.375rem;border: 1px solid #FF6000;}
.news-detail-page .news-detail-wrap .copy-panel .link-copy img{width: 1.125rem;height: 1.125rem;object-fit: cover;}
.news-detail-page .news-detail-wrap .copy-panel .link-copy p{font-size: 1.375rem;color: #FF6000;}
.news-detail-page .news-detail-wrap .copy-panel > p{font-size: 1.375rem;color: #8f8f8f;}

.news-detail-page .app-listing-panel{background-color: #ffffff;margin-top: 1.25rem;padding: 1rem 1.25rem 1.875rem;border-radius: 0.63rem;}
.news-detail-page .app-listing-panel .app-listing{margin-top: 1.5rem;display: flex;flex-wrap: wrap;column-gap: 3.125rem;row-gap: 1.875rem;}
.news-detail-page .app-listing-panel .app-listing .appWrap{width: 7.75rem;flex: 0 0 7.75rem;max-width: 7.75rem;display: flex;flex-direction: column;overflow: hidden;}
.news-detail-page .app-listing-panel .app-listing .appWrap img{width: 7.75rem;height: 7.75rem;object-fit: cover;border-radius: 1.875rem;margin-bottom: 0.5rem;}
.news-detail-page .app-listing-panel .app-listing .appWrap p{text-align: center;font-size: 1.5rem;color: #000000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 1rem;}
.news-detail-page .app-listing-panel .app-listing .appWrap .viewBtn{width: 7.75rem;height: 3.125rem;text-align: center;line-height: 3rem;border: 1px solid #0872FF4D;border-radius: 1.5rem;font-size: 1.5rem;color: #0975FF;}

.titleWrap h2{font-size: 2.125rem;}

.news-detail-page .related-news-panel{background-color: #ffffff;margin-top: 1.25rem;padding: 1rem 1.25rem 2.5rem;border-radius: 0.63rem;}
.news-detail-page .related-news-panel .news-listing{display: flex;flex-wrap: wrap;column-gap: 1.125rem;row-gap: 1.75rem;margin-top: 1.625rem;}
.news-detail-page .related-news-panel .news-listing a{width: 19.625rem;flex: 0 0 19.625rem;max-width: 19.625rem;display: flex;flex-direction: column;}
.news-detail-page .related-news-panel .news-listing a > img{width: 19.625rem;height: 11.125rem;object-fit: cover;margin-bottom: 0.25rem;border-radius: 0.63rem;}
.news-detail-page .related-news-panel .news-listing a > h4{font-size: 1.5rem;color: #000000;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;margin-bottom: 0.75rem;font-weight: 400;}
.news-detail-page .related-news-panel .news-listing a p{font-size: 1.125rem;color: #BABABA;}
.news-detail-page .related-news-panel .news-listing a p span{margin-right: 1rem;position: relative;}
.news-detail-page .related-news-panel .news-listing a p span::after{content: "";position: absolute;top: 50%;right: -0.5rem;transform: translateY(-50%);width: 0.25rem;height: 0.25rem;background-color: #BABABA;border-radius: 50%;}

.news-detail-page .rating-review-panel{background-color: #ffffff;margin-top: 1.25rem;padding: 1.5rem 1.25rem 2rem;border-radius: 0.63rem;}
.news-detail-page .rating-review-panel h2{font-size: 2rem;font-weight: bold;color: #30343F;margin-bottom: 2rem;}
.news-detail-page .rating-review-panel .comment-type-tab{overflow-x: scroll;display: flex;align-items: center;column-gap: 0.875rem;}
.news-detail-page .rating-review-panel .comment-type-tab::-webkit-scrollbar{height: 0;}
.news-detail-page .rating-review-panel .comment-type-tab a{height: 3.875rem;line-height: 3.875rem;background-color: #F8F8FA;border-radius: 2rem;min-width: 6.625rem;padding: 0 1.25rem;font-size: 1.625rem;color: #999999;text-align: center;white-space: nowrap;flex-shrink: 0;}
.news-detail-page .rating-review-panel .comment-type-tab a.active{color: #ffffff;background: linear-gradient(90deg, rgb(2, 162, 255) 0%, rgb(9, 115, 255) 100%);}
.news-detail-page .rating-review-panel .ratingWrap{margin-top: 1.75rem;display: flex;align-items: center;justify-content: space-between;padding-left: 1.75rem;}
.news-detail-page .rating-review-panel .ratingWrap .ratingScore{display: flex;flex-direction: column;text-align: center;width: 10.375rem;}
.news-detail-page .rating-review-panel .ratingWrap .ratingScore p{text-align: center;font-size: 5.125rem;color: #28282C;}
.news-detail-page .rating-review-panel .ratingWrap .ratingScore span{text-align: center;font-size: 1.5rem;color: #999999;}
.news-detail-page .rating-review-panel .ratingWrap .ratingBarWrap{display: flex;flex-direction: column;row-gap: 0.63rem;align-items: flex-end;}
.news-detail-page .rating-review-panel .ratingWrap .ratingBarWrap .barWrap{display: flex;align-items: center;column-gap: 0.875rem;}
.news-detail-page .rating-review-panel .ratingWrap .ratingBarWrap .barWrap .rateStars{display: flex;align-items: center;column-gap: 0.25rem;}
.news-detail-page .rating-review-panel .ratingWrap .ratingBarWrap .barWrap .rateStars img{width: 1.125rem;height: 1.125rem;object-fit: cover;}
.news-detail-page .rating-review-panel .ratingWrap .ratingBarWrap .barWrap .rateBar {width: 16.5rem;height: 0.5rem;border-radius: 0.25rem;background-color: #dfdfdf;}
.news-detail-page .rating-review-panel .ratingWrap .ratingBarWrap .barWrap .rateBar .bar{height: 100%;border-radius: 0.25rem;background: #b5b5b5;width: 0%;}
.news-detail-page .rating-review-panel .post-comment-panel{margin-top: 2.5rem;height: 14.25rem;border-radius: 0.375rem;border: 1px solid #D0D0D0;display: flex;align-items: center;justify-content: center;flex-direction: column;row-gap: 1.25rem;}
.news-detail-page .rating-review-panel .post-comment-panel .topWrap{display: flex;align-items: center;column-gap: 0.875rem;}
.news-detail-page .rating-review-panel .post-comment-panel .topWrap img{width: 3.625rem;height: 3.625rem;flex: 0 0 3.625rem;max-width: 3.625rem;object-fit: cover;}
.news-detail-page .rating-review-panel .post-comment-panel .topWrap p{font-size: 1.5rem;color: #999999;}
.news-detail-page .rating-review-panel .post-comment-panel .comment-star-wrap{display: flex;align-items: center;column-gap: 1.5rem;}
.news-detail-page .rating-review-panel .post-comment-panel .comment-star-wrap img{width: 2.375rem;height: 2.375rem;object-fit: contain;}

.news-detail-page .comment-list-panel{background-color: #ffffff;margin-top: 1.25rem;padding: 1.75rem 1.25rem 2.5rem;border-radius: 0.63rem;display: flex;flex-direction: column;}
.news-detail-page .comment-list-panel .title{display: flex;align-items: center;justify-content: space-between;width: 100%;margin-bottom: 0.375rem;}
.news-detail-page .comment-list-panel .title h2{font-size: 2rem;font-weight: bold;color: #30343F;}
.news-detail-page .comment-list-panel .title .comment-tab{display: flex;align-items: center;column-gap: 2rem;}
.news-detail-page .comment-list-panel .title .comment-tab a{font-size: 1.5rem;color: #999999;position: relative;}
.news-detail-page .comment-list-panel .title .comment-tab a.active{color: #0973FF;}
.news-detail-page .comment-list-panel .title .comment-tab a::after{content: "";position: absolute;right: -1rem;top: 50%;transform: translateY(-50%);width: 2px;height: 75%;background-color: #BC9D88;}
.news-detail-page .comment-list-panel .title .comment-tab a:last-child::after{display: none;}
.news-detail-page .comment-list-panel .comment-listing{display: flex;flex-direction: column;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap{display: flex;flex-direction: column;row-gap: 1.25rem;overflow: hidden;padding: 2.125rem 0;border-bottom: 1px solid #efefef;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap:last-child{border-bottom: none;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap .topWrap{display: flex;column-gap: 2rem;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap .topWrap > img{width: 4.625rem;height: 4.625rem;flex: 0 0 4.625rem;max-width: 4.625rem;object-fit: cover;border-radius: 50%;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap .topWrap .nameWrap{overflow: hidden;display: flex;flex-direction: column;height: 4.625rem;justify-content: space-between;max-width: 20rem;overflow: hidden;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap .topWrap .nameWrap > p{font-size: 1.75rem;color: #333333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap .topWrap .nameWrap .ratingReviewWrap .rating-score{display: none;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap .topWrap .nameWrap .ratingReviewWrap .stars{display: flex;align-items: center;column-gap: 0.125rem;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap .topWrap .nameWrap .ratingReviewWrap .stars div{width: 1.5rem;height: 1.5rem;background-size: cover;background-image: url(../images/newsDetail/star-empty.webp);background-repeat: no-repeat;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap .topWrap .nameWrap .ratingReviewWrap .stars div.star{background-image: url(../images/newsDetail/star-fill.webp);background-repeat: no-repeat;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap .topWrap .nameWrap .ratingReviewWrap .stars div.star-half{background-image: url(../images/newsDetail/star-half.webp);background-repeat: no-repeat;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap .topWrap .datePost{height: 4.625rem;margin-left: auto;margin-top: auto;font-size: 1.5rem;color: #999999;display: flex ; align-items: flex-end;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap .comment-content{font-size: 1.5rem;color: #333333;line-height: 2.625rem;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap .device-from{font-size: 1.25rem;color: #CCCCCC;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap.haveReply{display: flex;flex-direction: column;row-gap: 1.5rem;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap.haveReply p{font-size: 1.5rem;color: #333333;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap.haveReply p span{font-weight: bold;}
.news-detail-page .comment-list-panel .comment-listing .commentWrap.haveReply .showAllReply{font-size: 1.25rem;color: #02A0FF;}
.news-detail-page .comment-list-panel .showMoreComment{margin-top: 0.875rem;height: 4.125rem;width: 100%;line-height: 4.125rem;text-align: center;background-color: #FAFAFA;border-radius: 3rem;font-size: 1.625rem;color: #CCCCCC;}

footer{margin-top: 1.875rem;}