.update-content-page .update-list{margin-top: 1.25rem;display: flex;flex-direction: column;row-gap: 1.5rem;position: relative;z-index: 1;}
.update-content-page .update-list .updateWrap{display: flex;flex-direction: column;padding: 1.875rem 1.25rem 2rem;background-color: #ffffff;border-radius: 1rem;}
.update-content-page .update-list .updateWrap .topWrap{display: flex;align-items: center;column-gap: 1.125rem;padding-bottom: 1.625rem;border-bottom: 1px solid #EEEEEE;}
.update-content-page .update-list .updateWrap .topWrap .imgWrap{width: 4rem;flex: 0 0 4rem;max-width: 4rem;height: 4rem;}
.update-content-page .update-list .updateWrap .topWrap .imgWrap img{width: 100%;height: 100%;object-fit: cover;object-position: center;border-radius: 1rem;}
.update-content-page .update-list .updateWrap .topWrap .viewBtn{width: 6.25rem;height: 3rem;text-align: center;line-height: 3rem;border-radius: 1.5rem;font-size: 1.5rem;    background: #f5f7fb; color: #35c84d; box-shadow: 0 4px 12px rgba(87, 214, 107, .12); font-weight: 500;}
.update-content-page .update-list .updateWrap .infoWrap{margin-top: 1.375rem;display: flex;align-items: flex-start;column-gap: 1.25rem;}
.update-content-page .update-list .updateWrap .infoWrap .info{width: calc(25% - 1rem);flex: 0 0 calc(25% - 1rem);max-width: calc(25% - 1rem);display: flex;flex-direction: column;row-gap: 0.5rem;overflow: hidden;}
.update-content-page .update-list .updateWrap .infoWrap .info .info-label{font-size: 1.5rem;color: #999999;text-align: center;line-height: 1.25;}
.update-content-page .update-list .updateWrap .infoWrap .info .info-value, .update-content-page .update-list .updateWrap .infoWrap .info a{font-size: 1.5rem;color: #4D4D4D;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 1.25;}
.update-content-page .update-list .updateWrap .topWrap .nameWrap {flex: 1;flex-shrink: 0;display: flex;align-items: center;column-gap: 1rem;max-width: 100%;overflow: hidden;min-width: 0;}
.update-content-page .update-list .updateWrap .topWrap .nameWrap .appName{font-size: 1.875rem;font-weight: bold;color: #140402;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; min-width: 0;}
.update-content-page .update-list .updateWrap .topWrap .nameWrap > p{font-size: 1.5rem;color: #ffffff;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 10rem;flex-shrink: 0;border-radius: 12px;background: linear-gradient(90deg, rgb(255, 193, 61) 0%, rgb(255, 132, 61) 100%);padding: 0.5rem;}