/*----------------------------------------------------------------------

[-----*** TABLE OF CONTENT ***-----]

1. ZS - Index       首页
2. ZS - Cars        选车
3. ZS - Service     车主服务
4. ZS - Financial   金融
5. ZS - Dealers     服务网络
6. ZS - Community   社区
7. ZS - About ZS    关于3118云顶集团官网

复杂蓝色值：#0D5BD6
-----------------------------------------------------------------------*/

html,
body {
    /* scrollbar-width: none;
    overflow-y: auto; */
}



a {
    color: #0D5BD6;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0D5BD6;
    text-decoration: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

/* @media (max-width: 991px) {
    .container {
        width: 100%!important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 991px) and (max-width: 991px) {
    .container {
        width: 750px!important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 970px!important;
    }
}

@media (min-width: 1200px) and (max-width: 1339px) {
    .container {
        width: 1160px!important;
    }
}

@media (min-width: 1440px) and (max-width: 1679px) {
    .container {
        width: 1260px!important;
    }
}

@media (min-width: 1680px) and (max-width: 1959px) {
    .container {
        width: 1360px!important;
    }
}

@media (min-width: 1960px) {
    .container {
        width: 1560px!important;
    }
}
 */

@media (max-width: 1440px) {
    .hide-in-1x {
        display: none !important;
    }
}

@media (min-width: 1441px) {
    .hide-in-2x {
        display: none !important;
    }
}

.justify-content-md-center {
    height: 100%;
    display: flex;
    align-items: center;
}


.carousel-banner {
    height: 525px;
    background-color: #ccc;
}

.carousel-indicators {
    /*bottom: 0;*/
    bottom: 30px;
}

.carousel-indicators .active {
    border: 1px solid #0D5BD6 !important;
    background-color: #0D5BD6 !important;
}

.carousel-indicators li {
    margin: 0 3px;
    border: 1px solid #fff !important;
    background-color: #fff;
}

.carousel-indicators li,
.carousel-indicators .active {
    width: 16px;
    height: 3px;
}

@media (max-width: 991px) {
    .carousel-banner {
        height: 325px;
    }

    .carousel-indicators {
        bottom: 0;
    }

    .carousel-indicators .active {
        border: 1px solid #0D5BD6 !important;
        background-color: #0D5BD6 !important;
    }

    .carousel-indicators li {
        margin: 0 3px;
        border: 1px solid #fff !important;
        background-color: #fff;
    }

    .carousel-indicators li,
    .carousel-indicators .active {
        width: 10px;
        height: 3px;
    }

}

@media (min-width: 991px) {
    .navbar-right {
        float: right !important;
        margin-right: 10px;
    }

    .md-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .md-margin-bottom-50 {
        margin-bottom: 50px;
    }
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    background: #242429;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #0D5BD6;
    text-decoration: none;
    outline: 0;
    background-color: #F8F8F8;
}

.btn-default {
    color: #666;
}

.btn-primary-shadow {
    background: linear-gradient(0deg, #0D5BD6, #0D5BD6) !important;
    box-shadow: 0px 3px 10px 3px rgba(242, 110, 33, 0.2);
    border: transparent;
    padding: 10px 80px;
    border-radius: 3px;
}

.btn-primary-shadow:hover {
    background: linear-gradient(0deg, #0D5BD6, #0D5BD6) !important;
}

.carousel-indicators li {
    margin: 0 5px;
    border: 1px solid #fff !important;
    background-color: #fff;
}

@media (min-width: 991px) {
    .navbar-right {
        float: right !important;
        margin-right: 10px;
    }

    .md-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .md-margin-bottom-50 {
        margin-bottom: 50px;
    }
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    background: #242429;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #e96a14;
    text-decoration: none;
    outline: 0;
    background-color: #F8F8F8;
}

.btn-default-outline {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 22px;
    padding: 0 46px;
    height: 52px;
    line-height: 52px;
    margin: 50px 0 0 0;
}

.btn-default-outline:hover {
    color: #0D5BD6;
    background-color: white;
    /*border-color: #0D5BD6;*/
    /*color: white;*/
}

.btn-primary-shadow {
    background: linear-gradient(0deg, #FF7C30, #F47429) !important;
    box-shadow: 0px 3px 10px 3px rgba(242, 110, 33, 0.2);
    border: transparent;
    padding: 10px 80px;
    border-radius: 3px;
}

.btn-primary-shadow:hover {
    background: linear-gradient(0deg, #cb6629, #e87530) !important;
}

.content-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .content-sm {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .index .content-sm {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    #carousel-banner {
        overflow: auto;
        /* winphone8和android4+ */
        -webkit-overflow-scrolling: touch;
        /* ios5+ */
    }
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
    .md-margin-top-70 {
        margin-top: 70px !important;
    }
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-right-25 {
    padding-right: 25px;
}

/*--------------------------------------------------
    [1. ZS - Index] 首页
----------------------------------------------------*/

/*首页-通用*/

.index .title h2 {
    height: 37px;
    line-height: 37px;
    font-size: 26px;
    font-weight: 600;
    color: #0D5BD6;
    padding: 0;
    margin: 0;
}

.index .title p {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    /*margin-bottom: 0;*/
}

.index .title a {
    float: right;
    margin-top: -30px;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}

.index .title a i {
    font-size: 12px;
    line-height: 20px;
}

@media screen and (max-width: 991px) {
    .index {
        background: #F5F6F9 !important;
    }

    .index .title h2 {
        margin: 0 0 10px 0;
        font-size: 18px !important;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
    }

    .index .title a {
        color: #888;
        margin-top: -40px;
    }
}

/*首页-banner*/
.banner {
    /* min-height: 830px; */
    height: 100%;
    text-align: center;
    background-size: cover !important;
}

.banner img {
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
}

/*.banner img:hover {*/
/*       transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);*/
/*}*/

.banner .container h1 {
    color: #fff;
    font-size: 48px;
    line-height: 80px;
    font-weight: 600;
    display: inline-block;
    /*padding: 160px 0 0px 0;*/
}

.banner .container h1 strong {
    font-weight: 500;
    color: #0D5BD6;
}

.banner .container p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
}

.banner .container > div {
    width: auto;
    text-align: left;
}

.banner .container .btn{
    border-radius: 22px;
    font-size: 16px;
    padding: 0 46px;
    height: 43px;
    line-height: 43px;
    margin: 30px 0 0 0;
}

p {
    line-height: 25px;
}

.carousel-inner,
.carousel-inner > .item > img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.carousel-inner > .item > .container {
    z-index: 999;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 991px){
    .carousel-inner > .item > .container{
        justify-content: center;
        display: block;
    }
}
.carousel-inner > .item > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0.3;
    background: #000;
}

.carousel-control {
    text-shadow: none;
    opacity: .3;
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .6;
    filter: alpha(opacity=90);
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
}

.glyphicon-chevron-left,
.glyphicon-chevron-right {
    background-color: #8d8d8d;
    width: 35px !important;
    height: 80px !important;
    padding-top: 20px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 991px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        line-height: 1.3;
    }

    .banner {
        /*min-height: 375px;*/
        background-size: cover;
    }

    p {
        font-size: 100% !important;
    }

    h2 {
        font-size: 130% !important;
        font-weight: 500;
    }

    h2 > a {
        font-size: 80% !important;
        height: auto !important;
        line-height: initial !important;
    }

    h3 {
        font-size: 140% !important;
    }

    h4 {
        font-size: 110% !important;
    }

    .sm-margin-bottom-50 {
        margin-bottom: 50px;
    }

    .sm-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .numbers {
        font-size: 45px;
        text-align: center;
    }

    .banner .container > div {
        width: auto;
        text-align: center;
        /*padding-left: 30px;*/
    }

    .banner .container h1 {
        font-size: 145%;
        line-height: normal;
        font-weight: 500;
        display: inline-block;
        /*padding: 151px 0 0 0;*/
    }

    .banner .container p {
        font-size: 100%;
        font-weight: 400;
        padding: 3px 0;
        margin-bottom: 0;
    }

    .banner .container .btn-primary-shadow {
        padding: 10px 40px;
    }

    .banner .container .btn-default-outline {
        color: #fff;
        background: transparent;
        border: 1px solid #fff;
        /*border-radius: 0;*/
        font-size: 100%;
        padding: 0 20px;
        height: 26px;
        line-height: 26px;
        margin: 30px 0 0 0;
    }
}


@media (max-width: 991px) {

    .banner .container h1 {
        padding: 65px 0 0 0;
        margin-bottom: 0;
        font-size: 24px !important;
        font-family: SourceHanSansSC-Bold, SourceHanSansSC;
        font-weight: bold;
    }

    .carousel-indicators {
        bottom: 0;
    }

    .carousel-control.left,
    .carousel-control.right {
        background-image: none !important;
    }

    .glyphicon-chevron-left,
    .glyphicon-chevron-right {
        background-color: #666666;
        width: 40px;
        height: 40px;
        padding-top: 8px;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
    }

    .banner.banner-recruitment h1 {
        /*padding: 170px 0 0 0;*/
        padding: 60px 0 0 0;
    }
}

@media (min-width: 992px) {
    .banner.banner-recruitment h1 {
        /*padding: 170px 0 0 0;*/
        padding: 60px 0 0 0;
    }
}

.bg-color-darker {
    /* background: #000; */
}

.bg-color-light {
    background: #F6F6F6;
}

hr {
    height: 4px;
    width: 50px;
    padding: 0;
    margin: 0;
    border: 0;
    margin-left: 2px;
    background: #0D5BD6;
}

/*************************
 首页-搜索框
*************************/
.search-car-module {
    position: absolute;
    bottom: 220px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.search-car-module .nav-tabs {
    border-bottom: none;
    text-align: center;
}

.search-car-module .nav-tabs > li {
    float: none;
    display: inline-block;
    position: relative;
    height: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search-car-module .nav-tabs > li a {
    color: #D2E4FF;
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 30px;
    margin: 0;
    border: none;

}

.search-car-module .nav-tabs > li.active > a,
.search-car-module .nav-tabs > li.active > a:hover,
.search-car-module .nav-tabs > li.active > a:focus,
.search-car-module .nav-tabs > li > a:hover,
.search-car-module .nav-tabs > li > a:focus {
    color: #fff;
    font-weight: 600;
    border: none;
    background: transparent;
}

.search-car-module .nav-tabs > li.active {
}

.search-car-module .nav-tabs > li:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: -10px;
    content: " ";
    border-width: 10px;
    border-bottom-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.search-car-module .nav-tabs > li.active:after {
    opacity: 1;
}

.search-car-module .tab-content {
    width: 610px;
    margin: 0 auto;
    margin-top: 8px;
}

.search-car-module .tab-content .tab-pane {
    width: 610px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 8px;
}

.search-car-module .tab-content .tab-pane .form-inline {
    display: flex;
    height: 64px;
}

.search-car-module .tab-content .tab-pane .form-inline > div:first-child {
    padding: 8px;
    width: auto;
    flex: 1;
}

.search-car-module .tab-content .tab-pane .form-inline > div:last-child {
    width: 130px;
}

.search-car-module .tab-content .tab-pane .form-inline .select::after {
    top: 15px;
}

.search-car-module .tab-content .tab-pane .form-inline select.form-control {
    width: 150px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #C6C6C6 !important;
    font-size: 16px;
    color: #222;
    box-shadow: none;
}

.search-car-module .tab-content .tab-pane .form-inline .btn-group button {
    width: 150px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #C6C6C6 !important;
    font-size: 16px;
    color: #222;
    box-shadow: none;
    text-align: left;

}

.search-car-module .tab-content .tab-pane .form-inline .btn-group button .icon {
    float: right;
    font-size: 13px;
    padding-top: 3px;
}

.search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu {
    width: 610px;
    padding: 20px;
    margin: 5px -9px;
}

.search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu a {
    display: block;
    background: #F5F5F5;
    border-radius: 6px;
    color: #000;
}

.search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu.car-brand a i {
    height: 31px;
    color: #000;
    line-height: 31px;
    font-weight: bold;
}

.search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu.car-brand a {
    height: 81px;
    padding: 10px;

}

.search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu a:hover,
.search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu a.active {
    box-shadow: none;
    background: #eef1fe;

}

.search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu a:hover,
.search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu a.active,
.search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu a:hover span,
.search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu a.active span {
    color: #004cff;
}

.search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu span {
    display: block;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu .row > div {
    padding: 5px;
    margin: 0;
}

.search-car-module .tab-content .tab-pane .form-inline > div:last-child button {
    padding: 0;
    border: 0;
    background: #ccc;
    height: 64px;
    width: 100%;
    background: linear-gradient(142deg, #1B90FF 0%, #004CFF 100%);
    border-radius: 0px 8px 8px 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .search-car-module {
        bottom: -25px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .search-car-module .nav-tabs > li {
        height: 30px;
    }

    .search-car-module .nav-tabs > li a {
        color: #D2E4FF;
        height: 22px;
        font-size: 14px;
        padding: 0 30px;
        margin: 0;
        border: none;
    }

    .search-car-module .nav-tabs > li.active > a,
    .search-car-module .nav-tabs > li.active > a:hover,
    .search-car-module .nav-tabs > li.active > a:focus,
    .search-car-module .nav-tabs > li > a:hover,
    .search-car-module .nav-tabs > li > a:focus {
        color: #fff;
        font-weight: 600;
        border: none;
        background: transparent;
    }

    .search-car-module .nav-tabs > li.active {
    }

    .search-car-module .nav-tabs > li.active:after {
        bottom: 0;
        border-width: 7px;
    }

    .search-car-module .tab-content {
        width: 100%;
        margin-top: 0px;
    }

    .search-car-module .tab-content .tab-pane {
        width: 100%;
        height: 44px;
    }

    .search-car-module .tab-content .tab-pane .form-inline {
        height: 44px;
    }

    .search-car-module .tab-content .tab-pane .form-inline .form-group {
        display: inline-block;
        flex: 1;
        margin-right: 5px;
        position: initial;
    }

    .search-car-module .tab-content .tab-pane .form-inline .form-group .btn-group {
        width: 100%;
        position: initial;
    }

    .search-car-module .tab-content .tab-pane .form-inline .form-group:last-child {
        margin-right: 0;
    }

    .search-car-module .tab-content .tab-pane .form-inline > div:first-child {
        padding: 4px 5px;
        width: auto;
        flex: 1;
        display: flex;
    }

    .search-car-module .tab-content .tab-pane .form-inline > div:last-child {
        width: 70px;
    }

    .search-car-module .tab-content .tab-pane .form-inline .select::after {
        top: 10px;
    }

    .search-car-module .tab-content .tab-pane .form-inline select.form-control {
        width: 100%;
        height: 36px;
        border-radius: 4px;
        font-size: 12px;
        border: 1px solid #E8E8E8 !important;
        padding: 6px;
    }


    .search-car-module .tab-content .tab-pane .form-inline .btn-group button {
        width: 100%;
        height: auto;
        font-size: 13px;
        padding: 6px;
    }

    .search-car-module .tab-content .tab-pane .form-inline .btn-group button .icon {
        position: absolute;
        right: 5px;
        top: 5px;
        background: #fff;
        padding-left: 5px;
        font-size: 12px;
    }

    .search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu {
        width: auto;
        padding: 10px 20px;
        margin: 0;
        border: none;
    }

    .search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu a {
        display: block;
        background: #F5F5F5;
        border-radius: 6px;
        color: #000;
    }

    .search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu.car-brand a i {
        height: 31px;
        color: #000;
        line-height: 31px;
        font-weight: bold;
    }

    .search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu.car-brand a {
        height: 81px;
        padding: 10px;

    }

    .search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu a:hover,
    .search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu a.active {
        box-shadow: none;
        background: #eef1fe;

    }

    .search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu a:hover,
    .search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu a.active,
    .search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu a:hover span,
    .search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu a.active span {
        color: #004cff;
    }

    .search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu span {
        font-size: 12px;
    }

    .search-car-module .tab-content .tab-pane .form-inline .btn-group .dropdown-menu .row > div {
        padding: 5px;
        margin: 0;
    }

    .search-car-module .tab-content .tab-pane .form-inline > div:last-child button {
        height: 44px;
        font-size: 12px;
    }
}

/*************************
  首页-快捷入口
*************************/
.shortcut-entry-module {
}

.shortcut-entry-module .row {
    margin: 0 -19px 60px 0 !important;
}

.shortcut-entry-module .row .col-md-3 {
    padding-left: 0;
    padding-right: 19px;
}

.shortcut-entry-module .row .col-md-3 img {
    position: relative;
    opacity: 1;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.shortcut-entry-module .row .col-md-3 div.img-zoom {
    overflow: hidden;
    border-radius: 12px;
}

.shortcut-entry-module .row .col-md-3 div.item {
    position: absolute;
    bottom: -46px;
    height: 93px;
    width: calc(100% - 80px);
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 20px;
    margin: 0 30px;
    text-align: center;
}

.shortcut-entry-module .row .col-md-3 h3,
.shortcut-entry-module .row .col-md-3 svg {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.shortcut-entry-module .row .col-md-3 div.item:hover h3,
.shortcut-entry-module .row .col-md-3 div.item:hover svg {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

.shortcut-entry-module .row .col-md-3 h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 0;
    margin: 0;
    height: 28px;
    line-height: 28px;
}

.shortcut-entry-module .row .col-md-3 p {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    height: 20px;
    line-height: 20px;
}

.shortcut-entry-module .row .col-md-3 > a {
    display: block;
    color: #fff;
}

.shortcut-entry-module .row .col-md-2 > a:hover {
    outline: none;
    background: #0d5bd5;
}

.shortcut-entry-module .row .col-md-3 a:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.shortcut-entry-module .row .col-md-2 > a > div {

}

.shortcut-entry-module .shortcut-item {
    cursor: pointer;
    margin: 8px 0px;
}
@media screen and (max-width: 991px) {
    .shortcut-entry-module {
        font-size: 14px;
        padding-top: 30px !important;
        background: #F5F6F9;
    }


    .shortcut-entry-module .container .more-info {
        display: flex;
        flex-wrap: wrap;
        background: transparent;
        border-radius: 6px;
        padding: 10px 0px;
    }

    .shortcut-entry-module .container .more-info > div {
        width: 25%;
        background-color: transparent;
        text-align: center;
        color: #fff;
        line-height: 2;
        border: none;
        box-sizing: border-box;
        margin-left: -1px;
        margin-bottom: -1px;
        font-size: 12px;
    }

    .shortcut-entry-module .container .more-info > div:first-child,
    .shortcut-entry-module .container .more-info > div:nth-of-type(5) {
        border-left: none;
    }

    .shortcut-entry-module .container .more-info > div:nth-of-type(-n+4) { /* 选择前四个元素，n可以取0 */
        border-top: none;
    }

    .shortcut-entry-module .container .more-info > div:nth-of-type(2n) { /* 选择个数是2的倍数的元素 */
        border-right: none;
    }

    .shortcut-entry-module .container .more-info > div:nth-of-type(n+4) { /* 选择倒数的四个元素，n可以取0 */
        border-bottom: none;
    }

    .shortcut-entry-module .more-info > div i {
        background: #e7ecf8;
        color: #004cff;
        display: inline-block;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .shortcut-entry-module .more-info > div img {
        width: 40px;
        height: 40px;
        margin: 0 auto 5px auto;
    }

    .shortcut-entry-module .container .more-info > div a {
        display: block;
        padding: 15px 0 0 0;
    }

    .shortcut-entry-module .container .more-info > div a:hover i {
        background: #004cff;
        color: #fff;
    }

    .shortcut-entry-module .more-info > div p {
        font-weight: 400;
        color: #333333;
        line-height: 22px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
    }
}
.index .dealer-shortcut-entry {
    position: relative;
    top: -30px;
}

.index .dealer-shortcut-entry .container > div {
    display: flex;
    height: 160px;
    background: #fff;
    box-shadow: 0px 2px 34px 0px rgba(0, 76, 255, 0.13);
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.index .dealer-shortcut-entry .container > div > div {
    flex: 1;
    cursor: pointer;
    /*margin: 5px;*/
}

.index .dealer-shortcut-entry .container > div > div a {
    display: block;
    text-decoration: none;
}

.index .dealer-shortcut-entry .container > div > div:not(:last-child) a {
    border-right: 1px solid #EEEEEE;
}

.index .dealer-shortcut-entry .container > div > div i {
    font-size: 43px;
    color: #000;
}
.index .dealer-shortcut-entry .container > div > div img{
    width: 48px;
    height: 48px;
    margin: 0 auto 8px auto;
}
.index .dealer-shortcut-entry .container > div > div p {
    font-size: 16px;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #000000;
    line-height: 22px;
}

@media screen and (max-width: 991px) {
    .index .dealer-shortcut-entry {
        position: inherit;
        top: 0;
    }

    .index .dealer-shortcut-entry .container {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .index .dealer-shortcut-entry .container > div {
        height: auto;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        flex-wrap: wrap;
    }

    .index .dealer-shortcut-entry .container > div > div {
        flex: auto;
        width: 33.3%;
        padding: 20px;
        border-right: 1px solid #F0F0F0;
        border-bottom: 1px solid #F0F0F0;
    }
    .index .dealer-shortcut-entry .container > div > div:nth-of-type(3n){
        border-right: none;
    }
    .index .dealer-shortcut-entry .container > div > div:nth-of-type(n+4){
        border-bottom: none;
    }
    .index .dealer-shortcut-entry .container > div > div a {
        display: block;
        text-decoration: none;
    }

    .index .dealer-shortcut-entry .container > div > div:not(:last-child) a {
        border-right: none;
    }

    .index .dealer-shortcut-entry .container > div > div i {
        font-size: 28px;
    }

    .index .dealer-shortcut-entry .container > div > div p {
        font-size: 12px;
        margin: 0;
    }
    .index .dealer-shortcut-entry .container > div > div img{
        width: 28px;
        height: 28px;
        margin: 0 auto 5px auto;

    }
}


/*************************
 热销车型
*************************/
.hot-car-module .container .row {
    margin: 0 -19px 0 0 !important;
}

.hot-car-module .container .hot-title {
    background: url("../img/index/hot-cars-bg2.jpg") no-repeat center;
    /*width: 286px;*/
    width: auto;
    height: 405px;
    padding: 25px 0 30px 20px;
    position: relative;
}

.hot-car-module .container .hot-title h2 {
    height: 42px;
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 42px;
    padding: 0;
    margin: 0;
}

.hot-car-module .container .hot-title p {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    padding: 0;
    margin: 0;
}

.hot-car-module .container .hot-title .hot-footer {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    position: absolute;
    bottom: 30px;
}

.hot-car-module .container .hot-title .hot-footer i {
    font-size: 12px;
}

.hot-car-module .container .hot-title .hot-footer a {
    display: inline-block;
    line-height: 22px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    vertical-align: middle;
}

.hot-car-module .container .hot-title .hot-footer a:hover {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

.hot-car-module .container .row div[class*="col-md-"] {
    padding-left: 0;
    padding-right: 19px;
}

.hot-car-module .container .row img {
    position: relative;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.hot-car-module .container .row .top {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
}

.hot-car-module .container .row .top::before {
    position: absolute;
    top: 18px;
    right: -1px;
    z-index: 333;
    font-weight: bold;
    line-height: 0px;
    font-size: 13px;
    color: #fff;
    transform: rotate(
            45deg
    ) translate(0, 45%);
}

.hot-car-module .container .row .top1::before {
    content: "TOP1";
}

.hot-car-module .container .row .top2::before {
    content: "TOP2";
}

.hot-car-module .container .row .top3::before {
    content: "TOP3";
}

.hot-car-module .container .row .top::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 9;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    background-color: #FF5F1D;
    white-space: nowrap;
    color: #fff;
    padding: 0px 40px;
    transform: rotate(
            45deg
    ) translate(0, 45%);
}

.hot-car-module .container .row .top2::after,
.hot-car-module .container .row .top3::after {
    background-color: #004CFF;
}

.hot-car-module .container .row .top > div {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    height: 54px;
    border-radius: 0 0 12px 12px;
    width: 100%;
    overflow: hidden;
}

.hot-car-module .container .row .top h3 {
    height: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    padding: 0;
    margin: 0;
    font-family: PingFangSC-Medium, PingFang SC;
}

.hot-car-module .container .row .top p {
    height: 24px;
    font-size: 18px;
    color: #eee;
    font-family: PingFangSC-Light, PingFang SC !important;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.hot-car-module .container .row .top a.btn {
    float: right;
    padding: 0;
    margin: -43px 0 0 0;
    font-size: 16px;
    width: 100px;
    height: 43px;
    border-radius: 22px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 43px;
    box-shadow: none;
    color: #fff;
}

.hot-car-module .container .row .top a.btn:hover {
    color: #004cff;
}

.hot-car-module .container .row .top img {
    opacity: 1;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.hot-car-module .container .row .top:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.hot-car-module .container .row .top1 div {
    height: 102px;
    overflow: hidden;
    width: 100%;
}

.hot-car-module .container .row .top1 img {
    height: 406px;
}

.hot-car-module .container .row .top > div:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    filter: blur(10px);
    z-index: 2;
}

.hot-car-module .container .row .top > div > div {
    z-index: 9;
    padding: 20px;
    width: 100%;
    position: absolute;
}

.hot-car-module .container .row .col-xs-6 {
    padding: 0 !important;
}

.hot-car-module .container .row .top2,
.hot-car-module .container .row .top3 {
    height: 195px;
}

.hot-car-module .container .row .top3 {
    margin-top: 16px;
}

.hot-car-module .container .row .top2 > div > div,
.hot-car-module .container .row .top3 > div > div {
    padding: 0;
}

.hot-car-module .container .row .top2 > div > div a,
.hot-car-module .container .row .top3 > div > div a {
    display: inline-block;
    padding: 0 15px;
    margin: 0;
    width: 100%;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
}

.hot-car-module .container .row .top2 > div > div h3,
.hot-car-module .container .row .top3 > div > div h3 {
    display: inline-block;
    font-size: 18px;
    white-space: nowrap;
}

.hot-car-module .container .row .top2 > div > div p,
.hot-car-module .container .row .top3 > div > div p {
    display: inline-block;
    float: right;
    font-size: 16px;
    padding-top: 15px;
}

@media screen and (max-width: 991px) {
    .hot-car-module .container .row {
        margin: 0 -15px 0 0 !important;
    }

    .hot-car-module .container .row div[class*="col-md-"] {
        padding-right: 15px;
    }

    .hot-car-module .container .row img {
        border-radius: 8px;
    }

    .hot-car-module .container .row .top::before {
        font-size: 12px !important;
    }

    .hot-car-module .container .row .top > div {
        height: 34px;
        border-radius: 0 0 8px 8px;
    }

    .hot-car-module .container .row .top h3 {
        height: 20px;
        font-size: 14px !important;
        font-weight: 600;
        line-height: 20px;
    }

    .hot-car-module .container .row .top p {
        height: 20px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .hot-car-module .container .row .top a.btn {
        margin: -33px 0 0 0;
        font-size: 12px;
        width: 60px;
        height: 23px;
        border-radius: 12px;
        line-height: 23px;
    }

    .hot-car-module .container .row .top1 div {
        height: 58px;
    }

    .hot-car-module .container .row .top1  img {
        height: 230px;
    }
    .hot-car-module .container .row .top > div > div {
        padding: 10px;
    }

    .hot-car-module .container .row .col-md-3 {
        padding-right: 0 !important;
    }

    .hot-car-module .container .row .col-xs-6 {
        padding: 0 15px 0 0 !important
    }

    .hot-car-module .container .row .top2,
    .hot-car-module .container .row .top3 {
        height: 111px;
    }

    .hot-car-module .container .row .top2,
    .hot-car-module .container .row .top3 {
        margin-top: 15px;
    }

    .hot-car-module .container .row .top2 > div > div,
    .hot-car-module .container .row .top3 > div > div {
        padding: 0;
    }

    .hot-car-module .container .row .top2 > div > div a,
    .hot-car-module .container .row .top3 > div > div a {
        padding: 0 15px;
        height: 34px;
        line-height: 34px;
    }

    .hot-car-module .container .row .top2 > div > div h3,
    .hot-car-module .container .row .top3 > div > div h3 {
        font-size: 14px !important;
    }

    .hot-car-module .container .row .top2 > div > div p,
    .hot-car-module .container .row .top3 > div > div p {
        font-size: 12px !important;
        padding-top: 7px;
    }
}

/*************************
 特价车推荐、精品二手车
*************************/
.discount-car-module .container .row,
.used-car-module .container .row {
    margin: 0 -19px 0 0 !important;
}

.discount-car-module .container .row div[class*="col-md-"],
.used-car-module .container .row div[class*="col-md-"] {
    padding-left: 0;
    padding-right: 19px;
    margin-top: 19px;
}

.discount-car-module .container .item,
.used-car-module .container .item {
    background: #FFFFFF;
    box-shadow: 0 1px 15px -6px rgba(218, 218, 218, 0.52);
    border-radius: 12px;
    cursor: pointer;
}

.discount-car-module .container .item:hover img,
.used-car-module .container .item:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.discount-car-module .container .item img,
.used-car-module .container .item img {
    width: 100%;
    border-radius: 12px 12px 0 0;
    opacity: 1;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    min-height: 190px;
    max-height: 190px;
    object-fit: cover;
}

.used-car-module .container .item .certified {
    position: absolute;
    top: -3px;
    right: 30px;
    z-index: 9;
    width: 59px !important;
    height: 59px !important;
    min-height: 59px !important;
    display: block;
}

.discount-car-module .container .item .brown,
.used-car-module .container .item .brown {
    position: absolute;
    top: 0px;
    right: 30px;
    z-index: 9;
    width: 59px;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.used-car-module .container .item .brown::after,
.discount-car-module .container .item .brown::after {
    position: absolute;
    top: -15px;
    left: 0;
    z-index: -1;
    content: "\e617";
    font-family: "iconfont" !important;
    font-size: 55px;
    font-style: normal;
    color: #FF5F1D;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.discount-car-module .container .item > div.img-zoom,
.used-car-module .container .item > div.img-zoom {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.discount-car-module .container .item > div.content,
.used-car-module .container .item > div.content {
    border: 1px solid #efefef;
    border-top-color: transparent;
    border-radius: 0 0 12px 12px;
    padding: 15px;
}

.discount-car-module .container .item > div h3,
.discount-car-module .container .item > div h3 a,
.used-car-module .container .item > div h3,
.used-car-module .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;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.discount-car-module .container .item > div h3 a:hover,
.used-car-module .container .item > div h3 a:hover {
    color: #004CFF;
}

.discount-car-module .container .item > div p,
.used-car-module .container .item > div p {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    line-height: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
}

.discount-car-module .container .item > div p.tag,
.used-car-module .container .item > div p.tag {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    margin-bottom: 0;
    display: flex;
}

.discount-car-module .container .item > div p.tag span,
.used-car-module .container .item > div p.tag span {
    margin-right: 5px;
}

.discount-car-module .container .item > div strong,
.used-car-module .container .item > div strong {
    color: #FF5F1D;
}

@media screen and (max-width: 991px) {
    .discount-car-module .container .row,
    .used-car-module .container .row {
        margin: 0 -15px 0 0 !important;
    }

    .discount-car-module .container .row div[class*="col-md-"],
    .used-car-module .container .row div[class*="col-md-"] {
        padding-left: 0;
        padding-right: 15px;
        margin-top: 15px;
    }

    .discount-car-module .container .item,
    .used-car-module .container .item {
        background: #FFFFFF;
        box-shadow: 0 1px 7px -3px rgba(218, 218, 218, 0.52);
        border-radius: 6px;
    }

    .discount-car-module .container .item img,
    .used-car-module .container .item img {
        border-radius: 6px 6px 0 0;
        min-height: 110px;
        max-height: 110px;
    }

    .discount-car-module .container .item .brown {
        position: absolute;
        top: 0px;
        right: 30px;
        z-index: 9;
        width: 59px;
        font-style: normal;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

    .discount-car-module .container .item .brown::after {
        position: absolute;
        top: -15px;
        left: 0;
        z-index: -1;
        content: "\e617";
        font-family: "iconfont" !important;
        font-size: 55px;
        font-style: normal;
        color: #FF5F1D;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .discount-car-module .container .item > div.img-zoom, .used-car-module .container .item > div.img-zoom {
        border-radius: 6px 6px 0 0;
    }

    .discount-car-module .container .item > div.content,
    .used-car-module .container .item > div.content {
        border: 1px solid #efefef;
        border-top-color: transparent;
        border-radius: 0 0 6px 6px;
        padding: 15px;
    }

    .discount-car-module .container .item > div h3,
    .discount-car-module .container .item > div h3 a,
    .used-car-module .container .item > div h3,
    .used-car-module .container .item > div h3 a {
        font-size: 16px;
        font-weight: 500;
        font-family: PingFangSC-Semibold, PingFang SC;
        color: #000;
        line-height: 22px;
        padding: 0;
        margin: 0;
        height: 46px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .discount-car-module .container .item > div h3 a:hover,
    .used-car-module .container .item > div h3 a:hover {
        color: #004CFF;
    }

    .discount-car-module .container .item > div p,
    .used-car-module .container .item > div p {
        font-size: 12px !important;
        line-height: 20px;
    }

    .discount-car-module .container .item > div p.tag,
    .used-car-module .container .item > div p.tag {
        line-height: 22px;
        height: 22px;
    }


}

/*************************
 经销商推荐
*************************/

/*************************
 特价车推荐、精品二手车
*************************/
.new-car-module .container .row {
    margin: 0 -19px 0 0 !important;
}

.new-car-module .container .row div[class*="col-md-"] {
    padding-left: 0;
    padding-right: 19px;
    margin-top: 19px;
}

.new-car-module .container .item {
    background: #FFFFFF;
    box-shadow: 0 1px 15px -6px rgba(218, 218, 218, 0.52);
    border-radius: 12px;
    cursor: pointer;
}

.new-car-module .container .item img {
    width: 100%;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
    opacity: 1;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.new-car-module .container .item > div {
    border: 1px solid #efefef;
    border-top-color: transparent;
    border-radius: 0 0 12px 12px;
    padding: 15px;
    text-align: center;
}

.new-car-module .container .item > div h3 {
    font-family: PingFangSC-Medium, PingFang SC;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 35px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-car-module .container .item > div p {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    line-height: 22px;
}

.new-car-module .container .item > div strong {
    display: inline-block;
    margin-bottom: 10px;
    color: #FF5F1D;
}

.new-car-module .container .item > div .btn-primary {
    background: rgba(0, 76, 255, 0.09);
    border-radius: 26px;
    color: #004CFF;
    border: none;
    padding: 10px 50px;
    margin-bottom: 10px;
}

.new-car-module .container .item > div .btn-primary:hover,
.new-car-module .container .item > div .btn-primary:focus {
    color: #fff;
    background: linear-gradient(142deg, #1B90FF 0%, #004CFF 100%);
}

@media screen and (max-width: 991px) {
    .new-car-module .container .row {
        margin: 0 -15px 0 0 !important;
    }

    .new-car-module .container .row div[class*="col-md-"] {
        padding-right: 15px;
        margin-top: 15px;
    }

    .new-car-module .container .item {
        box-shadow: 0 1px 7px -3px rgba(218, 218, 218, 0.52);
        border-radius: 6px;
    }

    .new-car-module .container .item img {
        width: 100%;
        border-radius: 6px 6px 0 0;
    }

    .new-car-module .container .item > div {
        border-radius: 0 0 6px 6px;
        padding: 10px;
    }

    .new-car-module .container .item > div h3 {
        font-size: 16px !important;
        font-weight: 500;
        font-family: PingFangSC-Semibold, PingFang SC;
        color: #000;
        line-height: 35px;
    }

    .new-car-module .container .item > div p {
        font-size: 12px;
    }

    .new-car-module .container .item > div .btn-primary {
        border-radius: 26px;
        padding: 10px 20px;
        margin-bottom: 0px;
    }

    .new-car-module .container .item > div .btn-primary:hover,
    .new-car-module .container .item > div .btn-primary:focus {
        color: #fff;
        background: linear-gradient(142deg, #1B90FF 0%, #004CFF 100%);
    }
}

/*************************
 首页-经销商推荐
*************************/
.dealer-module {
    /*margin-bottom: 30px;*/
    /*background: url("../img/index/dealer-bg.png") no-repeat;*/
    height: 724px;
    background-size: cover;
}

.dealer-module .map {
    margin-top: 19px;
    position: relative;
}

.dealer-module .map .map-container {
    height: 505px;
    background: #E6E6E6;
    border-radius: 12px;
}

.dealer-module .map .dealers-list {
    position: absolute;
    right: 0;
    margin: 19px;
    background: #fff;
    border-radius: 12px;
    z-index: 99;
    width: 367px;
    box-shadow: 0px 1px 15px -6px rgba(0, 0, 0, 0.7);
    height: calc(100% - 38px);
    overflow: auto;
}

.dealer-module .map .dealers-list .media {
    padding: 20px;
    cursor: pointer;
    border-radius: 12px;
}

.dealer-module .map .dealers-list .media .media-left i {
    font-size: 32px;
}

.dealer-module .map .dealers-list .media h4 {
    /*height: 25px;*/
    font-family: PingFangSC-Medium, PingFang SC;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 25px;
    padding: 0;
    margin: 0;
}

.dealer-module .map .dealers-list .media.active,
.dealer-module .map .dealers-list .media:hover,
.dealer-module .map .dealers-list .media.active h4,
.dealer-module .map .dealers-list .media:hover h4 {
    background: #F0F6FF;
    cursor: pointer;
    color: #0D5BD6;
}

.dealer-module .map .dealers-list .media p {
    font-size: 14px !important;
    color: #888888;
    line-height: 20px;
    margin: 0;
}

.dealer-module .map .dealers-list .media .label-custom {
    margin-right: 5px;
    margin-top: 5px;
    height: 24px;
    background: rgba(0, 76, 255, 0.1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #004CFF;
    line-height: 24px;
    display: inline-block;
    padding: 0 .6em;
}


.dealer-module .map .custom-info {
    border: none;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.21);
}

.dealer-module div.info-btn-close1 {
    display: block;
    width: 20px;
    height: 20px;
    background: #e7e7eb;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
    border: 1px #0d5bd6 solid;
    border-radius: 10px;
}

.dealer-module .map div.info-top {
    position: relative;
    background: #fff;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    padding: 20px 20px 10px 20px;
}

.dealer-module .map div.info-top div {
    display: inline-block;
    color: #0D5BD6;
    font-weight: bold;
    padding: 0;
    font-size: 18px;
}

.dealer-module .map div.info-top img {
    position: absolute;
    top: 30px;
    right: 20px;
    transition-duration: 0.25s;
}

.dealer-module .map div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
}

.dealer-module .map div.info-middle {
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px 20px 20px;
}

@media screen and (max-width: 991px) {
    .mb-dealer-module .media {
        padding: 20px 10px;
        background: #fff;
        border-radius: 8px;
    }

    .mb-dealer-module .media .media-object {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 6px;
    }

    .mb-dealer-module h4 {
        font-size: 16px !important;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        padding: 0;
        margin: 0 0 5px 0;
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .mb-dealer-module h4 a{
        color: #1D1D1D;
    }

    .mb-dealer-module p {
        line-height: 18px;
        overflow: hidden;
        font-size: 12px !important;
        color: #999;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        margin-bottom: 2px;
    }
}

@media (min-width: 1441px) {
    .dealer-module .video {
        /*background: url('../img/index/video@2x.png') no-repeat center;*/
        background-size: cover;
    }
}

/*************************
 首页-新闻
*************************/
.news-module .container .row {
    margin: 19px auto 0px auto !important;
}

.news-module .container .row div[class*="col-md-"] {
    padding-left: 0;
    padding-right: 19px;
}

.news-module .container .row div[class*="col-md-"]:last-child {
    padding-right: 0;
}

.news-module .container .row .first-new img {
    border-radius: 12px;
    position: relative;
    height: 440px;
    width: 100%;
    object-fit: fill;
}

.news-module .container .row .first-new div {
    border-radius: 0 0 12px 12px;
    position: absolute;
    bottom: 0;
    height: 122px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(12 12 12 / 80%) 60%);
    width: calc(100% - 19px);
}

.news-module .container .row .first-new div a {
    display: block;
    color: #fff;
}

.news-module .container .row .first-new div p {
    padding: 0px 24px 0px 24px;
    /*height: 28px;*/
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    font-family: PingFangSC-Regular, PingFang SC;
    position: absolute;
    bottom: 10px;
}

.news-module .container .row .first-new div a:hover {
    /*color: #004CFF;*/
}

.news-module .container .row .other-news li {
    display: block;
    padding: 0 0 20px 15px;
}

.news-module .container .row .other-news h3,
.news-module .container .row .other-news h3 > a {
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    padding: 0;
    margin: 0;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-module .container .row .other-news h3 > a:hover {
    color: #004CFF;
}

.news-module .container .row .other-news p {
    max-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-module .other-news li:last-child {
    padding-bottom: 0px !important;
}


@media screen and (max-width: 991px) {
    .news-module .news-module-v2 {
        margin-top: 30px;
    }

    .news-module .container .row {
        margin: 0 !important;
    }

    .news-module .container .row div[class*="col-md-"] {
        padding: 0;
    }

    .news-module .container .row div[class*="col-md-"]:last-child {
        padding-right: 0;
    }

    .news-module .container .row .first-new img {
        border-radius: 6px;
        height: 220px;
    }

    .news-module .container .row .first-new div {
        border-radius: 0 0 6px 6px;
        height: 60px;
        width: 100%;
        background: linear-gradient(180deg, #00000099, #000000bf);
    }

    .news-module .container .row .first-new div a {
        display: block;
        color: #fff;
    }

    .news-module .container .row .first-new div p {
        padding: 0px 24px 0 24px;
        height: 28px;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
    }

    .news-module .container .row .first-new div a:hover {
        /*color: #004CFF;*/
    }

    .news-module .container .row .other-news {
        margin-top: 30px;
    }

    .news-module .other-news.list-group {
        margin-bottom: 0px;
    }

    .news-module .container .row .other-news li {
        display: block;
        /*padding: 0 0 12px 12px;*/
        padding: 0 0 12px 0;
    }

    .news-module .container .row .other-news li:last-child {
        /*padding: 0 0 0px 12px;*/
    }

    .news-module .other-news .list-group li:last-child {
        margin-bottom: 0px;
    }

    .news-module .container .row .other-news h3,
    .news-module .container .row .other-news h3 > a {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        font-family: PingFangSC-Semibold, PingFang SC;
        line-height: 28px;
    }

}

/*************************
  首页-市场活动
*************************/

.marketing-activity-module {
    /*background: #f8f8f8;*/
    /*text-align: center;*/
    /*padding-top: 30px;*/
}

.marketing-activity-module .container .row {
    margin: 0 -19px 0 0 !important;
}

.marketing-activity-module .container .row div[class*="col-md-"] {
    padding-left: 0;
    padding-right: 19px;
}

.marketing-activity-module .container .row .item {
    border-radius: 12px;
    background: #fff;
    margin-top: 19px;
    overflow: hidden;
}

.marketing-activity-module .container .row .item .img-zoom {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.marketing-activity-module .container .row .item img {
    border-radius: 12px 12px 0 0;
}

.marketing-activity-module .container .row .item .content {
    padding: 19px;
    display: flex;
}

.marketing-activity-module .container .row .item .content h3,
.marketing-activity-module .container .row .item .content h3 a {
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    padding: 0;
    margin: 0;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.marketing-activity-module .container .row .item .content h3 a:hover {
    color: #004CFF;
}

.marketing-activity-module .container .row .item .content p {
    height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 22px;
}

.marketing-activity-module .container .row .item .content > div {
    flex: 1;

}

.marketing-activity-module .container .row .item .content p.address {
    width: auto;
    margin-bottom: 0;
    line-height: 50px;
}

.marketing-activity-module .container .row .item .content p.address i {
    font-size: 14px;
}

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

    .marketing-activity-module .container .row {
        margin: 0 -15px 0 0 !important;
    }

    .marketing-activity-module .container .row div[class*="col-md-"] {
        padding-right: 15px;
    }

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

    .marketing-activity-module .container .row .item img {
        border-radius: 6px 6px 0 0;
    }

    .marketing-activity-module .container .row .item > div {
        /*padding: 15px;*/
    }

    .marketing-activity-module .container .row .item > div h3,
    .marketing-activity-module .container .row .item > div h3 a {
        font-size: 16px !important;
        font-weight: 500;
        color: #000;
        font-family: PingFangSC-Semibold, PingFang SC;
        line-height: 28px;
        max-height: 56px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .marketing-activity-module .container .row .item > div h3 a:hover {
        color: #004CFF;
    }

    .marketing-activity-module .container .row .item > div p {
        height: 22px;
        font-size: 14px;
        font-weight: 400;
        color: #888888;
        line-height: 22px;
    }

    .marketing-activity-module .container .row .item > div > div {
        flex: 1;

    }

    .marketing-activity-module .container .row .item > div p.address {
        width: 50px;
        margin-bottom: 0;
        line-height: 50px;
    }

    .marketing-activity-module .container .row .item > div p.address i {
        /*font-size: 21px;*/
    }
}

/*************************
  首页-主营品牌
*************************/

.main-brand-module {
    min-height: 457px;
    height: auto;
}

.main-brand-module .row a {
    display: block;
    margin: 0 22px;
    border: 1px solid transparent;
    color: #222;
}

.main-brand-module .row a:hover {
    /* border: 1px solid #0D5BD6; */
    color: #0D5BD6;
}

.main-brand-module .row a > i {
    font-size: 90px;
    height: 100px;
    display: block;
    text-align: center;
}

.main-brand-module .row a > span {
    display: block;
    font-size: 24px;
    padding-top: 15px;
}

.main-brand-module .row {
    margin-top: 30px;
    text-align: center;
}

.main-brand-module .row > div {
    padding-top: 30px;
}

.main-brand-module .row a {
    margin: 10px;
}

.main-brand-module .row a img {
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.main-brand-module .row a img:hover {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

@media screen and (max-width: 991px) {
    .main-brand-module {
        min-height: auto;
        height: auto;
        /*background: #fff;*/
    }

    .main-brand-module .row {
        /*margin: 5px 0;*/
    }

    .main-brand-module .row > div {
        padding-top: 0px;
    }
}

/*************************
  首页-市场活动
*************************/
.marketing-activity-module .bx-wrapper .bx-viewport {
    box-shadow: none;
    background: none;
    border: none;
}

.marketing-activity-module img {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.marketing-activity-module img:hover {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.marketing-activity-module .btn-default {
    width: 155px;
    height: 49px;
    padding: 0;
    line-height: 49px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: transparent;
    border-radius: 0;
}

.marketing-activity-module .btn-default:hover {
    color: #0D5BD6;
}

@media screen and (max-width: 991px) {
    .marketing-activity-module .btn-default {
        width: 100px;
        height: 28px;
        padding: 0;
        line-height: 28px;
        font-size: 14px;
        background: #0e5bd7;
        border-color: #0e5bd7;
    }

    .marketing-activity-module .btn-default:hover {
        background: transparent;
    }

    .marketing-activity-module img:hover {
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}


/*************************
  滚动条美化
 *************************/

@media (min-width: 1200px) {
    /* ::-webkit-scrollbar-thumb {
    background-color: #094C8C;
    border-radius: 17px;
}
 ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
 ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
} */
}

/*--------------------------------------------------
    [2. ZS - Cars] 选车 cars.css
----------------------------------------------------*/

/*--------------------------------------------------
    [3. ZS - Service] 车主服务 zs-service.css
----------------------------------------------------*/

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

/*--------------------------------------------------
    [5. ZS - Dealer] 经销商   dealer.css
----------------------------------------------------*/

/*--------------------------------------------------
    [6. ZS - Community] 社区   zs-community.css
----------------------------------------------------*/

/*--------------------------------------------------
    [7. ZS - About ZS] 关于3118云顶集团官网   zs-aboutus.css
----------------------------------------------------*/

/*--------------------------------------------------
    [8. ZS - Recruitment ] 招聘   recruitment.css
----------------------------------------------------*/
