:root {
    --service-blue: #152ad3;
    --service-ink: #0a0a0a;
    --service-muted: #697181
}


.srs-service-brand {
    position: relative;
    color: #161d2b;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px
}

.srs-service-brand b {
    color: #152ad3;
    font-size: 26px;
    font-style: italic
}

.srs-service-brand small {
    position: absolute;
    top: 22px;
    left: 23px;
    width: 72px;
    font-size: 9px;
    letter-spacing: 6px;
    white-space: nowrap
}

.srs-service-brand--light {
    color: #fff;
    font-size: 25px
}

.srs-service-brand--light b {
    font-size: 39px
}

.srs-service-brand--light small {
    top: 32px;
    left: 34px;
    font-size: 12px
}

.srs-service-hero {
    height: 800px;
    /* margin-top: 60px; */
    color: #fff;
    background: #080c14 url('../img/service/service-banner.jpg') center/cover no-repeat
}

.srs-service-hero__inner {
    width: min(1402px, calc(100% - 48px));
    height: 100%;
    margin: auto;
    padding-top: 220px
}

.srs-service-hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1
}

.srs-service-hero p {
    margin: 31px 0 0;
    font-size: 26px;
    line-height: 45px;
    letter-spacing: 1px
}

.srs-service-offers {
    background: #fff;
    padding: 100px 0px 140px 0px;
}

.srs-service-offers__inner {
    width: min(1600px, calc(100% - 48px));
    margin: auto;
}

.srs-service-offers h2 {
    margin: 0;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px
}

.srs-service-advantages {
    width: 1100px;
    margin: 80px auto 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

.srs-service-advantages li {
    text-align: center
}

.srs-service-advantages img {
    width: 80px;
    height: 80px;
    margin: auto;
    object-fit: contain
}

.srs-service-advantages h3 {
    margin: 20px 0 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5
}

.srs-service-offers__cards {
    margin-top: 58px;
    display: grid;
    grid-template-columns: repeat(3, 30%);
    gap: 35px;
}

.srs-service-card {
    height: 520px;
    padding: 41px 70px 58px;
    background: #f6f7f8;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transition: transform .3s, box-shadow .3s;
}

.srs-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(23, 40, 72, .09)
}

.srs-service-card__icon {
    width: 120px;
    height: 120px;
    object-fit: contain
}

.srs-service-card h3 {
    margin: 24px 0 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 45px
}

.srs-service-card p {
    width: 290px;
    margin: 27px 0 0;
    color: var(--service-muted);
    font-size: 18px;
    line-height: 1.5;
}

.srs-service-card a {
    margin-top: auto;
    color: var(--service-blue);
    font-size: 18px;
    line-height: 1.3;
}

.srs-service-card a span {
    margin-left: 7px;
    font-size: 24px
}

.srs-service-process {
    background: #F1F4F8;
    padding: 100px 0px 160px;
}

.srs-service-process__inner {
    width: min(1596px, calc(100% - 48px));
    margin: auto;
}

.srs-service-process header {
    text-align: center
}

.srs-service-process h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px
}

.srs-service-process header p {
    margin: 21px 0 0;
    font-size: 24px;
    line-height: 34px
}

.srs-service-process__cards {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 30%);
    gap: 63px
}

.srs-service-process article {
    height: 450px;
    padding: 62px 78px 50px;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.srs-service-process article img {
    width: 88px;
    height: 80px;
    object-fit: contain
}

.srs-service-process article h3 {
    margin: 28px 0 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 18px;
    text-indent: 18px
}

.srs-service-process article p {
    width: 290px;
    margin: 27px 0 0;
    color: var(--service-muted);
    font-size: 18px;
    line-height: 34px
}

@media(max-width:1400px) {

    .srs-service-offers,
    .srs-service-process {
        height: auto
    }

    .srs-service-offers {
        padding-bottom: 120px
    }

    .srs-service-offers__cards {
        grid-template-columns: repeat(3, 1fr)
    }

    .srs-service-card {
        padding-right: 35px;
        padding-left: 35px
    }

    .srs-service-process {
        padding-bottom: 150px
    }

    .srs-service-process__cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px
    }

    .srs-service-process article {
        padding-right: 35px;
        padding-left: 35px
    }
}

@media(max-width:1024px) {
    .srs-service-hero {
        background-position: 62% center
    }

    .srs-service-hero__inner {
        padding-top: 170px
    }

    .srs-service-offers__inner,
    .srs-service-process__inner {
        padding-top: 40px
    }

    .srs-service-advantages {
        width: 100%;
        margin-top: 40px;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 55px
    }

    .srs-service-offers__cards {
        grid-template-columns: 1fr
    }

    .srs-service-card {
        max-width: 620px;
        width: 100%;
        margin: auto
    }

    .srs-service-process__cards {
        grid-template-columns: 1fr
    }

    .srs-service-process article {
        max-width: 620px;
        width: 100%;
        margin: auto
    }

    .srs-home-header__nav {
        top: 60px;
        height: calc(100vh - 60px);
        height: calc(100dvh - 60px)
    }
}

@media(max-width:640px) {
    .srs-service-hero {
        height: 450px;
        background-position: 66% center
    }

    .srs-service-hero::before {
        content: "";
        position: absolute;
        inset: 0px 0 auto;
        height: 450px;
        background: linear-gradient(90deg, rgba(2, 7, 15, .75), transparent 75%)
    }

    .srs-service-hero__inner {
        position: relative;
        z-index: 1;
        padding-top: 145px
    }

    .srs-service-hero h1 {
        font-size: 36px
    }

    .srs-service-hero p {
        max-width: 250px;
        margin-top: 22px;
        font-size: 20px;
        line-height: 32px
    }

    .srs-service-offers {
        padding-bottom: 80px
    }

    .srs-service-offers__inner,
    .srs-service-process__inner {
        width: calc(100% - 32px);
        padding-top: 0px
    }

    .srs-service-offers h2,
    .srs-service-process h2 {
        font-size: 34px;
        line-height: 45px
    }

    .srs-service-advantages {
        margin-top: 30px;
        gap: 42px 14px
    }

    .srs-service-advantages img {
        width: 64px;
        height: 64px
    }

    .srs-service-advantages h3 {
        margin-top: 16px;
        font-size: 18px;
        line-height: 28px
    }

    .srs-service-offers__cards {
        margin-top: 55px;
        gap: 20px
    }

    .srs-service-card {
        height: 450px;
        padding: 35px 24px
    }

    .srs-service-card h3 {
        font-size: 27px
    }

    .srs-service-card p {
        width: 100%;
        font-size: 16px;
        line-height: 29px
    }

    .srs-service-process {
        padding-bottom: 80px
    }

    .srs-service-process header p {
        margin-top: 14px;
        font-size: 17px;
        line-height: 27px
    }

    .srs-service-process__cards {
        margin-top: 48px;
        gap: 20px
    }

    .srs-service-process article {
        height: 390px;
        padding: 50px 24px
    }

    .srs-service-process article h3 {
        font-size: 30px
    }

    .srs-service-process article p {
        width: 100%;
        font-size: 16px;
        line-height: 29px
    }

    .srs-service-brand--light {
        font-size: 17px
    }

    .srs-service-brand--light b {
        font-size: 28px
    }

    .srs-service-brand--light small {
        top: 24px;
        left: 24px;
        font-size: 9px
    }

    .srs-home-footer__logo {
        width: 130px
    }
}

/* 售后服务三级页 */
.srs-after-sales {
    background: #fff;
    color: #080808;
}

.srs-after-sales-hero {
    height: 480px;
    color: #fff;
    background: #0a1931 url('../img/service/after-sales/after-sales-hero.jpg') center/cover no-repeat;
}

.srs-after-sales-hero__inner {
    width: min(1402px, calc(100% - 48px));
    height: 100%;
    margin: auto;
    padding-top: 163px;
}

.srs-after-sales-hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
}

.srs-after-sales-hero p {
    margin: 25px 0 0;
    font-size: 26px;
    line-height: 45px;
    letter-spacing: 1px;
}

.srs-after-sales-services {
    padding: 92px 0 120px;
}

.srs-after-sales-services__inner {
    width: min(1600px, calc(100% - 48px));
    margin: auto;
}

.srs-after-sales-services h2 {
    margin: 0 0 86px;
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.25;
}

.srs-after-sales-services__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #f6f7f8;
}

.srs-after-sales-services figure,
.srs-after-sales-services article {
    min-height: 510px;
    margin: 0;
}

.srs-after-sales-services figure {
    overflow: hidden;
}

.srs-after-sales-services figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.srs-after-sales-services article {
    padding: 127px 118px 80px;
}

.srs-after-sales-services__icon {
    width: 66px;
    height: 66px;
    display: block;
    object-fit: contain;
}

.srs-after-sales-services h3 {
    margin: 27px 0 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
}

.srs-after-sales-services article p {
    max-width: 540px;
    margin: 27px 0 0;
    color: #697181;
    font-size: 18px;
    line-height: 34px;
}

.srs-after-sales-self {
    min-height: 859px;
    padding: 90px 0 88px;
    background: linear-gradient(180deg, #e4ebf1 0%, #f7f9fb 60%, #fff 100%);
}

.srs-after-sales-self__inner {
    width: min(1115px, calc(100% - 48px));
    margin: auto;
}

.srs-after-sales-self header {
    position: relative;
    text-align: center;
}

.srs-after-sales-self header>img {
    position: absolute;
    top: 7px;
    left: calc(50% - 143px);
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.srs-after-sales-self h2 {
    margin: 0;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.25;
}

.srs-after-sales-self header p {
    margin: 20px 0 0;
    color: #697181;
    font-size: 21px;
    line-height: 32px;
}

.srs-after-sales-form {
    margin-top: 57px;
}

.srs-solution-contact__fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 18px;
}

.srs-after-sales-form input,
.srs-after-sales-form select,
.srs-after-sales-form textarea {
    width: 100%;
    border: 1px solid #d9dde3;
    border-radius: 0;
    outline: 0;
    color: #333;
    background: rgba(255, 255, 255, .96);
    font: inherit;
    transition: border-color .2s, box-shadow .2s;
}

.srs-after-sales-form input,
.srs-after-sales-form select {
    height: 58px;
    padding: 0 24px;
    font-size: 16px;
}

.srs-after-sales-form select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #7b8390 50%), linear-gradient(135deg, #7b8390 50%, transparent 50%);
    background-position: calc(100% - 21px) 26px, calc(100% - 16px) 26px;
    background-size: 5px 5px;
    background-repeat: no-repeat;
}

.srs-after-sales-form input:focus,
.srs-after-sales-form select:focus,
.srs-after-sales-form textarea:focus {
    border-color: #1757d3;
    box-shadow: 0 0 0 3px rgba(23, 87, 211, .09);
}

.srs-solution-contact__message {
    display: block;
    margin-top: 20px;
}

.srs-after-sales-form textarea {
    height: 103px;
    padding: 18px 24px;
    resize: vertical;
    font-size: 16px;
    line-height: 27px;
}

.srs-solution-contact__privacy {
    margin-top: 21px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #697181;
    font-size: 14px;
    line-height: 22px;
}

.srs-solution-contact__privacy input {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    padding: 0;
    accent-color: #1757d3;
}

.srs-solution-contact__privacy a {
    color: #1757d3;
}

.srs-solution-contact__notice {
    margin: 10px 0 0;
    color: #9097a4;
    font-size: 13px;
    line-height: 22px;
}

.srs-solution-contact__status {
    min-height: 22px;
    margin: 7px 0 0;
    color: #d53232;
    font-size: 14px;
    text-align: center;
}

.srs-solution-contact__status.is-success {
    color: #178346;
}

.srs-solution-contact__submit {
    width: 270px;
    height: 68px;
    margin: 22px auto 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: #1757d3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    font-size: 18px;
    cursor: pointer;
    transition: background .25s, transform .25s;
}

.srs-solution-contact__submit:hover {
    background: #0d40ad;
    transform: translateY(-2px);
}

.srs-solution-contact__submit span {
    font-size: 28px;
    line-height: 1;
}

.srs-after-sales-contact {
    height: 420px;
    display: grid;
    grid-template-columns: 50.52% 49.48%;
    overflow: hidden;
}

.srs-after-sales-contact figure {
    margin: 0;
    overflow: hidden;
}

.srs-after-sales-contact figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.srs-after-sales-contact__details {
    position: relative;
    padding: 105px 80px 65px 145px;
    color: #fff;
    background: #1757d3;
    overflow: hidden;
}

.srs-after-sales-contact__details::after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 470px;
    height: 260px;
    background: url("../img/service/agency/contact__details_bg.png") bottom center no-repeat;
    background-size: contain;
    content: '';
}

.srs-after-sales-contact dl {
    position: relative;
    z-index: 1;
    margin: 0;
    display: grid;
    gap: 40px;
}

.srs-after-sales-contact dt {
    font-size: 20px;
    line-height: 32px;
}

.srs-after-sales-contact dd {
    font-size: 26px;
    font-weight: 500;
    margin: 0px;
    ;
    line-height: 40px;
}

.srs-after-sales-contact a {
    color: inherit;
}

@media(max-width:1200px) {
    .srs-after-sales-services article {
        padding-right: 60px;
        padding-left: 60px;
    }

    .srs-after-sales-contact__details {
        padding-left: 70px;
    }

    .srs-after-sales-contact dl {
        gap: 35px;
    }

    .srs-after-sales-contact dl div+div {
        padding-left: 35px;
    }
}

@media(max-width:1024px) {
    .srs-after-sales-hero {
        margin-top: 60px;
    }

    .srs-after-sales-services {
        padding: 72px 0 90px;
    }

    .srs-after-sales-services h2 {
        margin-bottom: 55px;
        font-size: 39px;
    }

    .srs-after-sales-services article {
        padding: 75px 45px;
    }

    .srs-after-sales-services figure,
    .srs-after-sales-services article {
        min-height: 420px;
    }

    .srs-after-sales-contact {
        height: auto;
        grid-template-columns: 1fr;
    }

    .srs-after-sales-contact figure {
        height: 360px;
    }

    .srs-after-sales-contact__details {
        min-height: 300px;
        padding: 75px 60px;
    }
}

@media(max-width:700px) {
    .srs-after-sales-hero {
        height: 390px;
        margin-top: 64px;
        background-position: 60% center;
    }

    .srs-after-sales-hero__inner {
        width: calc(100% - 32px);
        padding-top: 110px;
    }

    .srs-after-sales-hero h1 {
        font-size: 36px;
    }

    .srs-after-sales-hero p {
        max-width: 310px;
        margin-top: 20px;
        font-size: 19px;
        line-height: 32px;
    }

    .srs-after-sales-services {
        padding: 62px 0 70px;
    }

    .srs-after-sales-services__inner {
        width: calc(100% - 32px);
    }

    .srs-after-sales-services h2 {
        margin-bottom: 38px;
        font-size: 32px;
    }

    .srs-after-sales-services__grid {
        grid-template-columns: 1fr;
    }

    .srs-after-sales-services figure,
    .srs-after-sales-services article {
        min-height: 0;
    }

    .srs-after-sales-services figure {
        height: 64vw;
        max-height: 410px;
    }

    .srs-after-sales-services article {
        padding: 46px 28px 52px;
    }

    .srs-after-sales-services article:nth-of-type(2) {
        grid-row: 4;
    }

    .srs-after-sales-services h3 {
        margin-top: 15px;
        font-size: 27px;
    }

    .srs-after-sales-services article p {
        margin-top: 17px;
        font-size: 16px;
        line-height: 29px;
    }

    .srs-after-sales-self {
        min-height: 0;
        padding: 65px 0 70px;
    }

    .srs-after-sales-self__inner {
        width: calc(100% - 32px);
    }

    .srs-after-sales-self h2 {
        font-size: 34px;
    }

    .srs-after-sales-self header>img {
        top: 5px;
        left: calc(50% - 111px);
        width: 25px;
        height: 25px;
    }

    .srs-after-sales-self header p {
        margin-top: 14px;
        font-size: 17px;
        line-height: 28px;
    }

    .srs-after-sales-form {
        margin-top: 38px;
    }

    .srs-solution-contact__fields {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .srs-solution-contact__message {
        margin-top: 12px;
    }

    .srs-solution-contact__submit {
        width: 220px;
        height: 58px;
    }

    .srs-after-sales-contact figure {
        height: 260px;
    }

    .srs-after-sales-contact__details {
        min-height: 330px;
        padding: 55px 32px;
    }

    .srs-after-sales-contact dl {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .srs-after-sales-contact dl div+div {
        padding: 34px 0 0;
        border-top: 1px solid rgba(255, 255, 255, .35);
        border-left: 0;
    }

    .srs-after-sales-contact dd {
        margin-top: 10px;
        font-size: 24px;
    }
}

/* 代理加盟三级页 */
.srs-agency {
    --product-blue: #1757d3;
    --product-text: #181b22;
    --product-bg: #f1f4f7;
    color: #080808;
    background: #fff;
}

.srs-agency-hero {
    height: 480px;
    color: #fff;
    background: #1558d3 url('../img/service/agency/agency-hero.jpg') center/cover no-repeat;
}

.srs-agency-hero__inner {
    width: min(1402px, calc(100% - 48px));
    height: 100%;
    margin: auto;
    padding-top: 162px;
}

.srs-agency-hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
}

.srs-agency-hero p {
    margin: 25px 0 0;
    font-size: 26px;
    line-height: 47px;
}

.srs-agency-advantages {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #fff;
}

.srs-agency-advantages__inner {
    width: min(1401px, calc(100% - 48px));
    margin: auto;
}

.srs-agency-advantages h2 {
    margin: 0;
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    line-height: 56px;
}

.srs-agency-advantages__grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 81px;
}

.srs-agency-advantages article {
    height: 300px;
    padding: 47px 50px;
    background: #f0f3f6;
    display: flex;
    justify-content: space-between;
}

.srs-agency-advantages article div {
    max-width: 365px;
}

.srs-agency-advantages h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
}

.srs-agency-advantages p {
    margin: 20px 0 0;
    color: #697181;
    font-size: 18px;
    line-height: 32px;
}

.srs-agency-advantages article img {
    width: 100px;
    height: 100px;
    margin-top: 2px;
    object-fit: contain;
}

.srs-agency-join {
    position: relative;
    height: 940px;
    padding-top: 40px;
    border-top: 1px solid #edf0f3;
    overflow: hidden;
    background: #fff;
}

.srs-agency-join__map {
    position: absolute;
    top: 89px;
    left: 50%;
    width: 1200px;
    height: 860px;
    opacity: .7;
    background: url('../img/service/agency/world-map.svg') center/contain no-repeat;
    transform: translateX(-50%);
    pointer-events: none;
}

.srs-agency-join__inner {
    position: relative;
    z-index: 1;
    width: min(1400px, calc(100% - 48px));
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: 560px minmax(0, 1fr);
    gap: 87px;
}

.srs-agency-join figure {
    width: 560px;
    height: 640px;
    margin: 0;
    overflow: hidden;
}

.srs-agency-join figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.srs-agency-join__content {
    padding-top: 0;
}

.srs-agency-join h2 {
    margin: -8px 0 55px;
    font-size: 45px;
    font-weight: 500;
    line-height: 53px;
}

.srs-agency-form__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 40px;
}

.srs-agency-form input,
.srs-agency-form select,
.srs-agency-form textarea {
    width: 100%;
    border: 1px solid #dfe3e8;
    border-radius: 0;
    outline: 0;
    color: #333;
    background: rgba(255, 255, 255, .92);
    font: inherit;
    transition: border-color .2s, box-shadow .2s;
}

.srs-agency-form input,
.srs-agency-form select {
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
}

.srs-agency-form select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #7b8390 50%), linear-gradient(135deg, #7b8390 50%, transparent 50%);
    background-position: calc(100% - 21px) 27px, calc(100% - 16px) 27px;
    background-size: 5px 5px;
    background-repeat: no-repeat;
}

.srs-agency-form input:focus,
.srs-agency-form select:focus,
.srs-agency-form textarea:focus {
    border-color: #1757d3;
    box-shadow: 0 0 0 3px rgba(23, 87, 211, .09);
}

.srs-agency-form__message {
    display: block;
    margin-top: 23px;
}

.srs-agency-form textarea {
    height: 133px;
    padding: 17px 20px;
    resize: vertical;
    font-size: 16px;
    line-height: 27px;
}

.srs-agency-form__privacy {
    margin-top: 23px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #697181;
    font-size: 14px;
    line-height: 22px;
}

.srs-agency-form__privacy input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    padding: 0;
    accent-color: #1757d3;
}

.srs-agency-form__privacy a {
    color: #1757d3;
}

.srs-agency-form__notice {
    max-width: 718px;
    margin: 4px 0 0 34px;
    color: #8a919d;
    font-size: 13px;
    line-height: 20px;
}

.srs-agency-form__status {
    min-height: 20px;
    margin: 4px 0 0;
    color: #d53232;
    font-size: 14px;
}

.srs-agency-form__status.is-success {
    color: #178346;
}

.srs-agency-form__submit {
    width: 270px;
    height: 68px;
    margin-top: 25px;
    padding: 0 31px;
    border: 0;
    color: #fff;
    background: #1757d3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    cursor: pointer;
    transition: background .25s, transform .25s;
}

.srs-agency-form__submit:hover {
    background: #0d40ad;
    transform: translateY(-2px);
}

.srs-agency-form__submit span {
    font-size: 27px;
    line-height: 1;
}

.srs-product-more {
    height: 1029px;
    padding-top: 80px;
    background: #fff;
    overflow: hidden;
}

.srs-product-heading h2 {
    margin: 0;
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    line-height: 54px;
}

.srs-product-more__inner {
    --more-gutter: max(32px, calc((100vw - 1400px)/2));
    width: calc(100vw - var(--more-gutter));
    max-width: none;
    margin-left: var(--more-gutter);
    margin-right: 0;
}

.srs-product-more__inner>.srs-product-heading {
    width: 100vw;
    margin-left: calc(var(--more-gutter) * -1);
}

.srs-product-more__viewport {
    margin-top: 60px;
    overflow: hidden;
    touch-action: pan-y pinch-zoom;
    overscroll-behavior-x: contain;
    user-select: none;
    -webkit-user-select: none;
}

.srs-product-more__track {
    display: flex;
    width: max-content;
    gap: 20px;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: transform .65s cubic-bezier(.22, .72, .22, 1);
}

.srs-product-more__track article {
    width: 560px;
    height: 571px;
    flex: 0 0 560px;
    padding: 63px 38px 30px;
    background: #eef2f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.srs-product-more__track .srs-product-more__card-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.srs-product-more__track h3 {
    min-height: 72px;
    margin: 0;
    color: var(--product-text);
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
}

.srs-product-more__track p {
    margin: 14px 0 0;
    color: #888e9b;
    font-size: 16px;
}

.srs-product-more__track img {
    width: 100%;
    height: 220px;
    margin-top: 96px;
    object-fit: contain;
    pointer-events: none;
    -webkit-user-drag: none;
}

.srs-product-more__controls {
    width: min(1400px, calc(100vw - 64px));
    height: 56px;
    margin-top: 60px;
    display: grid;
    grid-template-columns: 106px 1fr 136px;
    align-items: center;
    gap: 35px;
}

.srs-product-more__controls>div:first-child {
    display: flex;
    gap: 22px;
}

.srs-product-more__controls button {
    width: 43px;
    height: 43px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform .25s;
}

.srs-product-more__controls button:hover {
    transform: translateY(-2px);
}

.srs-product-more__controls button img {
    width: 43px;
    height: 43px;
    object-fit: contain;
}

.srs-product-more__progress {
    position: relative;
    height: 3px;
    background: #d5d8df;
}

.srs-product-more__progress i {
    position: absolute;
    inset: 0 auto 0 0;
    width: 21.4%;
    background: var(--product-blue);
    transition: width .55s cubic-bezier(.22, .72, .22, 1);
}

.srs-product-more__controls>a {
    height: 46px;
    border-radius: 24px;
    color: #fff;
    background: var(--product-blue);
    display: grid;
    place-items: center;
    font-size: 16px;
}

@media(max-width:1200px) {
    .srs-agency-advantages {
        height: auto;
        padding-bottom: 100px;
    }

    .srs-agency-advantages__grid {
        gap: 24px;
    }

    .srs-agency-advantages article {
        padding-right: 32px;
        padding-left: 32px;
    }

    .srs-agency-join {
        height: auto;
        padding: 100px 0;
    }

    .srs-agency-join__inner {
        margin-top: 0;
        grid-template-columns: 42% 1fr;
        gap: 6%;
    }

    .srs-agency-join figure {
        width: 100%;
        height: auto;
        aspect-ratio: 560/640;
    }

    .srs-product-more__inner {
        --more-gutter: 40px;
    }
}

@media(max-width:900px) {
    .srs-agency-hero {
        margin-top: 60px;
    }

    .srs-agency-advantages__grid {
        grid-template-columns: 1fr;
    }

    .srs-agency-join__inner {
        grid-template-columns: 1fr;
    }

    .srs-agency-join figure {
        max-width: 560px;
        margin: auto;
    }

    .srs-agency-join__content {
        max-width: 720px;
        width: 100%;
        margin: 55px auto 0;
    }
}

@media(max-width:700px) {
    .srs-agency-hero {
        height: 390px;
        margin-top: 64px;
        background-position: 58% center;
    }

    .srs-agency-hero__inner {
        width: calc(100% - 32px);
        padding-top: 112px;
    }

    .srs-agency-hero h1 {
        font-size: 36px;
    }

    .srs-agency-hero p {
        max-width: 310px;
        margin-top: 18px;
        font-size: 18px;
        line-height: 31px;
    }

    .srs-agency-advantages {
        padding: 62px 0 70px;
    }

    .srs-agency-advantages__inner {
        width: calc(100% - 32px);
    }

    .srs-agency-advantages h2 {
        font-size: 34px;
        line-height: 45px;
    }

    .srs-agency-advantages__grid {
        margin-top: 38px;
        gap: 16px;
    }

    .srs-agency-advantages article {
        height: auto;
        min-height: 245px;
        padding: 34px 26px;
    }

    .srs-agency-advantages article div {
        max-width: calc(100% - 74px);
    }

    .srs-agency-advantages h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .srs-agency-advantages p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 27px;
    }

    .srs-agency-advantages article img {
        width: 64px;
        height: 64px;
    }

    .srs-agency-join {
        padding: 70px 0;
    }

    .srs-agency-join__inner {
        width: calc(100% - 32px);
    }

    .srs-agency-join h2 {
        margin: 0 0 35px;
        font-size: 34px;
        line-height: 45px;
    }

    .srs-agency-form__fields {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .srs-agency-form__message {
        margin-top: 12px;
    }

    .srs-agency-form__notice {
        margin-left: 28px;
    }

    .srs-agency-form__submit {
        width: 220px;
        height: 58px;
    }

    .srs-product-more {
        height: 860px;
        padding-top: 70px;
    }

    .srs-product-heading h2 {
        font-size: 34px;
        line-height: 45px;
    }

    .srs-product-more__inner {
        --more-gutter: 20px;
    }

    .srs-product-more__track article {
        width: 84vw;
        height: 520px;
        flex-basis: 84vw;
    }

    .srs-product-more__track h3 {
        font-size: 22px;
    }

    .srs-product-more__track img {
        margin-top: 70px;
    }

    .srs-product-more__controls {
        width: calc(100vw - 40px);
        grid-template-columns: 95px 1fr;
        gap: 20px;
    }

    .srs-product-more__controls>a {
        display: none;
    }

    .srs-agency-contact .srs-after-sales-contact__details {
        padding: 55px 32px;
    }
}

@media(prefers-reduced-motion:reduce) {
    .srs-product-more__track {
        transition-duration: .01ms !important;
    }
}