html,
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
:root {
    --bg: #0A0F1C;
    --bg-2: #0E1628;
    --surface: rgba(255, 255, 255, 0.045);
    --surface-2: rgba(255, 255, 255, 0.070);
    --border: rgba(255, 255, 255, 0.10);
    --border-2: rgba(255, 255, 255, 0.14);
    --text: rgba(255, 255, 255, 0.92);
    --text-2: rgba(255, 255, 255, 0.70);
    --text-3: rgba(255, 255, 255, 0.52);
    --shadow: 0 26px 80px rgba(0, 0, 0, 0.55);
    --shadow-2: 0 14px 44px rgba(0, 0, 0, 0.40);
    --radius: 18px;
    --accent: #3B82F6;
    --accent-2: #60A5FA;
    --accent-soft: rgba(59, 130, 246, 0.22);
    --accent-soft-2: rgba(96, 165, 250, 0.18);
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 12px;
    color: var(--text);
    background-color: var(--bg);
    background-image: radial-gradient(1050px circle at 12% 0%, rgba(59, 130, 246, 0.25), transparent 60%), radial-gradient(900px circle at 92% 18%, rgba(96, 165, 250, 0.20), transparent 62%), radial-gradient(920px circle at 50% 120%, rgba(255, 255, 255, 0.06), transparent 60%), linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px), linear-gradient(0deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
    background-size: auto, auto, 34px 34px, 34px 34px;
    background-position: 0 0, 0 0, 0 0, 0 0;
    color-scheme: dark;
}

body,
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
    border: none;
    background: none;
    outline: 0;
}

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

ul,
li {
    list-style: none;
}

strong,
b,
em {
    font-weight: normal;
    font-style: normal;
}

.btn {
    display: block;
    width: 100%;
    padding: 4px 15px;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.98), rgba(96, 165, 250, 0.92));
    border: 1px solid rgba(96, 165, 250, 0.30);
    border-radius: 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.96);
    font-size: 14px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(59, 130, 246, 0.22);
    letter-spacing: 0.2px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.btn i {
    width: .3rem;
    height: .3rem;
    text-indent: -99999px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -.06rem .1rem 0 .1rem;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid rgba(225, 225, 225, .2);
    border-right-color: rgba(255, 255, 255, 0.92);
    overflow: hidden;
    animation: three-quarters-loader 700ms infinite cubic-bezier(0, 0, .75, .91);
}

.btn.grey {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.76);
    box-shadow: none;
}

.step3 em {
    display: none;
}

.download-loading {
    position: relative;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
    width: 100px !important;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.40);
}

.download-loading i {
    display: none;
}

.download-loading span {
    position: relative;
    z-index: 1;
}
.download-loading span b {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 50px;
}
.download-loading em {
    display: block;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.95), rgba(96, 165, 250, 0.90));
}

@keyframes three-quarters-loader {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg)
    }
}

.btn-mini {
    display: inline-block;
    width: auto;
}

.clr:after {
    display: table;
    clear: both;
    overflow: hidden;
}

.clr {
    zoom: 1;
}
.blue-color {
    color: rgba(96, 165, 250, 0.95) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}
/* banner */
.contain-page {
    max-width: 980px;
    margin: 0 auto;
    padding: 18px 0 34px;
}

.page-shell {
    width: 100%;
}

.page-main {
    width: 92%;
    max-width: 980px;
    margin: 0 auto;
}

.lang-switch {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
}

.lang-switch .lang-btn {
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--text-2);
    font-size: 12px;
    letter-spacing: 0.2px;
    cursor: pointer;
}

.lang-switch .lang-btn[aria-pressed="true"] {
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.30), rgba(96, 165, 250, 0.22));
    border-color: rgba(96, 165, 250, 0.30);
    color: rgba(255, 255, 255, 0.92);
}

.hero-card {
    position: relative;
    background: linear-gradient(180deg, var(--surface-2), var(--surface));
    border: 1px solid var(--border);
    border-radius: 26px;
    box-shadow: var(--shadow);
    overflow: hidden;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.hero-card:before {
    content: "";
    position: absolute;
    inset: -2px;
    background: radial-gradient(700px circle at 14% 10%, rgba(59, 130, 246, 0.26), transparent 60%), radial-gradient(600px circle at 88% 30%, rgba(96, 165, 250, 0.22), transparent 60%);
    pointer-events: none;
}

.hero-card > * {
    position: relative;
}

.content-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.app-banner {
    display: none;
}

.app-banner img {
    display: block;
    width: 100%;
    height: 4rem;
}

/* info */
.app-info {
    display: flex;
    padding: 22px 18px 12px;
    width: auto;
    margin: 0;
    background: transparent;
}

.app-logo {
    width: clamp(72px, 24vw, 96px);
    margin-right: 14px;
}

.app-logo img {
    display: block;
    width: 100%;
    border-radius: 18px;
    box-shadow: var(--shadow-2);
    border: 1px solid var(--border);
}

.app-info-rig {
    flex: 1;
}

.app-info-rig strong {
    display: block;
    margin-top: 4px;
    margin-left: 0;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.2px;
}

.app-info-rig p {
    margin: .3em 0 0 0;
    font-size: 14px;
    color: var(--text-2);
}
.app-info-rig .clr {
    margin-top: 14px;
}
.arouse {
    float: right;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    color: rgba(96, 165, 250, 0.95);
}
.arouse b {
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	line-height:20px;
	margin:-2px 5px 0 0;
	text-align:center;
	background: linear-gradient(180deg, rgba(59, 130, 246, 0.98), rgba(96, 165, 250, 0.92));
    color: rgba(255, 255, 255, 0.96);
	border-radius:100%;
	
}
/* 评价 */
.app-show {
    display: flex;
    padding: 14px 18px 18px;
    width: auto;
    margin: 0;
    background: transparent;
    border-top: 1px solid var(--border);
    color: var(--text-2);
}

.app-score {
    flex: 1;
    padding: 12px 12px;
    border-radius: 18px;
    background: linear-gradient(180deg, var(--accent-soft), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(96, 165, 250, 0.20);
}

.app-score strong,
.app-age strong {
    font-size: 16px;
    font-weight: bold;
}

.app-score p,
.app-age p {
    color: var(--text-3);
    font-size: 12px;
}

.app-score img {
    width: 80px;
    margin-left: 5px;
    opacity: 0.92;
}

.app-age {
    min-width: 92px;
    padding: 12px 12px;
    text-align: right;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.10);
}


/* intro */
.app-intro,.comment-box,.information-box {
    margin: 0;
    padding: 18px 18px;
    width: auto;
    background: linear-gradient(180deg, var(--surface-2), var(--surface));
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: var(--shadow);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.app-title {
    margin-bottom: .85em;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.app-intro-con {
    position: relative;
    line-height: 1.8;
    font-size: 14px;
    height: 5.4em;
    overflow: hidden;
}

.app-intro-con.open {
    height: auto;
}

.app-intro-con span {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 1em;
    background: transparent;
    color: var(--text);
}

/* 过程 */
.app-flow {
    display: none;
    margin: .5rem .4rem 0;
}

.appSteps {
    position: relative;
    counter-reset: step;
    margin: .4rem 0 .5rem;
    display: flex;
}

.appSteps li {
    list-style-type: none;
    font-size: 0.9rem;
    text-align: center;
    width: 50%;
    position: relative;
    float: left;
    color: var(--text-3);
}

.appSteps li .step {
    display: block;
    width: .54rem;
    height: .54rem;
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    line-height: .54rem;
    border-radius: 100%;
    font-size: .32rem;
    color: var(--text);
    text-align: center;
    font-weight: 700;
    margin: 0 auto .16rem;
}

.appSteps li p {
    font-size: .24rem;
}

.appSteps li::after {
    content: '';
    width: 60%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.18);
    position: absolute;
    left: -30%;
    top: .27rem;
    z-index: -1;
}

.appSteps li:first-child::after {
    display: none;
}

.appSteps.step01 li:nth-of-type(1) .step {
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.98), rgba(96, 165, 250, 0.92));
    border-color: rgba(96, 165, 250, 0.30);
    color: rgba(255, 255, 255, 0.96);
}

.appSteps.step02 li:nth-of-type(1) .step {
    background-color: rgba(255, 255, 255, 0.12);
    text-indent: -9999px;
    position: relative;
}

.appSteps.step02 li:nth-of-type(2) .step {
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.98), rgba(96, 165, 250, 0.92));
    border-color: rgba(96, 165, 250, 0.30);
    color: rgba(255, 255, 255, 0.96);
}

.appSteps.step02 li:nth-of-type(2)::after {
    background-color: rgba(255, 255, 255, 0.18);
}

.appSteps.step02 li:nth-of-type(1) .step::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .26rem;
    height: .21rem;
    background-image: url("../images/gou.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
}

.appSteps.step03 li:nth-of-type(1) .step {
    background-color: rgba(255, 255, 255, 0.12);
    text-indent: -9999px;
    position: relative;
}

.appSteps.step03 li:nth-of-type(2) .step {
    background-color: rgba(255, 255, 255, 0.12);
    text-indent: -9999px;
    position: relative;
}

.appSteps.step03 li:nth-of-type(3) .step {
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.98), rgba(96, 165, 250, 0.92));
    border-color: rgba(96, 165, 250, 0.30);
    color: rgba(255, 255, 255, 0.96);
}

.appSteps.step03 li:nth-of-type(2)::after {
    background-color: rgba(255, 255, 255, 0.18);
}

.appSteps.step03 li:nth-of-type(3)::after {
    background-color: rgba(255, 255, 255, 0.18);
}

.appSteps.step03 li:nth-of-type(1) .step::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .26rem;
    height: .21rem;
    background-image: url("../images/gou.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
}

.appSteps.step03 li:nth-of-type(2) .step::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .26rem;
    height: .21rem;
    background-image: url("../images/gou.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
}

.appSteps.step04 li:nth-of-type(1)::after,
.appSteps.step04 li:nth-of-type(2)::after,
.appSteps.step04 li:nth-of-type(3)::after {
    background-color: rgba(255, 255, 255, 0.18);
}

.appSteps.step04 li:nth-of-type(1) .step,
.appSteps.step04 li:nth-of-type(2) .step,
.appSteps.step04 li:nth-of-type(3) .step {
    background-color: rgba(255, 255, 255, 0.12);
    text-indent: -9999px;
    position: relative;
}

.appSteps.step04 li:nth-of-type(1) .step::after,
.appSteps.step04 li:nth-of-type(2) .step::after,
.appSteps.step04 li:nth-of-type(3) .step::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .26rem;
    height: .21rem;
    background-image: url("../images/gou.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
}

/* 引导 */
.app-guide {
    display: none;
    margin: .85rem .3rem 1rem .1rem;
}

.app-guide img {
    display: block;
    width: 100%;
}

.app-guide li {
    margin-top: .3rem;
}

.app-guide p {
    margin: .15rem .1rem 0 .3rem;
}

.app-guide p em {
    font-weight: bold;
}

/* 评分及评论 */
.comment-con {
    display: flex;
}

.comment-left {
    flex: 1;
}

.comment-left strong {
    font-size: 60px;
    line-height: 43px;
    color: var(--text);
    font-weight: bold;
}

.comment-left p {
    width: 91px;
    text-align: center;
    color: var(--text-3);
    margin-top: 10px;
}

.comment-star-list li {
    line-height: 1;
}
.comment-right {
    width: 63.38308%;
}
.comment-right p {
    margin-top: 5px;
    color: var(--text-3);
    text-align: right;
}

.comment-star,
.comment-progress {
    display: inline-block;
    vertical-align: middle;
}

.comment-star {
    position: relative;
    width: 46px;
    height: 7px;
}

.comment-star img {
    display: block;
    width: 100%;
    height: 100%;
}

.comment-star div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.08);
}

.comment-progress {
    position: relative;
    width: calc(100% - 56px);
    height: 2px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 2px;
}

.comment-progress div {
    position: absolute;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.95), rgba(96, 165, 250, 0.90));
    border-radius: 2px;
}

.comment-star-list li:nth-child(1) .comment-progress div {
    width: 90%;
}

.comment-star-list li:nth-child(2) .comment-progress div {
    width: 10%;
}

.comment-star-list li:nth-child(2) .comment-star div {
    width: 20%;
}

.comment-star-list li:nth-child(3) .comment-star div {
    width: 40%;
}

.comment-star-list li:nth-child(4) .comment-star div {
    width: 60%;
}

.comment-star-list li:nth-child(5) .comment-star div {
    width: 80%;
}

/* 信息 */


.information-list li {
    display: flex;
    line-height: 3.5;
    border-bottom: 1px solid var(--border);
    ;
}

.information-list li .l {
    color: var(--text-2);
}

.information-list li .r {
    flex: 1;
    text-align: right;
}
.information-list li .r p {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    line-height: 1.2;
}
.information-list li:last-child {
    border: none;
}

/* 展开 */
.open-btn {
    float: right;
    font-size: .26rem;
    line-height: .48rem;
    color: rgba(96, 165, 250, 0.95);
}

.hidden {
    display: none;
}

.mask {
    z-index: 2;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(10, 15, 28, 0.55);
}

.mask img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.anzhuomask {
    z-index: 2;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(10, 15, 28, 0.55);
}

.anzhuomask img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.disclaimer {
    margin-top: 14px;
    padding: 16px 18px;
    color: var(--text-3);
    background: linear-gradient(180deg, var(--surface-2), var(--surface));
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: var(--shadow);
}

@media (min-width: 920px) {
    .page-main {
        width: 86%;
    }

    .hero-card {
        display: grid;
        grid-template-columns: 1.25fr 0.75fr;
    }

    .app-info {
        padding: 28px 26px;
    }

    .app-show {
        border-top: none;
        border-left: 1px solid var(--border);
        padding: 28px 26px;
        flex-direction: column;
        gap: 14px;
        align-items: stretch;
    }

    .app-age {
        text-align: left;
    }

    .content-grid {
        grid-template-columns: 1.15fr 0.85fr;
        align-items: start;
    }
}
/* 弹框流程 */
.mask-box {
    z-index: 2;
    position: relative;
    display: none;
}

.mask-colsed {
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
}

.mask-colsed img {
    display: block;
    width: 100%;
}

.mask-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(10, 15, 28, 0.70)
}

.mask-pop {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 300px;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}
.video-pop {
    width: 250px;
    background:none;
	overflow:visible;
}
.video-pop .prism-player {
    background:none;
}
.video-pop .mask-colsed {
	right: -25px;
	top:0;
}
.video-pop #video {
    display: block;
    width: 100%;
}
/*  */
.copy-url-img {
    display: block;
    width: 100%;
}

.copy-url {
    position: relative;
    margin: 20px 30px;
    height: 36px;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    overflow: hidden;
}

.copy-url input {
    padding-left: 20px;
    color: var(--text-2);
}

.copy-url button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.98), rgba(96, 165, 250, 0.92));
    color: rgba(255, 255, 255, 0.96);
    border-radius: 0 18px 18px 0;
}

/*  */
.file-info {
    display: block;
    margin: 30px 0 20px;
    font-size: 14px;
    color: rgba(96, 165, 250, 0.95);
    text-align: center;

}

.file-box {
    z-index: 2;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 70%;
    max-width: 300px;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
    border: 1px solid var(--border);
    border-radius: 20px;
    box-shadow: var(--shadow);

}

.file-box h3 {
    text-align: center;
    font-size: 16px;
    color: var(--text);

}

.file-con {
    margin: 20px 0;
    font-size: 14px;
    color: var(--text-2);
}

.file-con strong {
    display: block;
    margin-top: 20px;
    color: var(--text);
}

.file-con p {
    margin-top: 8px;
}

.colsed-btn {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.98), rgba(96, 165, 250, 0.92));
    border: 1px solid rgba(96, 165, 250, 0.30);
    border-radius: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.96);
    text-align: center;
}

/* swiper */
.swiper-container {
    width: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-slide p {
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
    color: var(--text-2);
}

.mask-pop .swiper-container .swiper-pagination {
    position: static;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.18);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.95), rgba(96, 165, 250, 0.90));

}

/* 加载框 */
.loading-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(10, 15, 28, 0.70)
}

.loading-box span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.8rem 0 0 -.8rem;
    width: 1.6rem;
    height: 1.6rem;
    box-sizing: border-box;
    border-radius: 100%;
    border: .08rem solid rgba(255, 255, 255, 0.18);
    border-right-color: rgba(59, 130, 246, 0.92);
    overflow: hidden;
    animation: three-quarters-loader 700ms infinite cubic-bezier(0, 0, .75, .91);
}
/* 电脑展示 */
.pc-box {
    display: none;
    text-align: center;
    padding: 70px 18px 44px;
}
.pc-box .info {
    font-size: 16px;
    font-weight: bold;
    color: var(--text-2);
}
.pc-logo {
    width: 160px;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px auto 0;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}
.pc-logo img {
    display: block;
    width: 100%;
}
.pc-box > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--text);
}
.pc-box .code {
    width: 231px;
    height: 231px;
}
/* 图片展示 */
.imgs-box {
    width: 87.5%;
    margin: 0 auto 20px;
}
.imgs-box .swiper-slide {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
    margin: 0;
    margin-right: 3.3vw;
    padding: 0;
    padding-bottom: .75em;
    white-space: normal;
    font-size: 12px;  
}
.imgs-box .swiper-slide img {
    display: block;
    width: auto;
    height: auto;
    min-width: 52vw;
    max-width: 82vw;
    max-height: 65vh;
    border-radius: 10px;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
