.update-content-page .update-content-wrap{padding: 20px 24px 4px;background-color: #ffffff;border-radius: 10px;}
.update-content-page .update-content-wrap h1{font-size: 22px;font-weight: bold;color: #140402;position: relative;padding-left: 52px;}
.update-content-page .update-content-wrap h1::before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 40px;height: 26px;background-image: url(../images/refreshIcon.webp);background-position: center;background-repeat: no-repeat;background-size: cover;}
.update-content-page .update-content-wrap .update-title-wrap {display: flex;align-items: center;width: 100%;height: 48px;background-color: #F8F8F8;margin-top: 24px;}
.update-content-page .update-content-wrap .update-title-wrap span{font-size: 16px;color: #666666;text-align: center;padding: 0 5px;}
.update-content-page .update-content-wrap .update-title-wrap span:nth-child(1){width: 40%;flex: 0 0 40%;max-width: 40%;text-align: left;padding-left: 85px;}
.update-content-page .update-content-wrap .update-title-wrap span:nth-child(2){width: 20%;flex: 0 0 20%;max-width: 20%;}
.update-content-page .update-content-wrap .update-title-wrap span:nth-child(3){width: 13%;flex: 0 0 13%;max-width: 13%;}
.update-content-page .update-content-wrap .update-title-wrap span:nth-child(4){width: 13%;flex: 0 0 13%;max-width: 13%;}
.update-content-page .update-content-wrap .update-title-wrap span:nth-child(5){width: 14%;flex: 0 0 14%;max-width: 14%;}
.update-content-page .update-content-wrap .update-list{display: flex;flex-direction: column;}
.update-content-page .update-content-wrap .update-list .updateWrap{display: flex;align-items: center;padding: 20px 0;border-bottom: 1px dashed #DCDCDC;}
.update-content-page .update-content-wrap .update-list .updateWrap:last-child{border-bottom: none;}
.update-content-page .update-content-wrap .update-list .updateWrap > div:nth-child(1){width: 40%;flex: 0 0 40%;max-width: 40%;padding-left: 25px;display: flex;align-items: center;column-gap: 20px;padding-right: 5px;}
.update-content-page .update-content-wrap .update-list .updateWrap > div:nth-child(2){width: 20%;flex: 0 0 20%;max-width: 20%;text-align: center;font-size: 16px;color: #999999;padding: 0 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.update-content-page .update-content-wrap .update-list .updateWrap > div:nth-child(3){width: 13%;flex: 0 0 13%;max-width: 13%;text-align: center;font-size: 16px;color: #999999;padding: 0 5px;}
.update-content-page .update-content-wrap .update-list .updateWrap > div:nth-child(4){width: 13%;flex: 0 0 13%;max-width: 13%;text-align: center;font-size: 16px;color: #999999;padding: 0 5px;}
.update-content-page .update-content-wrap .update-list .updateWrap > div:nth-child(5){width: 14%;flex: 0 0 14%;max-width: 14%;text-align: center;font-size: 16px;color: #999999;padding: 0 5px;}
.update-content-page .update-content-wrap .update-list .updateWrap .nameWrap .imgWrap{width: 40px;flex: 0 0 40px;max-width: 40px;height: 40px;}
.update-content-page .update-content-wrap .update-list .updateWrap .nameWrap .imgWrap img{width: 100%;height: 100%;object-fit: cover;object-position: center;border-radius: 10px;}
.update-content-page .update-content-wrap .update-list .updateWrap .nameWrap .appName{flex: 1;flex-shrink: 0;font-size: 16px;color: #140402;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.update-content-page .update-content-wrap .update-list .updateWrap .type{font-size: 16px;color: #999999;}