/*
 * 首页板块扩展样式
 * 仅在 body.jiyin-home-refresh 及 .jy-* 命名空间内生效，避免影响原站内页。
 */

.jiyin-home-refresh .jy-home,
.jiyin-home-refresh .jy-home-cta {
    font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
}

.jiyin-home-refresh .jy-home *,
.jiyin-home-refresh .jy-home-cta * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/* 视频首屏：原横幅作为封面兜底，背景视频居中裁切并去除片源上下留黑 */
.jiyin-home-refresh .jy-video-hero {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    color: #fff;
    background: #222 url("/static/upload/image/20220120/1642667784356685.jpg") center center / cover no-repeat;
}

.jiyin-home-refresh .jy-video-hero:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .76), rgba(0, 0, 0, .46));
    background: linear-gradient(90deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .46));
}

.jiyin-home-refresh .jy-hero-video {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center center;
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    will-change: transform;
}

.jiyin-home-refresh .jy-video-hero-inner {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 720px;
    padding-top: 145px;
    padding-bottom: 55px;
}

@media only screen and (min-width: 768px) {
    .jiyin-home-refresh .jy-video-hero {
        min-height: 820px;
    }

    .jiyin-home-refresh .jy-video-hero-inner {
        top: 100px;
        left: -30px;
    }
}

.jiyin-home-refresh .jy-hero-copy {
    width: 58%;
    padding-right: 48px;
}

.jiyin-home-refresh .jy-hero-tag {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 14px;
    color: #ddd;
    border: 1px solid rgba(255, 255, 255, .32);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.jiyin-home-refresh .jy-hero-copy h1 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 48px;
    line-height: 1.24;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

.jiyin-home-refresh .jy-hero-copy h1 span {
    color: #e60012;
}

.jiyin-home-refresh .jy-hero-subtitle {
    margin-bottom: 13px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 5px;
}

.jiyin-home-refresh .jy-hero-lead {
    max-width: 650px;
    margin-bottom: 24px;
    color: #ddd;
    font-size: 15px;
    line-height: 1.9;
}

.jiyin-home-refresh .jy-hero-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
}

.jiyin-home-refresh .jy-hero-actions .wprt-button {
    margin-right: 14px;
    padding: .65em 2em;
    font-size: 15px;
}

.jiyin-home-refresh .jy-hero-outline {
    display: inline-block;
    padding: 10px 28px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .72);
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: all .22s ease;
            transition: all .22s ease;
}

.jiyin-home-refresh .jy-hero-outline:hover {
    color: #e60012;
    background: #fff;
    border-color: #fff;
}

.jiyin-home-refresh .jy-hero-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.jiyin-home-refresh .jy-hero-meta > span {
    min-width: 125px;
    margin-right: 28px;
    color: #bbb;
    font-size: 12px;
}

.jiyin-home-refresh .jy-hero-meta strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 21px;
}

.jiyin-home-refresh .jy-hero-meta strong em {
    margin-left: 2px;
    font-size: .72em;
    font-style: normal;
}

.jiyin-home-refresh .jy-quote-form {
    width: 370px;
    padding: 28px 30px 24px;
    background: #fff;
    border-top: 4px solid #e60012;
    -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, .28);
            box-shadow: 0 16px 40px rgba(0, 0, 0, .28);
}

.jiyin-home-refresh .jy-quote-form h2 {
    margin-bottom: 4px;
    color: #4b4b4b;
    font-size: 23px;
    font-weight: 700;
}

.jiyin-home-refresh .jy-quote-form > p {
    margin-bottom: 17px;
    color: #979797;
    font-size: 13px;
}

.jiyin-home-refresh .jy-form-field {
    margin-bottom: 12px;
}

.jiyin-home-refresh .jy-form-field label {
    display: block;
    margin-bottom: 5px;
    color: #585252;
    font-size: 12px;
    font-weight: 700;
}

.jiyin-home-refresh .jy-form-field input,
.jiyin-home-refresh .jy-form-field select {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 12px;
    color: #4b4b4b;
    background: #f8f8f8;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    font-family: inherit;
    font-size: 13px;
}

.jiyin-home-refresh .jy-form-field input:focus,
.jiyin-home-refresh .jy-form-field select:focus {
    background: #fff;
    border-color: #e60012;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(230, 0, 18, .1);
            box-shadow: 0 0 0 2px rgba(230, 0, 18, .1);
}

.jiyin-home-refresh .jy-quote-form > .wprt-button {
    width: 100%;
    margin-top: 3px;
    padding: .65em 1em;
    font-size: 15px;
}

.jiyin-home-refresh .jy-quote-form small {
    display: block;
    margin-top: 9px;
    color: #a1a1a1;
    text-align: center;
    font-size: 11px;
}

@media only screen and (min-width: 1200px) {
    .jiyin-home-refresh .jy-quote-form {
        position: relative;
        left: 30px;
        width: 410px;
        margin-right: -40px;
    }
}

.jiyin-home-refresh .jy-video-hero > .arrow {
    z-index: 3;
}

/* 数据背书 */
.jiyin-home-refresh .jy-stats {
    padding: 42px 0;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
}

.jiyin-home-refresh .jy-stats-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.jiyin-home-refresh .jy-stat {
    position: relative;
    width: 20%;
    text-align: center;
    padding: 0 15px;
}

.jiyin-home-refresh .jy-stat:not(:last-child):after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 48px;
    background: #eaeaea;
}

.jiyin-home-refresh .jy-stat strong {
    display: block;
    margin-bottom: 8px;
    color: #e60012;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
}

.jiyin-home-refresh .jy-stat sup {
    top: -.7em;
    margin-left: 2px;
    font-size: 15px;
}

.jiyin-home-refresh .jy-stat > span {
    color: #777;
    font-size: 14px;
}

/* 通用板块标题 */
.jiyin-home-refresh .jy-section {
    padding: 82px 0;
}

.jiyin-home-refresh .jy-section-heading {
    max-width: 720px;
    margin: 0 auto 48px;
}

.jiyin-home-refresh .jy-section-heading h2 {
    color: #4b4b4b;
    font-size: 30px;
}

.jiyin-home-refresh .jy-section-heading > p {
    margin: 18px 0 0;
    color: #777;
    font-size: 15px;
    line-height: 1.9;
}

.jiyin-home-refresh .jy-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #e60012;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

/* 四大业务 */
.jiyin-home-refresh .jy-services {
    background: #f8f8f8;
}

.jiyin-home-refresh .jy-service-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}

.jiyin-home-refresh .jy-service-card {
    position: relative;
    width: calc(25% - 30px);
    min-height: 390px;
    margin: 0 15px;
    padding: 34px 26px 30px;
    background: #fff;
    border-top: 3px solid #e60012;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
            box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
    -webkit-transition: all .25s ease;
            transition: all .25s ease;
}

.jiyin-home-refresh .jy-service-card:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, .1);
            box-shadow: 0 10px 24px rgba(0, 0, 0, .1);
}

.jiyin-home-refresh .jy-service-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 24px;
    color: #fff;
    background: #e60012;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    font-size: 26px;
}

.jiyin-home-refresh .jy-service-icon img {
    display: block;
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.jiyin-home-refresh .jy-service-no {
    position: absolute;
    top: 33px;
    right: 24px;
    color: #d1d1d1;
    font-size: 25px;
    font-weight: 700;
}

.jiyin-home-refresh .jy-service-card h3 {
    margin-bottom: 10px;
    color: #4b4b4b;
    font-size: 21px;
    font-weight: 700;
}

.jiyin-home-refresh .jy-service-card > p {
    min-height: 70px;
    margin-bottom: 17px;
    color: #777;
    font-size: 14px;
    line-height: 1.75;
}

.jiyin-home-refresh .jy-service-card ul {
    min-height: 68px;
    margin: 0 0 18px;
    padding-left: 0;
    list-style: none;
    overflow: hidden;
}

.jiyin-home-refresh .jy-service-card li {
    float: left;
    width: 50%;
    padding: 3px 0;
    list-style: none;
    color: #585252;
    font-size: 13px;
}

.jiyin-home-refresh .jy-service-card li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 7px 2px 0;
    background: #e60012;
}

.jiyin-home-refresh .jy-service-card > a {
    color: #e60012;
    font-size: 14px;
    font-weight: 700;
}

.jiyin-home-refresh .jy-service-card > a .fa {
    margin-left: 5px;
    -webkit-transition: margin .2s ease;
            transition: margin .2s ease;
}

.jiyin-home-refresh .jy-service-card:hover > a .fa {
    margin-left: 9px;
}

/* 六个案例固定列表 */
.jiyin-home-refresh .jy-cases {
    padding: 78px 0 82px;
    background-color: #2d2d33;
}

.jiyin-home-refresh .jy-cases-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 42px;
}

.jiyin-home-refresh .jy-cases-heading span {
    display: block;
    margin-bottom: 5px;
    color: #e60012;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}

.jiyin-home-refresh .jy-cases-heading h2 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.jiyin-home-refresh .jy-cases-heading .wprt-button {
    padding: .45em 1.7em;
    font-size: 14px;
}

.jiyin-home-refresh .jy-case-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px -30px;
}

.jiyin-home-refresh .jy-case-card {
    position: relative;
    width: calc(33.333% - 30px);
    margin: 0 15px 30px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
            box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
    -webkit-transition: -webkit-transform .35s cubic-bezier(.2, .7, .2, 1), -webkit-box-shadow .35s ease;
            transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s ease;
}

.jiyin-home-refresh .jy-case-card:hover,
.jiyin-home-refresh .jy-case-card:focus-within {
    z-index: 2;
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
    -webkit-box-shadow: 0 22px 48px rgba(0, 0, 0, .38);
            box-shadow: 0 22px 48px rgba(0, 0, 0, .38);
}

.jiyin-home-refresh .jy-case-card > a {
    display: block;
}

.jiyin-home-refresh .jy-case-image {
    position: relative;
    display: block;
    height: 275px;
    overflow: hidden;
    background: #222;
}

.jiyin-home-refresh .jy-case-image:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(315deg, rgba(0, 0, 0, .08), rgba(230, 0, 18, .58));
    background: linear-gradient(135deg, rgba(0, 0, 0, .08), rgba(230, 0, 18, .58));
    opacity: 0;
    -webkit-transition: opacity .35s ease;
            transition: opacity .35s ease;
}

.jiyin-home-refresh .jy-case-image:after {
    content: "查看案例";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    padding: 8px 18px;
    color: #fff;
    background: #e60012;
    font-size: 13px;
    font-weight: 700;
    opacity: 0;
    -webkit-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%);
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
            box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
    -webkit-transition: all .32s ease;
            transition: all .32s ease;
}

.jiyin-home-refresh .jy-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity .45s ease, -webkit-transform .65s cubic-bezier(.2, .7, .2, 1);
            transition: opacity .45s ease, transform .65s cubic-bezier(.2, .7, .2, 1);
}

.jiyin-home-refresh .jy-case-card:hover .jy-case-image img,
.jiyin-home-refresh .jy-case-card:focus-within .jy-case-image img {
    opacity: .48;
    -webkit-transform: scale(1.11);
            transform: scale(1.11);
}

.jiyin-home-refresh .jy-case-card:hover .jy-case-image:before,
.jiyin-home-refresh .jy-case-card:focus-within .jy-case-image:before {
    opacity: 1;
}

.jiyin-home-refresh .jy-case-card:hover .jy-case-image:after,
.jiyin-home-refresh .jy-case-card:focus-within .jy-case-image:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.jiyin-home-refresh .jy-case-info {
    position: relative;
    display: block;
    min-height: 82px;
    padding: 17px 22px 15px;
    border-bottom: 3px solid transparent;
    -webkit-transition: border .3s ease, background .3s ease;
            transition: border .3s ease, background .3s ease;
}

.jiyin-home-refresh .jy-case-info:after {
    content: "\f105";
    position: absolute;
    top: 28px;
    right: 20px;
    color: #c1c1c1;
    font-family: FontAwesome;
    font-size: 20px;
    -webkit-transition: color .3s ease, right .3s ease;
            transition: color .3s ease, right .3s ease;
}

.jiyin-home-refresh .jy-case-info strong,
.jiyin-home-refresh .jy-case-info small {
    display: block;
}

.jiyin-home-refresh .jy-case-info strong {
    margin-bottom: 3px;
    color: #4b4b4b;
    font-size: 17px;
}

.jiyin-home-refresh .jy-case-info small {
    color: #979797;
    font-size: 12px;
}

.jiyin-home-refresh .jy-case-card:hover .jy-case-info,
.jiyin-home-refresh .jy-case-card:focus-within .jy-case-info {
    border-bottom-color: #e60012;
    background: #fffafa;
}

.jiyin-home-refresh .jy-case-card:hover .jy-case-info:after,
.jiyin-home-refresh .jy-case-card:focus-within .jy-case-info:after {
    right: 15px;
    color: #e60012;
}

/* 合作客户 */
.jiyin-home-refresh .jy-partners {
    background: #fff;
}

.jiyin-home-refresh .jy-partner-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
}

.jiyin-home-refresh .jy-partner-grid a {
    width: calc(16.666% - 16px);
    height: 78px;
    margin: 0 8px;
    color: #777;
    background: #f8f8f8;
    border: 1px solid #eaeaea;
    line-height: 76px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all .22s ease;
            transition: all .22s ease;
}

.jiyin-home-refresh .jy-partner-grid a:hover {
    color: #e60012;
    background: #fff;
    border-color: #e60012;
}

/* 服务流程 */
.jiyin-home-refresh .jy-process {
    background: #f8f8f8;
}

.jiyin-home-refresh .jy-process-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}

.jiyin-home-refresh .jy-process-item {
    position: relative;
    width: calc(25% - 30px);
    margin: 0 15px;
    padding: 30px 24px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eaeaea;
    text-align: center;
    -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, .05);
            box-shadow: 0 7px 20px rgba(0, 0, 0, .05);
    -webkit-transition: border-color .32s ease, -webkit-transform .32s cubic-bezier(.2, .7, .2, 1), -webkit-box-shadow .32s ease;
            transition: border-color .32s ease, transform .32s cubic-bezier(.2, .7, .2, 1), box-shadow .32s ease;
}

.jiyin-home-refresh .jy-process-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: #e60012;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform .32s ease;
            transition: transform .32s ease;
}

.jiyin-home-refresh .jy-process-item:hover,
.jiyin-home-refresh .jy-process-item:focus {
    border-color: rgba(230, 0, 18, .32);
    outline: 0;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, .15);
            box-shadow: 0 18px 38px rgba(0, 0, 0, .15);
}

.jiyin-home-refresh .jy-process-item:hover:before,
.jiyin-home-refresh .jy-process-item:focus:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}

.jiyin-home-refresh .jy-process-item > .fa {
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    color: #e60012;
    border: 2px solid #e60012;
    border-radius: 50%;
    line-height: 52px;
    font-size: 22px;
    -webkit-transition: color .32s ease, background .32s ease, -webkit-transform .32s ease, -webkit-box-shadow .32s ease;
            transition: color .32s ease, background .32s ease, transform .32s ease, box-shadow .32s ease;
}

.jiyin-home-refresh .jy-process-item:hover > .fa,
.jiyin-home-refresh .jy-process-item:focus > .fa {
    color: #fff;
    background: #e60012;
    -webkit-box-shadow: 0 9px 20px rgba(230, 0, 18, .25);
            box-shadow: 0 9px 20px rgba(230, 0, 18, .25);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
}

.jiyin-home-refresh .jy-process-no {
    position: absolute;
    top: 13px;
    left: 16px;
    color: #c1c1c1;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: color .32s ease, font-size .32s ease;
            transition: color .32s ease, font-size .32s ease;
}

.jiyin-home-refresh .jy-process-item:hover .jy-process-no,
.jiyin-home-refresh .jy-process-item:focus .jy-process-no {
    color: #e60012;
    font-size: 15px;
}

.jiyin-home-refresh .jy-process-item h3 {
    margin-bottom: 8px;
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: color .32s ease;
            transition: color .32s ease;
}

.jiyin-home-refresh .jy-process-item:hover h3,
.jiyin-home-refresh .jy-process-item:focus h3 {
    color: #e60012;
}

.jiyin-home-refresh .jy-process-item p {
    margin: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.8;
}

/* 客户评价 */
.jiyin-home-refresh .jy-testimonials {
    background: #fff;
}

/* 客户认可区：滚动进入时，让标题高光与评价卡片形成一组连贯动效 */
.jiyin-home-refresh .jy-testimonials-motion .jy-momentum-title {
    position: relative;
    top: 0;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: top 0.28s ease, letter-spacing 0.28s ease, -webkit-filter 0.28s ease;
            transition: top 0.28s ease, letter-spacing 0.28s ease, -webkit-filter 0.28s ease;
            transition: top 0.28s ease, letter-spacing 0.28s ease, filter 0.28s ease;
            transition: top 0.28s ease, letter-spacing 0.28s ease, filter 0.28s ease, -webkit-filter 0.28s ease;
    will-change: opacity, transform, background-position;
}

.jiyin-home-refresh .jy-testimonials-motion .jy-section-heading:hover .jy-momentum-title {
    top: -3px;
    letter-spacing: 0.6px;
    -webkit-filter: drop-shadow(0 5px 10px rgba(230, 0, 18, 0.18));
            filter: drop-shadow(0 5px 10px rgba(230, 0, 18, 0.18));
}

.jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready .jy-eyebrow,
.jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready .jy-momentum-title,
.jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready .wprt-lines,
.jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready .jy-testimonial-grid blockquote {
    opacity: 0;
}

.jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready .jy-eyebrow {
    -webkit-transform: translateY(12px);
        -ms-transform: translateY(12px);
            transform: translateY(12px);
}

.jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready .jy-momentum-title {
    -webkit-transform: translateY(22px);
        -ms-transform: translateY(22px);
            transform: translateY(22px);
}

.jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready .wprt-lines {
    -webkit-transform: scaleX(0.25);
        -ms-transform: scaleX(0.25);
            transform: scaleX(0.25);
}

.jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready .jy-testimonial-grid blockquote {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
}

.jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready.is-in-view .jy-eyebrow {
    -webkit-animation: jyVoiceRise 0.55s ease-out both;
            animation: jyVoiceRise 0.55s ease-out both;
}

.jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready.is-in-view .jy-momentum-title {
    -webkit-animation: jyVoiceRise 0.75s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
            animation: jyVoiceRise 0.75s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready.is-in-view .wprt-lines {
    -webkit-animation: jyVoiceLine 0.65s 0.5s ease-out both;
            animation: jyVoiceLine 0.65s 0.5s ease-out both;
}

.jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready.is-in-view .jy-testimonial-grid blockquote {
    -webkit-animation: jyVoiceCard 0.7s 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
            animation: jyVoiceCard 0.7s 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready.is-in-view .jy-testimonial-grid blockquote:nth-child(2) {
    -webkit-animation-delay: 0.72s;
            animation-delay: 0.72s;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready.is-in-view .jy-momentum-title {
        color: transparent;
        background-image: -webkit-linear-gradient(350deg, #4b4b4b 0%, #4b4b4b 40%, #e60012 48%, #ff5260 50%, #4b4b4b 58%, #4b4b4b 100%);
        background-image: linear-gradient(100deg, #4b4b4b 0%, #4b4b4b 40%, #e60012 48%, #ff5260 50%, #4b4b4b 58%, #4b4b4b 100%);
        background-repeat: no-repeat;
        background-size: 280% 100%;
        background-position: 100% 0;
        -webkit-background-clip: text;
                background-clip: text;
        -webkit-animation-name: jyVoiceRise, jyVoiceShine;
                animation-name: jyVoiceRise, jyVoiceShine;
        -webkit-animation-duration: 0.75s, 4.8s;
                animation-duration: 0.75s, 4.8s;
        -webkit-animation-delay: 0.12s, 1.05s;
                animation-delay: 0.12s, 1.05s;
        -webkit-animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1), ease-in-out;
                animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1), ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
                animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: both, both;
                animation-fill-mode: both, both;
    }
}

@-webkit-keyframes jyVoiceRise {
    from { opacity: 0; -webkit-transform: translateY(22px); transform: translateY(22px); }
    to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes jyVoiceRise {
    from { opacity: 0; -webkit-transform: translateY(22px); transform: translateY(22px); }
    to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

@-webkit-keyframes jyVoiceLine {
    from { opacity: 0; -webkit-transform: scaleX(0.25); transform: scaleX(0.25); }
    to { opacity: 1; -webkit-transform: scaleX(1); transform: scaleX(1); }
}

@keyframes jyVoiceLine {
    from { opacity: 0; -webkit-transform: scaleX(0.25); transform: scaleX(0.25); }
    to { opacity: 1; -webkit-transform: scaleX(1); transform: scaleX(1); }
}

@-webkit-keyframes jyVoiceCard {
    from { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
    to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes jyVoiceCard {
    from { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
    to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

@-webkit-keyframes jyVoiceShine {
    0%, 18% { background-position: 100% 0; }
    54%, 100% { background-position: -45% 0; }
}

@keyframes jyVoiceShine {
    0%, 18% { background-position: 100% 0; }
    54%, 100% { background-position: -45% 0; }
}

@-webkit-keyframes jyVoiceReducedTitle {
    0% { opacity: 0; color: #e60012; -webkit-transform: translateY(14px) scale(0.98); transform: translateY(14px) scale(0.98); }
    55% { color: #e60012; }
    100% { opacity: 1; color: #4b4b4b; -webkit-transform: translateY(0) scale(1); transform: translateY(0) scale(1); }
}

@keyframes jyVoiceReducedTitle {
    0% { opacity: 0; color: #e60012; -webkit-transform: translateY(14px) scale(0.98); transform: translateY(14px) scale(0.98); }
    55% { color: #e60012; }
    100% { opacity: 1; color: #4b4b4b; -webkit-transform: translateY(0) scale(1); transform: translateY(0) scale(1); }
}

.jiyin-home-refresh .jy-testimonial-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.jiyin-home-refresh .jy-testimonial-grid blockquote {
    position: relative;
    top: 0;
    overflow: hidden;
    width: calc(50% - 30px);
    margin: 0 15px;
    padding: 34px 36px 30px;
    background: #f8f8f8;
    border: 0;
    border-left: 4px solid #e60012;
    outline: 0;
    -webkit-box-shadow: 0 8px 24px rgba(43, 32, 32, 0);
            box-shadow: 0 8px 24px rgba(43, 32, 32, 0);
    -webkit-transition: top 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
            transition: top 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
            transition: top 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
            transition: top 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.jiyin-home-refresh .jy-testimonial-grid blockquote:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: -webkit-linear-gradient(left, #e60012, #ff5260);
    background: linear-gradient(90deg, #e60012, #ff5260);
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
            transition: -webkit-transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
            transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
            transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.jiyin-home-refresh .jy-testimonial-grid blockquote:hover,
.jiyin-home-refresh .jy-testimonial-grid blockquote:focus {
    top: -9px;
    background-color: #fff;
    border-left-color: #ff2637;
    -webkit-box-shadow: 0 18px 42px rgba(58, 36, 36, 0.14);
            box-shadow: 0 18px 42px rgba(58, 36, 36, 0.14);
}

.jiyin-home-refresh .jy-testimonial-grid blockquote:focus {
    outline: 2px solid rgba(230, 0, 18, 0.45);
    outline-offset: 4px;
}

.jiyin-home-refresh .jy-testimonial-grid blockquote:hover:before,
.jiyin-home-refresh .jy-testimonial-grid blockquote:focus:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.jiyin-home-refresh .jy-quote-mark {
    position: absolute;
    top: 4px;
    right: 24px;
    color: #e1e1e1;
    font-family: Georgia, serif;
    font-size: 78px;
    line-height: 1;
    -webkit-transition: color 0.3s ease, right 0.3s ease, -webkit-transform 0.3s ease;
            transition: color 0.3s ease, right 0.3s ease, -webkit-transform 0.3s ease;
            transition: color 0.3s ease, right 0.3s ease, transform 0.3s ease;
            transition: color 0.3s ease, right 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.jiyin-home-refresh .jy-testimonial-grid blockquote:hover .jy-quote-mark,
.jiyin-home-refresh .jy-testimonial-grid blockquote:focus .jy-quote-mark {
    right: 18px;
    color: rgba(230, 0, 18, 0.16);
    -webkit-transform: translateY(4px) scale(1.08);
        -ms-transform: translateY(4px) scale(1.08);
            transform: translateY(4px) scale(1.08);
}

.jiyin-home-refresh .jy-testimonial-grid blockquote > p {
    position: relative;
    z-index: 1;
    min-height: 60px;
    margin: 0 0 22px;
    color: #585252;
    font-size: 15px;
    line-height: 1.9;
}

.jiyin-home-refresh .jy-testimonial-grid footer {
    color: #4b4b4b;
    font-size: 14px;
}

.jiyin-home-refresh .jy-testimonial-grid footer strong,
.jiyin-home-refresh .jy-testimonial-grid footer span {
    display: block;
}

.jiyin-home-refresh .jy-testimonial-grid footer strong {
    margin-bottom: 3px;
    -webkit-transition: color 0.25s ease, letter-spacing 0.25s ease;
            transition: color 0.25s ease, letter-spacing 0.25s ease;
}

.jiyin-home-refresh .jy-testimonial-grid blockquote:hover footer strong,
.jiyin-home-refresh .jy-testimonial-grid blockquote:focus footer strong {
    color: #e60012;
    letter-spacing: 0.4px;
}

.jiyin-home-refresh .jy-testimonial-grid footer span {
    color: #979797;
    font-size: 13px;
}

@media (prefers-reduced-motion: reduce) {
    .jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready.is-in-view .jy-eyebrow {
        -webkit-animation: jyVoiceRise 0.35s ease-out both;
                animation: jyVoiceRise 0.35s ease-out both;
    }

    .jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready.is-in-view .jy-momentum-title {
        background: none;
        -webkit-animation: jyVoiceReducedTitle 0.62s 0.06s ease-out both;
                animation: jyVoiceReducedTitle 0.62s 0.06s ease-out both;
    }

    .jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready.is-in-view .wprt-lines {
        -webkit-animation: jyVoiceLine 0.42s 0.22s ease-out both;
                animation: jyVoiceLine 0.42s 0.22s ease-out both;
    }

    .jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready.is-in-view .jy-testimonial-grid blockquote {
        -webkit-animation: jyVoiceCard 0.45s 0.28s ease-out both;
                animation: jyVoiceCard 0.45s 0.28s ease-out both;
    }

    .jiyin-home-refresh .jy-testimonials-motion.jy-motion-ready.is-in-view .jy-testimonial-grid blockquote:nth-child(2) {
        -webkit-animation-delay: 0.36s;
                animation-delay: 0.36s;
    }
}

/* 原站印刷主题背景上的咨询 CTA */
.jiyin-home-refresh .jy-home-cta {
    color: #fff;
    background-size: cover;
}

.jiyin-home-refresh .jy-cta-content {
    padding: 100px 0 105px 35px;
}

.jiyin-home-refresh .jy-cta-kicker {
    display: block;
    margin-bottom: 14px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
}

.jiyin-home-refresh .jy-cta-content h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 48px;
    line-height: 1.25;
    font-weight: 400;
}

.jiyin-home-refresh .jy-cta-content h2 strong {
    color: #e60012;
    font-weight: 700;
}

.jiyin-home-refresh .jy-cta-content > p {
    max-width: 570px;
    margin-bottom: 28px;
    color: #d1d1d1;
    font-size: 15px;
    line-height: 1.9;
}

.jiyin-home-refresh .jy-cta-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 22px;
}

.jiyin-home-refresh .jy-cta-phone {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}

.jiyin-home-refresh .jy-cta-phone:hover {
    color: #e60012;
}

.jiyin-home-refresh .jy-cta-promises {
    margin: 28px 0 0;
}

.jiyin-home-refresh .jy-cta-promises li {
    display: inline-block;
    margin-right: 24px;
    color: #c1c1c1;
    font-size: 13px;
}

.jiyin-home-refresh .jy-cta-promises li:before {
    content: "\f00c";
    margin-right: 7px;
    color: #e60012;
    font-family: FontAwesome;
}

@media only screen and (max-width: 991px) {
    .jiyin-home-refresh .jy-hero-copy {
        width: 55%;
        padding-right: 25px;
    }

    .jiyin-home-refresh .jy-hero-copy h1 {
        font-size: 40px;
    }

    .jiyin-home-refresh .jy-quote-form {
        width: 340px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .jiyin-home-refresh .jy-stat {
        width: 33.333%;
        margin-bottom: 28px;
    }

    .jiyin-home-refresh .jy-stat:nth-child(3):after,
    .jiyin-home-refresh .jy-stat:last-child:after {
        display: none;
    }

    .jiyin-home-refresh .jy-service-card,
    .jiyin-home-refresh .jy-process-item {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }

    .jiyin-home-refresh .jy-case-card {
        width: calc(50% - 30px);
    }

    .jiyin-home-refresh .jy-partner-grid a {
        width: calc(33.333% - 16px);
        margin-bottom: 16px;
    }

    .jiyin-home-refresh .jy-cta-content {
        padding: 78px 0;
        text-align: center;
    }

    .jiyin-home-refresh .jy-cta-content > p {
        margin-right: auto;
        margin-left: auto;
    }

    .jiyin-home-refresh .jy-cta-actions {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .jiyin-home-refresh .jy-video-hero {
        height: auto !important;
        min-height: 0;
    }

    .jiyin-home-refresh .jy-video-hero-inner {
        display: block;
        min-height: 0;
        padding-top: 112px;
        padding-bottom: 52px;
    }

    .jiyin-home-refresh .jy-hero-copy,
    .jiyin-home-refresh .jy-quote-form {
        width: 100%;
    }

    .jiyin-home-refresh .jy-hero-copy {
        padding-right: 0;
        text-align: center;
    }

    .jiyin-home-refresh .jy-hero-copy h1 {
        font-size: 34px;
        letter-spacing: 0;
    }

    .jiyin-home-refresh .jy-hero-subtitle {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .jiyin-home-refresh .jy-hero-lead {
        font-size: 14px;
    }

    .jiyin-home-refresh .jy-hero-actions,
    .jiyin-home-refresh .jy-hero-meta {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .jiyin-home-refresh .jy-hero-meta > span {
        min-width: 0;
        width: 33.333%;
        margin-right: 0;
    }

    .jiyin-home-refresh .jy-quote-form {
        max-width: 430px;
        margin: 34px auto 0;
        text-align: left;
    }

    .jiyin-home-refresh .jy-video-hero > .arrow {
        display: none;
    }

    .jiyin-home-refresh .jy-section {
        padding: 60px 0;
    }

    .jiyin-home-refresh .jy-section-heading {
        margin-bottom: 34px;
    }

    .jiyin-home-refresh .jy-section-heading h2 {
        font-size: 25px;
    }

    .jiyin-home-refresh .jy-stat {
        width: 50%;
    }

    .jiyin-home-refresh .jy-stat:nth-child(even):after {
        display: none;
    }

    .jiyin-home-refresh .jy-stat:nth-child(3):after {
        display: block;
    }

    .jiyin-home-refresh .jy-stat:last-child {
        width: 100%;
    }

    .jiyin-home-refresh .jy-service-card,
    .jiyin-home-refresh .jy-process-item,
    .jiyin-home-refresh .jy-testimonial-grid blockquote,
    .jiyin-home-refresh .jy-case-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .jiyin-home-refresh .jy-cases {
        padding: 60px 0;
    }

    .jiyin-home-refresh .jy-cases-heading {
        margin-bottom: 32px;
    }

    .jiyin-home-refresh .jy-case-grid {
        margin-bottom: -20px;
    }

    .jiyin-home-refresh .jy-service-card {
        min-height: 0;
    }

    .jiyin-home-refresh .jy-service-card > p,
    .jiyin-home-refresh .jy-service-card ul {
        min-height: 0;
    }

    .jiyin-home-refresh .jy-testimonial-grid {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .jiyin-home-refresh .jy-partner-grid a {
        width: calc(50% - 16px);
    }

    .jiyin-home-refresh .jy-cta-content h2 {
        font-size: 36px;
    }

    .jiyin-home-refresh .jy-cta-actions {
        display: block;
    }

    .jiyin-home-refresh .jy-cta-phone {
        display: block;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .jiyin-home-refresh .jy-video-hero-inner {
        padding-top: 95px;
    }

    .jiyin-home-refresh .jy-hero-tag {
        letter-spacing: 1px;
    }

    .jiyin-home-refresh .jy-hero-copy h1 {
        font-size: 30px;
    }

    .jiyin-home-refresh .jy-hero-actions {
        display: block;
    }

    .jiyin-home-refresh .jy-hero-actions .wprt-button {
        margin: 0 0 12px;
    }

    .jiyin-home-refresh .jy-hero-outline {
        min-width: 152px;
    }

    .jiyin-home-refresh .jy-hero-meta > span {
        font-size: 11px;
    }

    .jiyin-home-refresh .jy-hero-meta strong {
        font-size: 18px;
    }

    .jiyin-home-refresh .jy-quote-form {
        padding-right: 20px;
        padding-left: 20px;
    }

    .jiyin-home-refresh .jy-cases-heading h2 {
        font-size: 25px;
    }

    .jiyin-home-refresh .jy-cases-heading .wprt-button {
        padding-right: 1.2em;
        padding-left: 1.2em;
    }

    .jiyin-home-refresh .jy-case-image {
        height: 215px;
    }

    .jiyin-home-refresh .jy-stat strong {
        font-size: 31px;
    }

    .jiyin-home-refresh .jy-stat > span {
        font-size: 12px;
    }

    .jiyin-home-refresh .jy-partner-grid a {
        font-size: 14px;
    }

    .jiyin-home-refresh .jy-testimonial-grid blockquote {
        padding: 28px 24px;
    }

    .jiyin-home-refresh .jy-cta-content h2 {
        font-size: 30px;
    }

    .jiyin-home-refresh .jy-cta-promises li {
        display: block;
        margin: 8px 0;
    }
}
