:root {
    --srs-blue: #152ad3;
    --srs-muted: #6a7282
}

.srs-about-brand {
    font-weight: 800;
    font-size: 17px;
    line-height: 1;
    color: #101828
}

.srs-about-brand b {
    color: var(--srs-blue);
    margin-right: 2px
}

.srs-about-brand small {
    display: block;
    margin-top: 4px;
    font-size: 9px;
    letter-spacing: 5px;
    text-align: center;
}

.srs-about-brand--light {
    color: #fff;
}

.srs-about-hero {
    min-height: 800px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #061e66 url(../img/about/herobg.jpg) center center no-repeat;
}

.srs-about-hero img{
	    width: 360px;
	margin-top:-60px;
}


.srs-about-company {
    padding: 110px 8.33vw 60px;
}

.srs-about-company__inner {
    max-width: 1600px;
    margin: auto;
    display: grid;
    grid-template-columns: 657px 760px;
    justify-content: space-between;
    gap: 60px
}

.srs-about-company h1,
.srs-about-history h2,
.srs-about-culture h2,
.srs-about-awards h2,
.srs-home-partners h2,
.srs-solution-contact h2 {
    margin: 0;
    font-size: 45px;
    line-height: 1.2
}

.srs-solution-contact h2 {
    text-align: center;
}

.srs-about-company__lead {
    margin: 38px 0 20px;
    font-size: 24px;
    line-height: 36px
}

.srs-about-company__copy>p:last-child {
    margin: 0;
    color: rgba(29, 29, 29, .8);
    font-size: 21px;
    line-height: 32px
}

.srs-about-company figure {
    width: 760px;
    height: 440px;
    margin: 0;
    overflow: hidden
}

.srs-about-company figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.srs-about-company__metrics {
    max-width: 1520px;
    margin: 100px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.srs-about-company__metrics article {
    text-align: center;
    position: relative
}

.srs-about-company__metrics article+article:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 1px;
    height: 65px;
    background: #d9dde4
}

.srs-about-company__metrics strong {
    display: block;
    color: var(--srs-blue);
    font-size: 48px;
    line-height: 1;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.srs-about-company__metrics span {
    display: block;
    margin-top: 16px;
    color: var(--srs-muted);
    font-size: 24px
}

.srs-about-history {
    padding-top: 60px;
    padding-bottom: 140px;
    overflow: hidden
}

.srs-about-history h2 {
    text-align: center
}

.srs-about-history__stage {
    height: 540px;
    margin-top: 0px;
    position: relative;
    display: flex;
    align-items: center
}

.srs-about-history__viewport {
    width: 1400px;
    max-width: calc(100% - 300px);
    margin: auto;
    overflow: hidden;
    touch-action: pan-y;
    cursor: grab
}

.srs-about-history__viewport.is-dragging {
    cursor: grabbing
}

.srs-about-history__track {
    display: flex;
    will-change: transform
}

.srs-about-history__track article {
    min-width: 100%;
    height: 480px;
    display: grid;
    grid-template-columns: 660px 1fr;
    align-items: end;
    gap: 98px;
    padding: 0 0 20px
}

.srs-about-history__media {
    height: 410px;
    overflow: hidden;
    position: relative;
}

.srs-about-history__media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.srs-about-history__copy {
    height: 410px;
    position: relative;
    padding-top:80px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 20%)
}

.srs-about-history__copy strong {
    /* color: #2a8fda; */
    background: linear-gradient(to bottom, var(--srs-blue), #5DA9E0);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 72px;
    line-height: 1;
    margin-bottom: 50px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.srs-about-history__copy p {
    font-size: 24px;
    line-height: 1.6
}

.srs-about-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 64px;
    height: 64px;
    border: 0;
    border-radius: 50%;
    background: #f7f7f8;
    font-size: 42px;
    line-height: 1;
    color: #111;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.srs-about-arrow--prev {
    left: 10.2vw
}

.srs-about-arrow--next {
    right: 10.2vw
}

.srs-about-history__timeline {
    height: 167px;
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 0 11%;
    position: relative
}

.srs-about-history__timeline:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    height: 1px;
    background: #E7E7E7;
}

.srs-about-history__timeline button {
    position: relative;
    border: 0;
    background: none;
    padding: 0 8px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    color: #9da4b1;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer
}

.srs-about-history__timeline i {
    height: 64px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-size: 38px;
    margin-bottom: 8px;
    color: #111
}

.srs-about-history__timeline b {
    position: relative;
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #e3e3e3
}

.srs-about-history__timeline span {
    padding-top: 6px;
}

.srs-about-history__timeline button.is-active {
    color: var(--srs-blue)
}

.srs-about-history__timeline button.is-active i {
    color: var(--srs-blue)
}

.srs-about-history__timeline i img {
    display: block;
    height: 64px;
    width: auto;
    transition: filter .3s ease
}

.srs-about-history__timeline button:hover i img,
.srs-about-history__timeline button.is-active i img {
    filter: invert(32%) sepia(71%) saturate(1105%) hue-rotate(209deg) brightness(78%) contrast(161%)
}

.srs-about-history__timeline button.is-active b {
    width: 28px;
    height: 28px;
    border: 1px solid var(--srs-blue);
    background: #fff;
    margin-bottom: -12px;
}

.srs-about-history__timeline button.is-active b:after {
    content: "";
    position: absolute;
    inset: 9px;
    border-radius: 50%;
    background: var(--srs-blue)
}

.srs-about-culture {
    height: 960px;
    padding-top: 80px;
    color: #fff;
    background: url('../img/about/culture-mountain.png') center 0px no-repeat, linear-gradient(180deg, #49a0df 0%, #fff 100%), #5DA9E0;
}

.srs-about-culture header,
.srs-about-awards header {
    text-align: center
}

.srs-about-culture header p,
.srs-about-awards header p {
    margin: 8px 0 0;
    font-size: 24px
}

.srs-about-culture__cards {
    max-width: 1600px;
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.srs-about-culture__cards article {
    height: 280px;
    padding: 40px 30px;
    text-align: center;
    background: linear-gradient(180deg, #2A8FDA 0%, rgba(42, 143, 218, 0) 100%);
}

.srs-about-culture__cards i {
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.srs-about-culture__cards i img {
    height: 70px;
}

.srs-about-culture__cards h3 {
    margin: 18px 0 8px;
    font-size: 28px
}

.srs-about-culture__cards p {
    margin: 0;
    font-size: 21px;
    line-height: 32px
}

.srs-about-awards {
    padding-top: 110px;
    padding-bottom: 120px;
    background: #f5f6f8
}

.srs-about-awards header p {
    color: #898f9b
}

.srs-about-awards__viewport {
    width: 1600px;
    max-width: calc(100% - 80px);
    margin: 62px auto 0;
    overflow: hidden;
    /* pan-y keeps vertical page scroll native while horizontal drags reach the
       swipe handler instead of being swallowed as a browser scroll gesture. */
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
    cursor: grab;
}

.srs-about-awards__track {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 400px);
    grid-auto-columns: 25%;
    row-gap: 30px;
    will-change: transform
}

.srs-about-awards__controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 56px
}

.srs-about-awards__controls button {
    width: 55px;
    height: 55px;
    border: 1px solid #888E9B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    font-size: 34px;
    cursor: pointer
}

.srs-about-awards__controls button img {
    height: 16px;
}

.srs-about-awards__controls button:hover {
    border-color: var(--srs-blue);
    background: var(--srs-blue);
    color: #fff
}

.srs-about-awards__controls button:hover img {
    filter: invert(100%);
}

.srs-about-awards__dots {
    display: flex;
    gap: 8px
}

.srs-about-awards__dots button {
    width: 8px;
    height: 8px;
    border: 0;
    padding: 0;
    background: #bcc0c6;
}

.srs-about-awards__dots button.is-active {
    width: 28px;
    border-radius: 4px;
    background: var(--srs-blue);
}


@media(max-width:1480px) {
	.srs-about-company__metrics{
		margin-top:80px;
	}
	.srs-about-company figure {
		width: 560px;
		height: auto;
	}
	.srs-about-company__inner {
		grid-template-columns: 1fr 1fr;
	}
	.srs-about-company__lead {
		margin: 30px 0 20px;
		font-size: 21px;
		line-height: 1.6;
	}
	.srs-about-company__copy>p:last-child{
		font-size: 18px;
	}
	
	.srs-about-company__metrics strong {
		font-size: 42px;
	}
	.srs-about-company__metrics span {
		font-size:18px;
	}
	.srs-about-history__copy strong {
		font-size: 64px;
		margin-bottom: 40px;
	}
	.srs-about-history__copy p {
		font-size: 21px;
		line-height: 1.5;
	}
	.srs-about-arrow--prev {
		left: 3.2vw;
	}
	.srs-about-arrow--next {
		right: 3.2vw;
	}
	.srs-about-history__timeline button {
		gap: 8px;
		color: #9da4b1;
		font-size: 21px;
	}
	.srs-about-history__timeline:after {
		bottom: 44px;
	}
	.srs-about-history__timeline i img {
		height: 48px;
	}
	
	.srs-about-culture {
		height: 760px;
	}
	.srs-about-culture__cards {
		grid-template-columns: repeat(3, 1fr);
		gap: 32px;
		padding: 0px 80px;
	}
	
}
@media(max-width:1200px) {
    .srs-about-company {
        height: auto;
        padding-bottom: 90px
    }

    .srs-about-company__inner {
        grid-template-columns: 1fr 1fr
    }

    .srs-about-company figure {
        width: 100%
    }

    .srs-about-history__track article {
        grid-template-columns: 1fr 1fr
    }

    .srs-about-culture__cards {
        margin-left: 30px;
        margin-right: 30px
    }

    .srs-about-awards__track {
        grid-auto-columns: 50%
    }

}

@media(max-width:767px) {
    .srs-about-hero {
        height: 50vw;
        min-height: 320px;
        background-size: cover;
    }

    .srs-about-hero img {
        width:auto;
        height: 54px;
    }

    .srs-about-company {
        padding: 60px 20px
    }

    .srs-about-company__inner {
        display: block
    }


    .srs-about-company h1,
    .srs-about-history h2,
    .srs-about-culture h2,
    .srs-about-awards h2,
    .srs-home-partners h2,
    .srs-solution-contact h2 {
        font-size: 32px;
    }

    .srs-about-company__lead {
        font-size: 19px;
        line-height: 1.7
    }

    .srs-solution-contact__form {
        margin-top: 40px;
    }

    .srs-solution-contact__fields {
        gap: 12px 20px;
    }

    .srs-about-company__metrics article+article:before {
        display: none;
    }

    .srs-about-company__copy>p:last-child {
        font-size: 16px;
        line-height: 1.8
    }

    .srs-about-history__timeline:after {
        bottom: 48px;
        width: 200%;
    }

    .srs-about-company figure {
        height: 56vw;
        margin-top: 35px
    }

    .srs-about-company__metrics {
        margin-top: 55px;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 0
    }

    .srs-about-company__metrics article:nth-child(3):before {
        display: none
    }

    .srs-about-company__metrics strong {
        font-size: 32px;
    }

    .srs-about-company__metrics span {
        font-size: 17px
    }

    .srs-about-history {
        height: auto;
        padding: 70px 0
    }

    .srs-about-history__stage {
        height: auto;
        margin-top: 20px
    }

    .srs-about-history__viewport {
        max-width: calc(100% - 40px);
        width: auto
    }

    .srs-about-history__track article {
        height: 470px;
        display: block;
        padding: 0
    }

    .srs-about-history__media {
        height: 58vw
    }

    .srs-about-history__copy {
        height: auto;
        padding: 26px 10px 0
    }

    .srs-about-history__copy strong {
        position: static;
        display: block;
        left: auto;
        top: auto;
        font-size: 42px;
        line-height: 1.1;
        color: var(--srs-blue)
    }

    .srs-about-history__copy p {
        margin-top: 12px;
        font-size: 17px
    }

    .srs-about-arrow {
        display: none
    }

    .srs-about-history__timeline {
        height: 150px;
        display: flex;
        overflow-x: auto;
        padding: 0 25px
    }

    .srs-about-history__timeline button {
        min-width: 104px;
        font-size: 18px
    }

    .srs-about-culture {
        height: auto;
        background: url(../img/about/culture-mountain-h5.png) center 20% / 100% auto no-repeat,
            linear-gradient(180deg, #49a0df 0%, #fff 100%), #5DA9E0;
        padding: 70px 20px 280px;
    }

    .srs-about-culture header p,
    .srs-about-awards header p {
        font-size: 18px
    }

    .srs-about-culture__cards {
        margin: 40px 0 0;
        grid-template-columns: 1fr;
        gap: 15px
    }

    .srs-about-culture__cards article {
        height: 180px;
        padding: 20px;
    }

    .srs-about-culture__cards i img {
        height: 64px;
    }

    .srs-about-culture__cards p {
        margin: 0;
        font-size: 21px;
        line-height: 32px;
    }

    .srs-about-culture__cards h3 {
        margin: 12px 0 8px;
        font-size: 24px;
    }

    .srs-about-awards {
        height: auto;
        padding: 70px 0
    }

    .srs-about-awards__viewport {
        max-width: calc(100% - 32px);
        margin-top: 42px
    }

    .srs-about-awards__track {
        grid-auto-columns: 100%;
        grid-template-rows: repeat(2, 300px);
        row-gap: 20px
    }


}

/* Awards: flat cards flow into 2-row columns via CSS Grid (one parent layer per card). */

.srs-about-awards__card {
    height: 400px;
    margin: 0 15px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden
}

.srs-about-awards__card img {
    width: 100%;
    max-width: 200px;
    -webkit-user-drag: none;
    height: 328px !important;
    max-height: 320px;
    object-fit: contain !important;
    background: #fff
}

.srs-about-awards__card h3 {
    width: 100%;
    height: 72px !important;
    margin: 0 !important;
    padding: 16px 24px 12px !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45
}

.srs-about-awards__viewport.is-dragging {
    cursor: grabbing
}

.srs-about-history__track.is-crossfade {
    position: relative;
    width: 100%;
    height: 480px;
    display: block;
    transform: none !important
}

.srs-about-history__track.is-crossfade article {
    position: absolute;
    inset: 0;
    width: 100%;
    min-width: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    will-change: opacity, transform
}

.srs-about-history__track.is-crossfade article.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.srs-about-history__track.is-crossfade .srs-about-history__media,
.srs-about-history__track.is-crossfade .srs-about-history__media img,
.srs-about-history__track.is-crossfade .srs-about-history__copy strong,
.srs-about-history__track.is-crossfade .srs-about-history__copy p {
    will-change: transform, opacity, filter
}

@media(max-width:1200px) {
    .srs-about-awards__track {
        grid-auto-columns: 50%
    }
}

@media(max-width:767px) {
    .srs-about-awards__card {
        height: 300px;
        margin: 0 7px;
        padding: 20px 0px;
    }

    .srs-about-awards__card img {
        max-width: 160px;
        height: 200px !important;
        margin-bottom: 10px;
    }

    .srs-about-awards__card h3 {
        height: 56px !important;
        padding: 11px 15px !important;
        font-size: 15px
    }

    .srs-about-history__track.is-crossfade {
        height: auto;
        display: grid
    }

    .srs-about-history__track.is-crossfade article {
        position: static;
        inset: auto;
        height: auto;
        padding-top: 20px;
        padding-bottom: 60px;
        grid-area: 1 / 1
    }
}

/* Awards viewer — dark full-screen gallery: stage + matted frame + filmstrip. */
body.is-modal-open {
    overflow: hidden
}

.srs-about-awards__card {
    cursor: pointer;
    transition: box-shadow .45s ease
}

.srs-about-awards__card:hover {
    box-shadow: 0 18px 44px rgba(10, 10, 10, .13)
}

.srs-about-awards__card img {
    transition: transform .6s cubic-bezier(.22, .61, .36, 1)
}

.srs-about-awards__card:hover img {
    transform: scale(1.045)
}

.srs-award-viewer {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    grid-template-rows: auto 1fr auto;
    color: #fff
}

.srs-award-viewer[hidden] {
    display: none
}

.srs-award-viewer__scrim {
    position: absolute;
    inset: 0;
    background: radial-gradient(120% 90% at 50% 42%, #1b2030 0%, #0d1018 55%, #07080d 100%);
    opacity: 0;
    transition: opacity .38s ease
}

.srs-award-viewer.is-open .srs-award-viewer__scrim {
    opacity: 1
}

.srs-award-viewer__bar,
.srs-award-viewer__stage,
.srs-award-viewer__filmstrip {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity .42s ease .06s, transform .42s cubic-bezier(.22, .61, .36, 1) .06s
}

.srs-award-viewer__stage {
    transform: none
}

.srs-award-viewer__filmstrip {
    transform: translateY(16px);
    transition-delay: .12s
}

.srs-award-viewer.is-open .srs-award-viewer__bar,
.srs-award-viewer.is-open .srs-award-viewer__stage,
.srs-award-viewer.is-open .srs-award-viewer__filmstrip {
    opacity: 1;
    transform: none
}

.srs-award-viewer__bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    padding: 26px clamp(20px, 4vw, 54px);
    border-bottom: 1px solid rgba(255, 255, 255, .09)
}

.srs-award-viewer__count {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    letter-spacing: .12em;
    font-variant-numeric: tabular-nums;
    color: rgba(255, 255, 255, .42)
}

.srs-award-viewer__current {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .02em;
    color: #fff
}

.srs-award-viewer__count i {
    width: 22px;
    height: 1px;
    background: rgba(255, 255, 255, .28)
}

.srs-award-viewer__title {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .01em;
    text-align: center;
    color: rgba(255, 255, 255, .92)
}

.srs-award-viewer__close {
    position: relative;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: border-color .32s ease, background .32s ease, transform .32s ease
}

.srs-award-viewer__close i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1.5px;
    background: rgba(255, 255, 255, .8);
    transition: background .32s ease
}

.srs-award-viewer__close i:first-child {
    transform: translate(-50%, -50%) rotate(45deg)
}

.srs-award-viewer__close i:last-child {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.srs-award-viewer__close:hover {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .08);
    transform: rotate(90deg)
}

.srs-award-viewer__stage {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(16px, 3vw, 46px);
    padding: clamp(24px, 4vh, 52px) clamp(16px, 4vw, 54px);
    min-height: 0;
    cursor: zoom-out
}

.srs-award-viewer__frame.is-dragging {
    cursor: grabbing
}

.srs-award-viewer__frame {
    margin: 0;
    justify-self: center;
    max-width: 100%;
    max-height: 100%;
    padding: clamp(14px, 1.6vw, 26px);
    touch-action: pan-y;
    cursor: grab;
    background: linear-gradient(180deg, #fdfdfd 0%, #f2f3f6 100%);
    border-radius: 4px;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .1),
        0 42px 90px rgba(0, 0, 0, .58);
    will-change: transform, opacity
}

.srs-award-viewer__img {
    display: block;
    max-width: min(72vw, 660px);
    max-height: calc(100vh - 340px);
    min-height: 180px;
    object-fit: contain;
    background: #fff
}

.srs-award-viewer__nav {
    position: relative;
    width: 54px;
    height: 54px;
    flex: none;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    cursor: pointer;
    transition: border-color .32s ease, background .32s ease, transform .32s cubic-bezier(.22, .61, .36, 1)
}

.srs-award-viewer__nav i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border-right: 1.6px solid rgba(255, 255, 255, .85);
    border-bottom: 1.6px solid rgba(255, 255, 255, .85);
    transition: border-color .32s ease
}

.srs-award-viewer__nav--prev i {
    transform: translate(-50%, -50%) translateX(1.5px) rotate(135deg)
}

.srs-award-viewer__nav--next i {
    transform: translate(-50%, -50%) translateX(-1.5px) rotate(-45deg)
}

.srs-award-viewer__nav:hover {
    border-color: rgba(255, 255, 255, .48);
    background: rgba(255, 255, 255, .12)
}

.srs-award-viewer__nav--prev:hover {
    transform: translateX(-4px)
}

.srs-award-viewer__nav--next:hover {
    transform: translateX(4px)
}

.srs-award-viewer__nav:active {
    transform: scale(.94)
}

.srs-award-viewer__filmstrip {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 20px clamp(16px, 4vw, 54px) 30px;
    overflow-x: auto;
    scrollbar-width: none;
    border-top: 1px solid rgba(255, 255, 255, .09)
}

.srs-award-viewer__filmstrip::-webkit-scrollbar {
    display: none
}

.srs-award-viewer__thumb {
    flex: none;
    width: 62px;
    height: 62px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 3px;
    background: rgba(255, 255, 255, .05);
    cursor: pointer;
    opacity: .5;
    transition: opacity .34s ease, border-color .34s ease, transform .34s cubic-bezier(.22, .61, .36, 1)
}

.srs-award-viewer__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff
}

.srs-award-viewer__thumb:hover {
    opacity: .85;
    border-color: rgba(255, 255, 255, .34);
    transform: translateY(-3px)
}

.srs-award-viewer__thumb.is-active {
    opacity: 1;
    border-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .35), 0 10px 26px rgba(0, 0, 0, .5)
}

@media(max-width:1024px) {
    .srs-award-viewer__img {
        max-width: 78vw
    }
}

@media(max-width:767px) {
    .srs-award-viewer__bar {
        grid-template-columns: auto auto;
        gap: 12px 16px;
        padding: 16px 18px
    }

    .srs-award-viewer__title {
        order: 3;
        grid-column: 1 / -1;
        text-align: left;
        font-size: 15px
    }

    .srs-award-viewer__close {
        justify-self: end;
        width: 40px;
        height: 40px
    }

    .srs-award-viewer__current {
        font-size: 19px
    }

    .srs-award-viewer__stage {
        grid-template-columns: 1fr;
        padding: 18px 18px 8px
    }

    .srs-award-viewer__nav {
        display: none
    }

    .srs-award-viewer__frame {
        padding: 10px
    }

    .srs-award-viewer__img {
        max-width: 100%;
        max-height: calc(100vh - 300px)
    }

    .srs-award-viewer__filmstrip {
        justify-content: flex-start;
        gap: 9px;
        padding: 14px 18px 22px
    }

    .srs-award-viewer__thumb {
        width: 52px;
        height: 52px
    }
}