@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
}

/* upsOverview */
.poster {
    background: #fff;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(28, 56, 126, 0.08);
}

#hero {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 22px;
}

.hero-left {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.logo {
    width: 66px;
    height: 66px;
    border-radius: 16px;
    background: #1f66e5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-shadow: 0 8px 18px rgba(31, 102, 229, 0.25);
}

.logo img {
    width: 36px ;
    height: 36px ;
    fill: #fff;
}

.hero-text h1 {
    margin: 0;
    font-size: 54px;
    line-height: 0.98;
    letter-spacing: -1px;
    color: #0f172a;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-text p {
    margin: 18px 0 0;
    font-size: 20px;
    line-height: 1.5;
    color: #334155;
}

.hero-right {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-right img {
    position: relative;
/*    width: 220px;*/
    max-width: 100%;
    height: auto;
    z-index: 1;
    filter: drop-shadow(0 14px 22px rgba(15, 23, 42, 0.18));
}

/* 精确控制在 1200px */
@media screen and (min-width: 1190px) and (max-width: 1210px) {
    .hero-right {
        width: 450px;
        max-width: 100%;
    }
    
    .hero-right img {
        width: 100%;
        max-width: 420px;
    }
}

.circle {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 102, 229, 0.10) 0%, rgba(31, 102, 229, 0.05) 45%, rgba(255, 255, 255, 0) 70%);
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.card {
    background: #fff;
    border-radius: 18px;
    padding: 22px 22px 18px;
    margin-top: 18px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.card-title {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    color: #0f172a;
}

.overview-text {
    margin: 0;
    padding-left: 58px;
    max-width: 760px;
    font-size: 18px;
    line-height: 1.8;
    color: #334155;
}

.features {
    margin: 0;
    padding: 0 0 0 58px;
    list-style: none;
}

.features li {
    position: relative;
    padding: 14px 0 14px 28px;
    font-size: 17px;
    line-height: 1.6;
    color: #334155;
    border-bottom: 1px solid #eef2f7;
}

.features li:last-child {
    border-bottom: none;
}

.features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 14px;
    color: #1f66e5;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 900px) {
	
    .poster {
        padding: 20px;
    }

    #hero {
        grid-template-columns: 1fr;
    }

    .hero-right {
        min-height: 180px;
    }

    .hero-text h1 {
        font-size: 40px;
    }

    .hero-text p {
        font-size: 17px;
    }

    .overview-text,
    .features{
        padding-left: 0;
    }

}

@media (max-width: 520px) {
    .page {
        padding: 8px;
    }

    .poster {
        padding: 16px;
        border-radius: 18px;
    }

    .hero-left {
        gap: 14px;
    }

    .logo {
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }

    .logo img {
        width: 28px;
        height: 28px;
    }

    .hero-text h1 {
        font-size: 30px;
    }

    .hero-text p {
        font-size: 15px;
        margin-top: 12px;
    }

/*
    .hero-right img {
        width: 170px;
    }
*/

    .card {
        padding: 18px 16px;
    }

    .card-title {
        font-size: 20px;
    }

    .overview-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .features li {
        font-size: 14px;
        padding: 12px 0 12px 24px;
    }

}

@media (max-width: 380px) {
    .page {
        padding: 6px;
    }

    .poster {
        padding: 14px;
        border-radius: 16px;
    }

    .hero-left {
        gap: 12px;
    }

    .logo {
        width: 34px;
        height: 34px;
        border-radius: 14px;
    }

    .logo img {
        width: 26px;
        height: 26px;
    }

    .hero-text h1 {
        font-size: 22px;
    }

    .hero-text p {
        font-size: 10px;
        margin-top: 8px;
    }

/*
    .hero-right img {
        width: 140px;
    }
*/

    .card {
        padding: 16px 14px;
    }

    .card-title {
        font-size: 16px !important;
    }

    .overview-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .features li {
        font-size: 12px;
        padding: 12px 0 12px 24px;
    }

}



/* upsSpecifications */

body {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    background: linear-gradient(180deg, #eef5ff 0%, #f7faff 100%);
    color: #1f2937;
    line-height: 1.6;
}

.hero {
    display: grid;
    grid-template-columns: 120px 1fr 260px;
    gap: 18px;
    align-items: center;
    padding: 22px;
    background: linear-gradient(90deg, rgba(13, 77, 179, .08), rgba(255, 255, 255, .95));
    position: relative;
}

.hero h1 {
    margin: 0;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.08;
    letter-spacing: 1px;
    color: #111827;
}

.hero p {
    margin: 10px 0 0;
    font-size: clamp(14px, 2vw, 18px);
    color: #334155;
    font-weight: 600;
}

.logo-box {
    width: 96px;
    height: 96px;
    border-radius: 14px;
    background: linear-gradient(180deg, #1f6fe5, #0b4bb2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 10px 24px rgba(14, 79, 182, .25);
    flex-shrink: 0;
}

.logo-box img {
    width: 52px !important;
    height: 52px !important;
    opacity: .95 !important;
}

.model-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    background: #1e66d0;
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 12px;
    box-shadow: 0 8px 18px rgba(30, 102, 208, .18);
}

.product-visual {
    width: 100%;
    min-height: 120px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, #2a2f38 0%, #111827 100%);
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.product-visual::before {
    content: "";
    position: absolute;
    left: 12%;
    top: 16%;
    width: 76%;
    height: 62%;
    border-radius: 8px;
    background: linear-gradient(180deg, #2d3642, #0d1117);
    transform: perspective(520px) rotateX(15deg);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .35);
}

.product-visual::after {
    content: "";
    position: absolute;
    left: 16%;
    bottom: 14%;
    width: 18%;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    box-shadow: 26px 0 0 rgba(255, 255, 255, .12), 52px 0 0 rgba(255, 255, 255, .12);
}

.section {
    margin-top: 16px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid #e5eaf2;
    border-radius: 18px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .04);
    overflow: hidden;
}

.section-hd {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px 10px;
    font-weight: 800;
    font-size: 20px;
    color: #111827;
}

.sec-icon {
    width: 42px;
    height: 42px;
    border-radius: 12%;
    background: linear-gradient(180deg, #1e66d0,  #0d4db3);
    display: grid;
    place-items: center;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(13, 77, 179, .15);
}

.sec-icon img {
    width: 18px !important;
    height: 18px !important;
}

.section-body {
    padding: 0 18px 18px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.kv {
    background: linear-gradient(180deg, #fbfdff, #f7faff);
    border: 1px solid #edf2fb;
    border-radius: 14px;
    padding: 12px 14px;
    min-height: 70px;
}

.kv .k {
    font-size: 13px;
    color: #0d4db3;
    font-weight: 700;
    margin-bottom: 6px;
}

.kv .v {
    font-size: 14px;
    color: #1f2937;
    font-weight: 600;
    word-break: break-word;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: #fbfdff;
    border: 1px solid #eef3fb;
    border-radius: 14px;
    padding: 11px 14px;
    min-height: 48px;
}

.check {
    color: #1e66d0;
    font-weight: 900;
    line-height: 1;
    margin-top: 2px;
    flex-shrink: 0;
}

/* 响应式 */
@media (max-width: 980px) {
    .hero {
        grid-template-columns: 92px 1fr;
    }

    /* .hero-right, */
	.hero-right1
	{
        grid-column: 1 / -1;
    }

}

@media (max-width: 720px) {

    .hero {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .logo-box {
        width: 74px;
        height: 74px;
    }

    .content {
        padding: 2px 10px 10px;
    }

    .section-hd {
        font-size: 17px;
        padding: 14px 14px 8px;
    }

    .section-body {
        padding: 0 14px 14px;
    }

    .grid-2,
    .feature-list,
    .bullets {
        grid-template-columns: 1fr;
    }
}
