* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    background: #f4f4f4;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

body {
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.m-site {
    width: 100%;
    max-width: 750px;
    min-height: 100vh;
    margin: 0 auto;
    background: #f6f6f6;
}

.m-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .08);
}

.m-head-main {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 58px;
    padding: 0 14px;
}

.m-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.m-logo img {
    display: block;
    height: 42px;
    width: auto;
}

.m-search {
    flex: 1;
    height: 34px;
    min-width: 0;
    position: relative;
}

.m-search:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 13px;
    height: 13px;
    border: 2px solid #ff6a32;
    border-radius: 50%;
    transform: translateY(-50%);
}

.m-search:after {
    content: "";
    position: absolute;
    left: 25px;
    top: 22px;
    width: 7px;
    height: 2px;
    background: #ff6a32;
    transform: rotate(45deg);
}

.m-search input {
    width: 100%;
    height: 34px;
    padding: 0 12px 0 36px;
    border: 0;
    border-radius: 17px;
    background: #f2f2f2;
    color: #666;
    outline: none;
}

.m-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 42px;
    background: linear-gradient(#ff8c31, #ff5522);
}

.m-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.m-nav a.active {
    background: rgba(185, 50, 14, .22);
}

.m-main {
    padding: 10px 10px 18px;
}

.m-card {
    margin-bottom: 10px;
    padding: 12px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
}

.m-title {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.m-title:before {
    content: "";
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: linear-gradient(135deg, #ff9a56, #ff4e1f);
}

.m-title h2 {
    flex: 1;
    margin: 0;
    color: #222;
    font-size: 18px;
    line-height: 30px;
}

.m-title a,
.m-title span {
    flex: 0 0 auto;
    color: #999;
    font-size: 12px;
}

.m-title a {
    padding: 0 8px;
    line-height: 22px;
    color: #fff;
    background: #ff5722;
    border-radius: 3px;
}

.m-crumb {
    padding: 3px 3px 10px;
    color: #999;
    font-size: 12px;
}

.m-crumb a {
    color: #666;
}

.m-focus {
    padding: 0 0 12px;
    overflow: hidden;
}

.m-focus-img {
    display: block;
    height: 170px;
    background: linear-gradient(135deg, #ffe5d5, #fff7eb);
    overflow: hidden;
}

.m-focus-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-focus-img span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ff5b24;
    font-size: 28px;
    font-weight: 800;
}

.m-focus-title {
    display: block;
    padding: 11px 12px 4px;
    color: #222;
    font-size: 19px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-focus p {
    margin: 0;
    padding: 0 12px;
    color: #888;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m-new-dynamic {
    position: relative;
    margin-bottom: 10px;
    padding: 18px 12px 8px;
    background: #fff;
    overflow: hidden;
}

.m-ribbon-title {
    position: relative;
    height: 72px;
    margin: 0 0 4px;
    background: linear-gradient(180deg, #fff4df 0%, #fffaf0 72%, rgba(255, 255, 255, 0) 100%);
}

.m-ribbon-title:before,
.m-ribbon-title:after {
    content: "";
    position: absolute;
    top: 0;
    width: 34px;
    height: 28px;
    background: #b50f12;
}

.m-ribbon-title:before {
    left: 28px;
    transform: skewX(-18deg);
}

.m-ribbon-title:after {
    right: 28px;
    transform: skewX(18deg);
}

.m-ribbon-title span {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    width: 82%;
    height: 46px;
    color: #ffe8a5;
    font-size: 20px;
    font-weight: 800;
    line-height: 46px;
    text-align: center;
    background: #fb5b52;
    transform: translateX(-50%);
    text-shadow: 0 1px 2px rgba(190, 70, 40, .6);
    clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
}

.m-timeline-list {
    position: relative;
    padding-left: 40px;
}

.m-timeline-list:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 14px;
    bottom: 0;
    border-left: 1px dashed #ff5a24;
}

.m-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 8px;
    min-height: 104px;
    padding: 4px 0 16px;
}

.m-timeline-item:before {
    content: "";
    position: absolute;
    left: -36px;
    top: 14px;
    z-index: 2;
    width: 16px;
    height: 16px;
    background: #ff5a24;
    transform: rotate(45deg);
}

.m-time-no {
    color: #ff5a24;
    font-size: 27px;
    font-style: italic;
    font-weight: 900;
    line-height: 34px;
}

.m-time-body {
    min-width: 0;
}

.m-time-body h3 {
    margin: 0 0 8px;
    color: #333;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-time-summary {
    display: flex;
    gap: 12px;
    min-width: 0;
}

.m-time-summary img {
    flex: 0 0 96px;
    width: 96px;
    height: 58px;
    object-fit: cover;
}

.m-time-summary p {
    flex: 1;
    min-width: 0;
    margin: 0;
    color: #888;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m-app-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 8px;
}

.m-app {
    min-width: 0;
    text-align: center;
}

.m-app-icon,
.m-row-icon,
.m-hot-strip span,
.m-list-app .icon,
.m-rank-row .icon,
.m-detail-main .icon {
    display: block;
    overflow: hidden;
    background: #fff1eb;
}

.m-app-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 6px;
    border-radius: 13px;
}

.m-app-icon img,
.m-row-icon img,
.m-hot-strip img,
.m-list-app .icon img,
.m-rank-row .icon img,
.m-detail-main .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-app-icon i,
.m-row-icon i,
.m-hot-strip i,
.m-list-app .icon i,
.m-rank-row .icon i,
.m-detail-main .icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #ff5b24;
    font-style: normal;
    font-weight: 800;
}

.m-app b,
.m-hot-strip b {
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-app em {
    display: block;
    color: #999;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}

.m-soft-list {
    display: flex;
    flex-direction: column;
}

.m-row-app {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #e8e8e8;
}

.m-row-app:last-child {
    border-bottom: 0;
}

.m-row-icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 12px;
}

.m-row-body {
    flex: 1;
    min-width: 0;
}

.m-row-body b {
    display: block;
    color: #333;
    font-size: 15px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-row-body em {
    display: block;
    color: #999;
    font-size: 12px;
    font-style: normal;
}

.m-down {
    flex: 0 0 auto;
    min-width: 52px;
    height: 30px;
    padding: 0 10px;
    color: #ff5722;
    line-height: 28px;
    text-align: center;
    border: 1px solid #ff5722;
    border-radius: 3px;
    background: #fff;
}

.m-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 8px;
}

.m-tabs a {
    display: block;
    height: 36px;
    color: #ff5722;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    border: 1px solid #ffd4c5;
    background: #fff6f2;
    border-radius: 3px;
}

.m-news-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.m-news-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 38px;
    border-bottom: 1px dashed #eee;
}

.m-news-list li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #bbb;
}

.m-news-list a {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-news-list span {
    color: #aaa;
    font-size: 12px;
}

.m-rank-mini {
    margin: 0;
    padding: 0;
    list-style: none;
}

.m-rank-mini li a {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 56px;
    border-bottom: 1px solid #f0f0f0;
}

.m-rank-mini em {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    color: #fff;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
    background: #ff5722;
    border-radius: 4px;
}

.m-rank-mini span {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff1eb;
}

.m-rank-mini span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-rank-mini b {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-rank-mini small {
    color: #999;
    font-size: 12px;
}

.m-hot-strip {
    display: flex;
    gap: 13px;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: none;
}

.m-hot-strip::-webkit-scrollbar {
    display: none;
}

.m-hot-strip a {
    flex: 0 0 70px;
    min-width: 0;
    text-align: center;
}

.m-hot-strip span {
    width: 58px;
    height: 58px;
    margin: 0 auto 6px;
    border-radius: 13px;
}

.m-list-apps {
    display: flex;
    flex-direction: column;
}

.m-list-app {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.m-list-app .icon {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 14px;
}

.m-list-app .body {
    flex: 1;
    min-width: 0;
}

.m-list-app h3,
.m-rank-row h3,
.m-news-card h3 {
    margin: 0;
    color: #222;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-list-app p,
.m-rank-row .meta {
    margin: 2px 0;
    color: #999;
    font-size: 12px;
}

.star {
    display: inline-block;
    width: 92px;
    height: 15px;
    background: linear-gradient(90deg, #ff6b22 0, #ff6b22 80%, #d8d8d8 80%, #d8d8d8 100%);
    clip-path: polygon(5% 0,7% 35%,0 38%,6% 55%,4% 92%,14% 70%,24% 92%,22% 55%,28% 38%,20% 35%,18% 0,13% 24%,5% 0,25% 0,27% 35%,20% 38%,26% 55%,24% 92%,34% 70%,44% 92%,42% 55%,48% 38%,40% 35%,38% 0,33% 24%,25% 0,45% 0,47% 35%,40% 38%,46% 55%,44% 92%,54% 70%,64% 92%,62% 55%,68% 38%,60% 35%,58% 0,53% 24%,45% 0,65% 0,67% 35%,60% 38%,66% 55%,64% 92%,74% 70%,84% 92%,82% 55%,88% 38%,80% 35%,78% 0,73% 24%,65% 0,85% 0,87% 35%,80% 38%,86% 55%,84% 92%,94% 70%,100% 92%,96% 55%,100% 38%,93% 35%,91% 0,88% 24%,85% 0);
}

.m-news-cards {
    display: flex;
    flex-direction: column;
}

.m-news-card {
    display: flex;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.m-news-card:last-child {
    border-bottom: 0;
}

.m-news-card .thumb {
    flex: 0 0 102px;
    height: 68px;
    overflow: hidden;
    border-radius: 3px;
    background: #fff1eb;
}

.m-news-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-news-card .thumb span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ff5722;
    font-weight: 800;
}

.m-news-card .body {
    flex: 1;
    min-width: 0;
}

.m-news-card p {
    margin: 3px 0;
    color: #888;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m-news-card em {
    color: #aaa;
    font-size: 12px;
    font-style: normal;
}

.m-news-card.no-thumb {
    display: block;
}

.m-latest-block {
    padding-top: 14px;
}

.m-latest-block .m-title {
    height: 38px;
    margin-bottom: 12px;
    border-bottom: 0;
}

.m-latest-block .m-title h2 {
    font-size: 22px;
    line-height: 38px;
}

.m-latest-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.m-latest-card {
    display: block;
    padding: 14px 14px 12px;
    border: 1px solid #e8e8e8;
    background: #fff;
}

.m-latest-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    margin: 0 0 10px;
    color: #333;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-latest-card h3 span {
    flex: 0 0 auto;
    padding: 0 8px;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    background: #ff5722;
    border-radius: 4px;
}

.m-latest-card p {
    margin: 0 0 8px;
    color: #999;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m-latest-card em {
    color: #999;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

.m-latest-line {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    height: 38px;
    color: #777;
}

.m-latest-line:before {
    content: "";
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    background: #ff5722;
}

.m-latest-line b {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-latest-line span {
    flex: 0 0 auto;
    color: #999;
    font-size: 14px;
    font-weight: 700;
}

.m-hot-download {
    padding-top: 12px;
}

.m-hot-download .m-title {
    height: 34px;
    margin-bottom: 10px;
    border-bottom: 0;
}

.m-hot-download .m-title h2 {
    font-size: 20px;
    line-height: 34px;
}

.m-hot-download-list {
    display: flex;
    flex-direction: column;
}

.m-hot-download-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #e6e6e6;
}

.m-hot-download-row:last-child {
    border-bottom: 0;
}

.m-hot-download-row .num {
    flex: 0 0 30px;
    width: 30px;
    height: 28px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    background: #eee;
}

.m-hot-download-row .num.hot {
    background: #ff5722;
}

.m-hot-download-row .icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff1eb;
}

.m-hot-download-row .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-hot-download-row .icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #ff5722;
    font-style: normal;
    font-weight: 800;
}

.m-hot-download-row .body {
    flex: 1;
    min-width: 0;
}

.m-hot-download-row .body b {
    display: block;
    color: #666;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-hot-download-row .body em {
    display: block;
    margin-top: 5px;
    color: #999;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-hot-download-row .arrow {
    position: relative;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
}

.m-hot-download-row .arrow:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 10px;
    width: 19px;
    height: 3px;
    background: #ff5722;
    border-radius: 2px;
}

.m-hot-download-row .arrow:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 11px;
    height: 11px;
    border-top: 3px solid #ff5722;
    border-right: 3px solid #ff5722;
    transform: rotate(45deg);
}

.m-rank-banner {
    height: 92px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 92px;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .12);
    background: linear-gradient(135deg, #5bd6ff, #b6e85b);
    border-radius: 3px;
}

.m-rank-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.m-rank-row .icon {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 14px;
}

.m-rank-row .body {
    flex: 1;
    min-width: 0;
}

.m-rank-row h3 span {
    display: inline-block;
    margin-left: 4px;
    padding: 0 6px;
    color: #999;
    font-size: 11px;
    line-height: 18px;
    background: #e5e5e5;
    border-radius: 2px;
}

.m-rank-row h3 span.hot {
    color: #fff;
    background: #ff5722;
}

.m-rank-row .desc {
    margin: 2px 0 0;
    color: #888;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m-detail-main {
    display: flex;
    gap: 12px;
    min-width: 0;
}

.m-detail-main .icon {
    flex: 0 0 82px;
    width: 82px;
    height: 82px;
    border-radius: 18px;
}

.m-detail-main .body {
    flex: 1;
    min-width: 0;
}

.m-detail-main h1 {
    margin: 0 0 4px;
    color: #222;
    font-size: 20px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-detail-main h1 em {
    display: inline-block;
    margin-left: 6px;
    padding: 0 5px;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
    vertical-align: 2px;
    background: #48c246;
    border-radius: 3px;
}

.m-detail-main p {
    margin: 0;
    color: #888;
    font-size: 13px;
    line-height: 23px;
}

.m-primary-down {
    display: block;
    height: 40px;
    margin-top: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    background: #ff5722;
    border-radius: 4px;
}

.m-primary-down.disabled {
    background: #cfcfcf;
}

.m-content {
    color: #555;
    font-size: 15px;
    line-height: 1.9;
    word-break: break-word;
}

.m-content img {
    height: auto !important;
    margin: 8px auto;
}

.m-content p {
    margin: 0 0 12px;
}

.m-shot-strip {
    display: flex;
    gap: 8px;
    overflow-x: auto;
}

.m-shot-strip img {
    flex: 0 0 72%;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
}

.m-info-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f8f8f8;
}

.m-info-table li {
    min-width: 0;
    padding: 8px 10px;
    border-bottom: 1px solid #fff;
}

.m-info-table span {
    display: block;
    color: #999;
    font-size: 12px;
}

.m-info-table b {
    display: block;
    color: #444;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-article h1 {
    margin: 0;
    color: #222;
    font-size: 22px;
    line-height: 1.35;
}

.m-article-meta {
    margin: 9px 0 12px;
    padding-bottom: 10px;
    color: #999;
    font-size: 12px;
    border-bottom: 1px solid #eee;
}

.m-pagebar {
    padding: 14px 0 2px;
    text-align: center;
}

.m-pagebar a,
.m-pagebar span {
    display: inline-block;
    min-width: 28px;
    height: 28px;
    margin: 0 2px 4px;
    padding: 0 8px;
    color: #666;
    line-height: 27px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 2px;
}

.m-pagebar .a1,
.m-pagebar .current {
    color: #fff;
    border-color: #ff5722;
    background: #ff5722;
}

.m-empty {
    padding: 16px 0;
    color: #999;
    text-align: center;
}

.m-footer {
    padding: 18px 12px 24px;
    color: #999;
    text-align: center;
    background: #eee;
}

.m-footer-links {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 8px;
}

.m-footer-links a {
    color: #666;
}

.m-footer p {
    margin: 0;
    font-size: 12px;
}

@media (max-width: 360px) {
    .m-head-main {
        gap: 8px;
        padding: 0 10px;
    }

    .m-logo {
        font-size: 22px;
    }

    .m-app-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .m-news-card .thumb {
        flex-basis: 90px;
        height: 60px;
    }

    .m-info-table {
        grid-template-columns: 1fr;
    }

    .m-new-dynamic {
        padding-left: 10px;
        padding-right: 10px;
    }

    .m-ribbon-title span {
        width: 86%;
    }

    .m-timeline-list {
        padding-left: 34px;
    }

    .m-timeline-item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 6px;
    }

    .m-time-no {
        font-size: 24px;
    }

    .m-time-body h3 {
        font-size: 16px;
    }

    .m-time-summary img {
        flex-basis: 82px;
        width: 82px;
        height: 50px;
    }

    .m-time-summary p {
        font-size: 14px;
        line-height: 25px;
    }
}
