/*--------------------------------------------------
    [4. ZS - Financial] 金融

    4.1 zs-financial-stage 集团金融分期

    4.2 zs-double-security 集团金融双保

    4.3 dealer-financial-service 子门店金融服务
----------------------------------------------------*/

/*--------------------------------------------------
    4.1 zs-financial-stage 集团金融分期
----------------------------------------------------*/
/*nav*/
.zs-financial-stage .zs-nav {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.zs-financial-stage .zs-nav .default-logo {
    -webkit-filter: grayscale(100%) brightness(500%);
    -moz-filter: grayscale(100%) brightness(500%);
    -ms-filter: grayscale(100%) brightness(500%);
    -o-filter: grayscale(100%) brightness(500%);
    filter: grayscale(100%) brightness(500%);
}

.zs-financial-stage .zs-nav .zs-nav-header span,
.zs-financial-stage .zs-nav .zs-tab li a {
    color: #fff;
}

.zs-financial-stage .zs-nav .zs-nav-header .point,
.zs-financial-stage .zs-nav .zs-tab ul li.active a::after {
    background: #fff;
}

.zs-financial-stage .zs-nav .zs-tab ul li a:hover,
.zs-financial-stage .zs-nav .zs-tab ul li.active a {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .zs-financial-stage .header-custom {
        height: auto;
        background: #00000033;
    }

    .zs-financial-stage .header-custom .default-logo {
        -webkit-filter: grayscale(100%) brightness(500%);
        -moz-filter: grayscale(100%) brightness(500%);
        -ms-filter: grayscale(100%) brightness(500%);
        -o-filter: grayscale(100%) brightness(500%);
        filter: grayscale(100%) brightness(500%);
    }

    .zs-financial-stage .header-custom .zs-nav-header .point {
        background: #fff;
    }

    .zs-financial-stage .header-custom .container > div > a,
    .zs-financial-stage .header-custom .container > div > a i,
    .zs-financial-stage .header-custom .zs-nav-header h1,
    .zs-financial-stage .header-custom .navbar-toggle {
        color: #fff;
    }
}

/*banner*/
.zs-financial-stage .banner {
    background: url("../images/banner-jinrong@2x.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 500px;
    margin-bottom: 40px;
    color: #fff;
    text-align: left;
}

.zs-financial-stage .banner .container {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    height: 500px;
}

.zs-financial-stage .banner .container > div {


}

.zs-financial-stage .banner h1 {
    font-size: 48px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 54px;
}

.zs-financial-stage .banner p {
    height: 42px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
}

@media screen and (max-width: 991px) {
    .zs-financial-stage .banner {
        background: url("../images/jrjsq-bg@2x.png") no-repeat center;
        background-size: cover;
        height: 192px;
        margin-bottom: 15px;
        text-align: center;
    }

    .zs-financial-stage .banner .container {
        justify-content: center;
        height: 192px;
        padding-top: 48px;
    }

    .zs-financial-stage .banner .container > div {

    }

    .zs-financial-stage .banner h1 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 5px 0;
    }

    .zs-financial-stage .banner p {
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }
}

/*其他模块*/
.other-module .row .item {
    max-height: 300px;
    position: relative;
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
}
.other-module .row .item img{
    width: 100%;
}


@media screen and (max-width:450px) {
    .other-module .hidden-md{
        height: 150px;
    }
}
.other-module .row .item > div {
    position: absolute;
    display: flex;
    z-index: 9;
    top: 0;
    padding-left: 80px;
    /* padding-right: 80px; */
    height: 100%;
    align-items: center;
    justify-content: left;
    width: 67%;
}

.other-module .row .item > div h2 {
    min-height: 70px;
    font-size: 42px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 70px;
    padding: 0;
    margin: 0;
}

.other-module .row .item > div p {
    min-height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
}

.other-module .row .item > div .btn-default-outline {
    width: 110px;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 991px) {

    .other-module .row .item {
        margin-bottom: 15px;
        border-radius: 6px;
    }

    .other-module .row .item > div {
        padding-left: 24px;
        padding-right: 24px;
        width: 70%;
    }

    .other-module .row .item > div h2 {
        min-height: 28px;
        font-size: 20px;
        line-height: 28px;
    }

    .other-module .row .item > div p {
        min-height: 17px;
        font-size: 12px !important;
        line-height: 17px;
    }

    .other-module .row .item > div .btn-default-outline {
        width: 80px;
        height: 24px;
        line-height: 24px;
        border-radius: 12px;
        font-size: 12px;
    }
}

/*--------------------------------------------------
    4.2 zs-double-security 集团金融双保
----------------------------------------------------*/
.zs-double-security {
    background: #F5F6F9FF;
}

/*banner*/
.zs-double-security .banner .container {
    position: relative;
    background: url("../images/sb-banner@2x.png") no-repeat center;
    background-size: cover;
    height: 386px;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #fff;
    text-align: left;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.zs-double-security .banner .container > div:first-child {
    padding-left: 124px;
    width: 100%;
}

.zs-double-security .banner .container > div:first-child h1 {
    font-size: 42px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 54px;
}

.zs-double-security .banner .container > div:first-child p {
    height: 42px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
}

.zs-double-security .banner .container > div:first-child .btn-primary {
    width: 162px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(142deg, #1B90FF 0%, #D1272E 100%);
    border-radius: 40px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    border: none;
}

.zs-double-security .banner .container > div:first-child .btn-primary:hover,
.zs-double-security .banner .container > div:first-child .btn-primary:focus {
    background: transparent;
    border: 1px solid #D1272E;
    color: #D1272E;
}

.zs-double-security .banner .container > div:last-child {
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
}

.zs-double-security .banner .container > div:last-child p {
    margin: 0;
    line-height: 60px;
    font-size: 16px;
}

.zs-double-security .banner .container > div:last-child p a {
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    vertical-align: initial;
}

.zs-double-security .banner .container > div:last-child p a:hover {
    color: #D1272E;
}

@media screen and (max-width: 991px) {
    .zs-double-security .banner {
        padding-top: 60px;
    }

    .zs-double-security .banner .container {
        position: relative;
        background: url("../images/sbwy-banner-mb@2x.png") no-repeat center;
        background-size: cover;
        height: 200px;
        margin-top: 0;
        margin-bottom: 20px;
        border-radius: 0;
        padding-left: 0 !important;
    }

    .zs-double-security .banner .container > div:first-child {
        padding-left: 20px;
    }

    .zs-double-security .banner .container > div:first-child h1 {
        margin: 0;
        font-size: 26px !important;
        font-weight: 600;
        line-height: 37px;
        text-shadow: 0px 1px 23px rgba(114, 75, 23, 0.78);
    }

    .zs-double-security .banner .container > div:first-child p {
        font-size: 14px;
        font-weight: 400;
        height: 20px;
        line-height: 20px;
        text-shadow: 0px 1px 23px rgba(77, 57, 32, 0.78);
    }

    .zs-double-security .banner .container > div:first-child .btn-primary {
        width: 86px;
        height: 28px;
        line-height: 28px;
        border-radius: 40px;
        font-size: 12px;
    }

    .zs-double-security .banner .container > div:last-child {
        height: 40px;
    }

    .zs-double-security .banner .container > div:last-child p {
        line-height: 40px;
        font-size: 13px !important;
    }

    .zs-double-security .banner .container > div:last-child p a {
        font-size: 13px;
        padding: 0;
    }

    .zs-double-security .banner .container > div:last-child p a i {
        font-size: 12px;
    }

}

/*标题*/
.zs-double-security .title {
    text-align: center;
    margin-bottom: 30px;
}

.zs-double-security .title h2 {
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
}

.zs-double-security .title h2:before {
    content: url("../images/decorate-left.png");
    width: auto;
    height: auto;
    position: absolute;
    left: -90px;
}

.zs-double-security .title h2:after {
    content: url("../images/decorate-right.png");
    width: auto;
    height: auto;
    position: absolute;
    right: -90px;
}

.zs-double-security .title p {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    line-height: 22px;
}

@media screen and (max-width: 991px) {
    .zs-double-security .title {
        margin-bottom: 10px;
    }

    .zs-double-security .title h2 {
        height: 18px;
        font-size: 18px !important;
        line-height: 18px;
    }

    .zs-double-security .title p {
        font-size: 14px !important;
    }
}

/*双保无忧 六年无忧*/
.zs-double-security .carefree-info .row {
    margin-left: 0;
    margin-right: 0;
}

.zs-double-security .carefree-info .row > div {
    padding-left: 0;
}

.zs-double-security .carefree-info .row .item {
    background: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 48px 0 48px 0;
}

.zs-double-security .carefree-info .row .item img {
    width: 60px;
    height: 60px;
}

.zs-double-security .carefree-info .row .item h3 {
    height: 37px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 37px;
    margin: 0;
}

.zs-double-security .carefree-info .row .item p {
    min-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 20px;
}

.zs-double-security .carefree-info .row .item .btn-primary-outline {
    width: 109px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #D1272E;
    font-size: 16px;
    font-weight: 400;
    color: #D1272E;
    padding: 0;
    margin: 20px 0 0 0;
    background: transparent;
}

.zs-double-security .carefree-info .row .item .btn-primary-outline:hover {
    background: #D1272E;
    color: #fff;
}

.zs-double-security .carefree-info .row .item .btn-primary-outline:hover a{
    color: #fff;
}

@media screen and (max-width: 991px) {

    .zs-double-security .carefree-info .row .item {
        border-radius: 12px;
        padding: 23px 0 30px 0;
        margin-bottom: 15px;
    }

    .zs-double-security .carefree-info .row .item img {
        width: 40px;
        height: 40px;
    }

    .zs-double-security .carefree-info .row .item h3 {
        height: 22px;
        font-size: 16px !important;
        line-height: 22px;
    }

    .zs-double-security .carefree-info .row .item p {
        min-height: 18px;
        font-size: 13px !important;
        line-height: 18px;
    }

    .zs-double-security .carefree-info .row .item .btn-primary-outline {
        width: 84px;
        height: 28px;
        border-radius: 18px;
        border: 1px solid #D1272E;
        font-size: 13px;
        margin: 10px 0 0 0;
    }

    .zs-double-security .carefree-info .row .item .btn-primary-outline:hover {
        background: #D1272E;
        color: #fff;
    }
}

/*如何使用*/
.zs-double-security .how-to-use .row {
    background: #fff;
    border-radius: 12px;
    text-align: center;
    margin: 0;
}

.zs-double-security .how-to-use .row .item {
    position: relative;
    padding: 48px 0 48px 0;
}

.zs-double-security .how-to-use .row .col-md-3:not(:last-child) .item::after {
    content: '\e642';
    position: absolute;
    font-size: 16px;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    top: 50%;
    color: #BBBBBB;
}

.zs-double-security .how-to-use .row .item img {
    width: 60px;
    height: 60px;
}

.zs-double-security .how-to-use .row .item h3 {
    height: 37px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 37px;
    margin: 0;
}

.zs-double-security .how-to-use .row .item p {
    min-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 20px;
}

@media screen and (max-width: 991px) {
    .zs-double-security .how-to-use .row .col-md-3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .zs-double-security .how-to-use .row .item {
        position: relative;
        padding: 30px 0 30px 0;
    }

    .zs-double-security .how-to-use .row .col-md-3:not(:last-child) .item::after {
        font-size: 12px;
        right: -17px;
        top: 25%;
    }

    .zs-double-security .how-to-use .row .item img {
        width: 40px;
        height: 40px;
    }

    .zs-double-security .how-to-use .row .item h3 {
        font-size: 14px !important;
        font-weight: 500;
        color: #000000;
    }

    .zs-double-security .how-to-use .row .item p {
        height: 34px;
        font-size: 12px !important;
        font-weight: 500;
        line-height: 17px;
    }


}

/*--------------------------------------------------
    4.3 dealer-financial-service 子门店金融服务
----------------------------------------------------*/
/*通用*/
.dealer-financial-service .title {
    margin: 0px auto;
}

.dealer-financial-service .title h2 {
    height: 42px;
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 42px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.more {
    text-align: center;
    margin-top: 40px;
}

.more a {
    height: 18px;
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #333333;
    line-height: 18px;
}

@media screen and (max-width: 991px) {
    .dealer-financial-service .title h2 {
        text-align: left;
        display: inline-block;
    }

    .dealer-financial-service .title a {
        font-size: 14px;
        float: right;
        line-height: 43px;
        color: #888;
    }
    .dealer-financial-service .title a i{
        font-size: 12px;
        color: #888;
    }
}

/*banner*/
.dealer-financial-service .banner {
    background: url("../images/banner1@2x.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 440px;
    color: #fff;
    text-align: left;
}

.dealer-financial-service .banner .container {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    height: 100%;
}

.dealer-financial-service .banner .container > div {


}

.dealer-financial-service .banner h1 {
    font-size: 42px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 54px;
}

.dealer-financial-service .banner p {
    height: 42px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
}

.dealer-financial-service .banner .btn-primary {
    width: 140px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(
            142deg, #1B90FF 0%, #D1272E 100%);
    border-radius: 23px;
    border: none;
    padding: 0;
    margin: 0;
}

.dealer-financial-service .banner .btn-primary:focus,
.dealer-financial-service .banner .btn-primary:hover {
    outline: none;
    border: 1px solid #D1272E;
    color: #D1272E;
    background: #fff;
}

@media screen and (max-width: 991px) {
    .dealer-financial-service .content {
        padding-top: 48px;
    }

    .dealer-financial-service .banner {
        background: url("../images/banner1.png") no-repeat center;
        background-size: cover;
        height: 158px;
        margin-bottom: 15px;
        text-align: center;
    }

    .dealer-financial-service .banner .container {
        justify-content: center;
        height: 100%;
    }

    .dealer-financial-service .banner .container > div {
        padding-left: 130px;
        text-align: left;
    }

    .dealer-financial-service .banner h1 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 5px 0;
        font-family: PingFangSC-Medium, PingFang SC;
    }

    .dealer-financial-service .banner p {
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
    }

    .dealer-financial-service .banner .btn-primary {
        font-size: 12px;
        width: 76px;
        height: 20px;
        line-height: 20px;
        box-shadow: none;
        border: none;
        border-radius: 10px;
    }
}

/*快捷方式*/
.dealer-financial-service .shortcut-entry {
    width: 100%;
    height: 285px;
    background: #F5F6F9;
}

.dealer-financial-service .shortcut-entry .container,
.dealer-financial-service .shortcut-entry .container > div {
    height: 100%;
}

.dealer-financial-service .shortcut-entry .container > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dealer-financial-service .shortcut-entry .container > div > div.border {
    border-left: 2px solid #DEDEDE;
    position: relative;
}

.dealer-financial-service .shortcut-entry .container > div .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px;
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #dedede;
    border-left-width: 0;
}

.dealer-financial-service .shortcut-entry .container > div .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: -10px;
    left: -7px;
    content: " ";
    border-right-color: #f5f6f9;
    border-left-width: 0;
    border-width: 10px;
}

.dealer-financial-service .shortcut-entry .container > div > div {
    flex: 1;
    text-align: center;
}

.dealer-financial-service .shortcut-entry .container > div > div:first-child h2 {
    height: 59px;
    font-size: 42px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 59px;
}

.dealer-financial-service .shortcut-entry .container > div > div:first-child h4 {
    font-size: 24px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #000000;
    height: 33px;
    line-height: 33px;
    position: relative;
    display: inline-block;
    width: 162px;
}

.dealer-financial-service .shortcut-entry .container > div > div:first-child h4 .left {
    background: url(../images/decorate-left@2x.png) no-repeat center;
    background-size: contain;
    width: 28px;
    height: 33px;
    position: absolute;
    left: 0px;
    display: inline-block;
}

.dealer-financial-service .shortcut-entry .container > div > div:first-child h4 .right {
    background: url(../images/decorate-right@2x.png) no-repeat center;
    background-size: contain;
    width: 28px;
    height: 33px;
    position: absolute;
    right: 0px;
    display: inline-block;
}

.dealer-financial-service .shortcut-entry .container > div > div img {
    height: 80px;
    width: 80px;
    margin: 0 auto;
}

.dealer-financial-service .shortcut-entry .container > div > div h4 {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 33px;
}

.dealer-financial-service .shortcut-entry .container > div > div p {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    line-height: 22px;
}

@media screen and (max-width: 991px) {
    .dealer-financial-service .shortcut-entry {
        height: 169px;
        background: #fff;
    }

    .dealer-financial-service .shortcut-entry .container,
    .dealer-financial-service .shortcut-entry .container > div {
        height: 100%;
    }

    .dealer-financial-service .shortcut-entry .container > div {
        display: flex;
        flex-wrap: wrap;
        height: 150px;
    }

    .dealer-financial-service .shortcut-entry .container > div > div.border {
        border-left: none;
        position: initial;
    }

    .dealer-financial-service .shortcut-entry .container > div > div {
        flex: 1;
        text-align: center;
    }

    .dealer-financial-service .shortcut-entry .container > div > div:first-child {
        flex: none;
        width: 100%;
    }

    .dealer-financial-service .shortcut-entry .container > div > div:first-child h4 {
        height: 33px;
        font-size: 14px !important;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #888888;
        line-height: 33px;
        padding: 0;
        margin: 0;
    }

    .dealer-financial-service .shortcut-entry .container > div > div:first-child h4 .right {
        background: url(../images/decorate-mb@2x.png) no-repeat center;
        background-size: contain;
        width: 301px;
        height: 33px;
        position: absolute;
        left: -43%;
        display: inline-block;
    }

    .dealer-financial-service .shortcut-entry .container > div > div img {
        height: 36px;
        width: 36px;
    }

    .dealer-financial-service .shortcut-entry .container > div > div h4 {
        height: 23px;
        font-size: 14px !important;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
        line-height: 23px;
        padding: 0;
        margin: 0;
    }

    .dealer-financial-service .shortcut-entry .container > div > div p {
        height: 20px;
        font-size: 12px !important;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #888888;
        line-height: 20px;
        padding: 0;
        margin: 0;
    }
}

/*分期购车推荐*/
.dealer-financial-service .stages .container .row {
    margin: 0 -19px 0 0 !important;
}

.dealer-financial-service .stages .container .row div[class*="col-md-"] {
    padding-left: 0;
    padding-right: 19px;
    margin-top: 19px;
}

.dealer-financial-service .stages .container .item {
    background: #fff;
    box-shadow: 0 1px 15px -6px rgba(218, 218, 218, 0.52);
    border-radius: 12px;
}

.dealer-financial-service .stages .container > .item {
    background: #F5F7FD;
    margin-bottom: 50px;
}

.dealer-financial-service .stages .container .item img {
    width: 100%;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
}

.dealer-financial-service .stages .container .item > div {
    border: 1px solid #efefef;
    border-top-color: transparent;
    border-radius: 0 0 12px 12px;
    padding: 20px;
}

.dealer-financial-service .stages .container > .item > div {
    padding: 10px 50px;
}

.dealer-financial-service .stages .container .item > div h3,
.dealer-financial-service .stages .container .item > div h3 a {
    font-family: PingFangSC-Medium, PingFang SC;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    padding: 0;
    margin: 0 0 3px 0;
    height: auto !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dealer-financial-service .stages .container .item > div h3 a:hover {
    color: #D1272E;
}

.dealer-financial-service .stages .container .item > div p {
    font-size: 16px;
    font-weight: 400;
    color: #D1272E;
    line-height: 22px;
}

.dealer-financial-service .stages .container > .item > div p {
    height: 26px;
    font-size: 20px;
    font-weight: 600;
    color: #3E3E3E;
}

.dealer-financial-service .stages .container .item > div svg {
    font-size: 30px;
    float: right;
    margin-top: -45px;
}

.dealer-financial-service .stages .container .item > div strong {
    color: #FF5F1D;
}

.dealer-financial-service .stages .container .item .flex {
    display: flex;
    padding: 15px 0 0 0;
    font-size: 16px;
}

.dealer-financial-service .stages .container .item .flex a,
.dealer-financial-service .stages .container .item .flex i {
    color: #bbb;
    text-decoration: none;
}

.dealer-financial-service .stages .bg-color-light {
    margin-top: 40px;
}

.dealer-financial-service .stages .bg-color-light .container .item {
    margin-left: 160px;
    position: relative;
    padding: 50px 0;
}

.dealer-financial-service .stages .bg-color-light .container .item > div {
    margin-left: 33%;
    height: 300px;
    border: none;
}

.dealer-financial-service .stages .bg-color-light .container .item img {
    width: 45%;
    border-radius: 12px;
    position: absolute;
    left: -160px;
    object-fit: cover;

}

.dealer-financial-service .stages .bg-color-light .container .item h3 {
    font-size: 24px;
    font-weight: 600;
    color: #3E3E3E;
    margin-bottom: 15px;
    -webkit-line-clamp: 2 !important;
}

.dealer-financial-service .stages .bg-color-light .container .item h3 a {
    -webkit-line-clamp: 2 !important;
}

.dealer-financial-service .stages .bg-color-light .container .item hr {
    width: 50px;
    margin-left: 0;
    border-bottom: 4px solid #D1272E;
}

.dealer-financial-service .stages .bg-color-light .container .item strong {
    font-size: 24px;
    font-weight: 600;
    color: #FF5F1D;
    line-height: 24px;
}

.dealer-financial-service .stages .bg-color-light .container .item .btn {
    width: 130px;
    height: 46px;
    background: linear-gradient(142deg, #1B90FF 0%, #D1272E 100%);
    border-radius: 23px;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 46px;
    padding: 0;
    margin-top: 75px;
    font-family: PingFangSC-Light, PingFang SC;
}

.dealer-financial-service .stages .bg-color-light .container .item .btn:hover {
    border-radius: 23px;
    background: transparent;
    border: 1px solid #D1272E;
    color: #D1272E;
}

@media screen and (max-width: 991px) {

    .dealer-financial-service .stages .container .row {
        margin: 0 -15px 0 0 !important;
    }

    .dealer-financial-service .stages .container .row div[class*="col-md-"] {
        padding-left: 0;
        padding-right: 15px;
       margin: 0;
    }

    .dealer-financial-service .stages .container .item {
        box-shadow: none;
        border-radius: 6px;
        background: transparent;
        margin-bottom: 0;
    }

    .dealer-financial-service .stages .container .item img {
        float: none;
        height: 105px;
        width: 100%;
        object-fit: cover;
        border-radius: 6px 6px 0 0;
    }

    .dealer-financial-service .stages .container .item > div {
        border-radius: 0 0 6px 6px;
        padding: 10px;
    }

    .dealer-financial-service .stages .container .item > div h3,
    .dealer-financial-service .stages .container .item > div h3 a {
        font-size: 14px!important;
        font-weight: 500;
        font-family: PingFangSC-Medium, PingFang SC;
        line-height: 20px;
        margin: 0;
    }
    .dealer-financial-service .stages .container .item > div svg{
        font-size: 16px;
        margin-top: -30px;

    }
    .dealer-financial-service .stages .container .item > div p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .dealer-financial-service .stages .container .item > div strong {
        margin-bottom: 0;
        font-size: 14px;
    }

    .dealer-financial-service .stages .container .item .flex {
        display: flex;
        padding: 0;
        font-size: 12px;
        margin-top: 5px;
    }

    .dealer-financial-service .stages .bg-color-light {
        margin: 0;
        background: transparent;
        padding: 16px 0;
    }

    .dealer-financial-service .stages .bg-color-light .container .item {
        margin-left: 0;
        position: inherit;
        padding: 0;
    }

    .dealer-financial-service .stages .bg-color-light .container .item > div {
        margin-left: 0;
        height: auto;
        border: none;
        padding: 20px 15px;
        background: #F5F7FD;
    }

    .dealer-financial-service .stages .bg-color-light .container .item img {
        width: 100%;
        border-radius: 6px 6px 0 0;
        position: inherit;
        left: 0;
        object-fit: cover;
        height: 234px;
        float: initial;

    }

    .dealer-financial-service .stages .bg-color-light .container .item h3,
    .dealer-financial-service .stages .bg-color-light .container .item h3 a {
        font-size: 16px!important;
        font-weight: 600;
        margin-bottom: 3px;
        font-family: PingFangSC-Medium, PingFang SC;
        -webkit-line-clamp: 1 !important;
    }

    .dealer-financial-service .stages .bg-color-light .item p {
        font-size: 14px!important;
    }

    .dealer-financial-service .stages .bg-color-light .item hr {
        width: 30px!important;
        padding: 0;
        margin: 0px 0 10px 0;
        border-bottom: 1px solid #888888;
    }

    .dealer-financial-service .stages .bg-color-light .container .item strong {
        font-size: 16px;
        line-height: 20px;
    }

    .dealer-financial-service .stages .bg-color-light .container .item .btn {
        float: right;
        margin-top: -50px;
        font-size: 12px;
        width: 88px;
        height: 32px !important;
        border-radius: 16px;
        font-size: 12px;
        padding: 0 10px !important;
        line-height: 32px !important;
        background: linear-gradient(142deg, #1B90FF 0%, #D1272E 100%);
        color: #FFFFFF;
    }

    .dealer-financial-service .stages .bg-color-light .container .item .btn:hover {
        border-radius: 23px;
        background: transparent;
        border: 1px solid #D1272E;
        color: #D1272E;
    }
}

/*分期流程*/
.dealer-financial-service .stage-process{
    padding-top: 0;
}
.dealer-financial-service .stage-process .row {
    background: #fff;
    border-radius: 12px;
    text-align: center;
    margin: 40px 0;
}

.dealer-financial-service .stage-process .row .item {
    position: relative;
    padding: 48px 0 48px 0;
    background: #F5F7FD;
    margin: 0 20px;
    border-radius: 12px;
}

.dealer-financial-service .stage-process .row .col-md-3:not(:last-child) .item::after {
    content: '\e642';
    position: absolute;
    font-size: 16px;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: -45px;
    top: 50%;
    color: #BBBBBB;
}

.dealer-financial-service .stage-process .row .item img {
    width: 60px;
    height: 60px;
}

.dealer-financial-service .stage-process .row .item h3 {
    height: 37px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 37px;
    margin: 0;
}

.dealer-financial-service .stage-process .row .item p {
    min-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 20px;
}

@media screen and (max-width: 991px) {
    .dealer-financial-service .stage-process{
        padding-top: 30px;
    }
    .dealer-financial-service .stage-process .row .col-md-3 {
        padding-left: 0;
        padding-right: 0;
    }

    .dealer-financial-service .stage-process .row .item {
        position: relative;
        padding: 0;
        margin: 0;
        background: transparent;
    }

    .dealer-financial-service .stage-process .row .col-md-3:not(:last-child) .item::after {
        font-size: 12px;
        right: -8px;
        top: 25%;
    }

    .dealer-financial-service .stage-process .row .item img {
        width: 42px;
        height: 42px;
    }

    .dealer-financial-service .stage-process .row .item h3 {
        font-size: 14px !important;
        font-weight: 500;
        color: #000000;
    }

    .dealer-financial-service .stage-process .row .item p {
        height: 34px;
        font-size: 12px !important;
        font-weight: 500;
        line-height: 17px;
    }
}

/*FAQ */
.dealer-financial-service .faq {
padding-top: 0;
}

.dealer-financial-service .faq .container:last-child > div {
    margin-bottom: 60px;
}

.dealer-financial-service .faq h3 {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
}

.dealer-financial-service .faq img {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
    margin-right: 5px;
}

.dealer-financial-service .faq p {
    line-height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #434343;
    /*line-height: 30px;*/
}
@media screen and (max-width: 991px){
    .dealer-financial-service .faq {

    }

    .dealer-financial-service .faq .container:last-child > div {
        margin-bottom: 30px;
    }

    .dealer-financial-service .faq h3 {
        font-size: 14px!important;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #000000;
        line-height: 24px;
    }

    .dealer-financial-service .faq img {
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }

    .dealer-financial-service .faq p {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #434343;
        line-height: 24px;
    }
}
