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

[-----*** TABLE OF CONTENT ***-----]
1. ZS - Dealer - Map     全部门店-地图
2. ZS - Dealer - List    全部门店-列表
3. Dealer - Index        门店首页（门店详情）
4. Dealer - Cars         全部车辆(门店)
5. Dealer - Service      服务(门店)
6. Dealer - Activity     活动(门店)
7. Dealer - News         资讯(门店)
8. Dealer - Recruitment  招聘(门店)
9. Dealer - About Dealer 关于门店(门店)
-----------------------------------------------------------------------*/

@media (min-width: 1200px) {
    .container1 {
        width: 1200px;
    }
}

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

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


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

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

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

.no-data {
    padding: 50px;
    text-align: center;
    font-size: 16px;
    display: none;
}

.no-data i {
    display: block;
    font-size: 55px;
    color: #bbb;
}

@media (max-width: 991px) {
    .no-data {
        padding: 50px;
        font-size: 14px;
    }
}

/*门店通用*/
.title {
    text-align: center;
}

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

@media screen and (max-width: 991px) {
    h2 {
        height: 18px;
        font-size: 18px;
        line-height: 18px;
    }
}

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

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

.more,
.more a {
    height: 18px;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    margin-top: 32px;
}

@media screen and (max-width: 991px) {
    .more,
    .more a {
        height: 14px;
        font-size: 13px;
        font-weight: 400;
        color: #888888;
        line-height: 14px;
    }
}

.more i {
    font-size: 12px;
    vertical-align: top;
}

.more a:hover {
    color: #D1272E;
}

hr {
    width: 50px;
    margin-left: 0px;
    border-bottom: 1px solid #888888;
}

@media screen and (max-width: 991px) {
    hr {
        width: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

}

.btn-primary-outline {
    background: transparent;
    color: #D1272E;
    border: 1px solid #D1272E;
}

.btn-primary-outline:hover {
    background: linear-gradient(142deg, #1B90FF 0%, #D1272E 100%);
    color: #fff;
    border-color: transparent;
}

.btn-primary {
    background: linear-gradient(142deg, #1B90FF 0%, #D1272E 100%);
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus {
    background: transparent;
    color: #D1272E;
    border-color: transparent;
}

/*--------------------------------------------------
    [1. ZS - Dealer - Map] 经销商地图
----------------------------------------------------*/
.zs-dealers.header-fixed .header-v6.header-sticky {
    background: #fff;
    box-shadow: 0px 3px 10px 0px #0000000d;
}

.zs-dealers.header-fixed .header-v6 .navbar-brand img.default-logo {
    display: none;
}

.zs-dealers.header-fixed .header-v6 .navbar-brand img.shrink-logo {
    display: inherit;
}

.zs-dealers.header-fixed .header-v6 .navbar-nav > li > a,
.zs-dealers.header-fixed .header-v6 .navbar-nav > li > a:hover,
.zs-dealers.header-fixed .header-v6 .navbar-nav > li > a:focus,
.zs-dealers.header-fixed .header-v6 .navbar-nav > .active > a,
.zs-dealers.header-fixed .header-v6 .navbar-nav > .active > a:hover,
.zs-dealers.header-fixed .header-v6 .navbar-nav > .active > a:focus {
    color: #222;
}

.zs-dealers.header-fixed .header-v6 .header-inner-right a,
.zs-dealers.header-fixed .header-v6 .header-inner-right select {
    color: #222;
}

@media screen and (max-width: 991px) {
    .zs-dealers.header-fixed .header-v6 .navbar-toggle .icon-bar {
        background: #222;
    }

    .zs-dealers.header-fixed .header-v6 .header-inner-right > div {
        color: #222;
    }
}

.zs-dealers .dealers-content {
    margin-top: 0px;
}

.zs-dealers .dealers-content .row {
    display: flex;
    width: 100%;
}

.zs-dealers .dealers-content .col-md-3 {
    width: 500px !important;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .zs-dealers .dealers-content .col-md-3 {
        width: 300px !important;
    }
}

.zs-dealers .dealers-content .col-md-9 {
    flex: 1;
}

.zs-dealers .dealers-content .row,
.zs-dealers .dealers-content .col-md-3,
.zs-dealers .dealers-content .col-md-9 {
    padding: 0;
    margin: 0;
}

.zs-dealers .dealers-content .col-md-3 > div {
    height: calc(100vh - 0px);
    padding: 0;
    overflow: hidden;
}

.zs-dealers .show-toggle {
    padding: 0;
    margin: 48px 30px 24px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zs-dealers .show-toggle > div:first-child {
    flex: 1;
}

.zs-dealers .show-toggle > div:first-child i {
    font-weight: bold;
}

.zs-dealers .show-toggle span {
    height: 34px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D1272E;
    line-height: 34px;
    display: inline-block;
    cursor: pointer;
}

.zs-dealers .dealers-content .col-md-3 .search-bar {
    padding: 10px 30px;
}

.zs-dealers .search-bar > div:not(:last-child) {
    margin-bottom: 20px;
}

.zs-dealers .search-bar > div.select::after {
    right: 5px;
    top: 15px;
    font-size: 10px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 50%;
}

.zs-dealers .dealers-content .col-md-3 .search-bar .form-control {
    padding: 0 15px;
    color: #333;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
}

.zs-dealers .dealers-content .col-md-3 .search-bar .form-control:focus {
    box-shadow: none;
}

.zs-dealers .dealers-content .col-md-3 .search-bar .form-control:not(:last-child) {
    margin-bottom: 20px;
}

.zs-dealers .dealers-content .col-md-3 h3 {
    padding: 0 30px;
    height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 16px;
}

.zs-dealers .dealers-content .map .col-md-3 .dealers-list {
    overflow-y: auto;
    height: calc(100vh - 270px);
}

.zs-dealers .dealers-content .map .col-md-3 .dealers-list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.zs-dealers .dealers-content .col-md-3 .dealers-list .media {
    margin: 10px 15px;
    padding: 20px;
    display: flex;
    cursor: pointer;
}

.zs-dealers .dealers-content .col-md-3 .dealers-list .media .media-left img {
    width: 90px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.zs-dealers .dealers-content .col-md-3 .dealers-list .media h4 {
    font-size: 16px !important; 
    height: auto; 
    font-size: 16px; 
    font-family: PingFangSC-Semibold, PingFang SC; 
    font-weight: 600; 
    margin-bottom: 10px; 
    color: #1D1D1D; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
}

@media (min-width: 992px) and (max-width: 1279px) {
    .zs-dealers .dealers-content .col-md-3 .dealers-list .media .media-left img {
        width: 60px;
        height: 40px;
    }

    .zs-dealers .dealers-content .col-md-3 .dealers-list .media h4 {
        height: auto;
    }
}

.zs-dealers .dealers-content .col-md-3 .dealers-list .media.active,
.zs-dealers .dealers-content .col-md-3 .dealers-list .media:hover,
.zs-dealers .dealers-content .col-md-3 .dealers-list .media.active h4,
.zs-dealers .dealers-content .col-md-3 .dealers-list .media:hover h4 {
    background: #F6F9FF;
    cursor: pointer;
    border-radius: 8px;
    color: #1D1D1D;
}

.zs-dealers .dealers-content .col-md-3 .dealers-list .media p {
    font-size: 12px !important; 
    font-family: PingFangSC-Regular, PingFang SC; 
    font-weight: 400; 
    color: #999999; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
}

.zs-dealers .dealers-content .col-md-3 .dealers-list .media p i {
    font-size: 12px !important;
}

.zs-dealers .dealers-content .col-md-3 .dealers-list .media .label-custom {
    margin-left: 5px;
    font-size: 11px;
    height: 19px;
    background: #F1F1F1;
    border-radius: 4px 1px 4px 4px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 10px;
}

.zs-dealers #map-container {
    height: calc(100vh - 0px);
    width: 100%;
}

.zs-dealers .content-window-card {
    position: relative;
    box-shadow: none;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0;
}

.zs-dealers .content-window-card p {
    /*height: 2rem;*/
}

.zs-dealers .custom-info {
    border: none;
    border-radius: 12px;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
}

.zs-dealers div.info-top {
    position: relative;
    background: #fff;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    padding: 15px 15px 20px 15px;
    height: 230px;
}

.zs-dealers div.info-top div {
    width: 100%;
}

.zs-dealers div.info-top div > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/*.zs-dealers div.info-top img {
    position: absolute;
    top: 30px;
    right: 20px;
    transition-duration: 0.25s;
}

.zs-dealers div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
}*/

@media screen and (max-width: 991px) {
    .zs-dealers .dealers-content {
        margin-top: 51px;
    }

    .zs-dealers .custom-info {
        border: none;
        box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.21);
        border-radius: 5px;
    }

    .zs-dealers div.info-top {
        position: relative;
        background: #fff;
        border-bottom: none;
        border-radius: 5px;
        padding: 10px 20px 10px 10px;
    }

    .zs-dealers div.info-top div {
        font-size: 16px;
    }

    .zs-dealers div.info-top img {
        position: absolute;
        top: 15px;
        right: 10px;
        transition-duration: 0.25s;
    }

    .zs-dealers div.info-top img:hover {
        box-shadow: 0px 0px 5px #000;
    }
}

.zs-dealers div.info-middle {
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px 20px 20px;
    border-radius: 0 0 12px 12px;
}

.zs-dealers div.info-middle a {
    height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1D1D1D;
    line-height: 16px;
}

.zs-dealers div.info-middle p:first-child {
    color: #FF5656;
    font-size: 14px;
    font-weight: bold;
}

.zs-dealers div.info-middle .form-inline {
    display: inline-block;
    margin: 10px auto;
    width: 100%;
    text-align: center;
}

.zs-dealers div.info-middle .form-inline button {
    padding: 0;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: none;
    font-size: 20px !important;
    background: #4EB94E1C;
    color: #4EB94E;
    outline: none;
}

.zs-dealers div.info-middle .form-inline button:first-child {
    background: #D1272E1A;
    color: #D1272E;
}

.zs-dealers div.info-middle .form-inline .btn {
    padding: 0;
    border-radius: 17px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D1272E;
    background: linear-gradient(142deg, #1B90FF 0%, #D1272E 100%);
    border: none;
    color: #fff;
    outline: none;
}

.zs-dealers div.info-middle .form-inline .btn:focus {
    outline: none;
}

.zs-dealers div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
    border-radius: 0 0 12px 12px;
}

.zs-dealers div.info-bottom::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: " ";
    border-width: 20px;
    border-top-color: #fff;
}

/*.zs-dealers div.info-bottom img {
    position: relative;
    z-index: 104;
}*/

.zs-dealers span.label {
    margin-right: 5px;
    /*font-size: 11px;*/
}

.zs-dealers .info-middle img {
    float: left;
    margin-right: 6px;
}

@media screen and (max-width: 991px) {
    .zs-dealers #map-container-mb {
        height: 250px;
        width: 100%;
    }

    .zs-dealers .search-bar {
        display: flex;
        height: 60px;
        align-items: center;
        justify-content: center;
        border-radius: 12px 12px 0 0;
        box-shadow: 0px -6px 8px 4px #00000012;
        margin-top: -15px;
        background: #fff;
        position: relative;
    }

    .zs-dealers .search-bar > div:not(:last-child) {
        margin-bottom: 0;
    }

    .zs-dealers .search-bar > div {
        margin-bottom: 0px;
        flex: 1;
    }

    .zs-dealers .search-bar > div.select::after {
        top: 15px
    }

    .zs-dealers .search-bar .form-control {
        border: none;
        padding: 0 12px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        box-shadow: none;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
    }

    .zs-dealers .dealers-list .media {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #F2F2F2;
    }

    .zs-dealers .dealers-list .media .media-object {
        width: 80px;
        height: 80px;
        border-radius: 8px;
        object-fit: cover;
    }

    .zs-dealers .dealers-list .media:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .zs-dealers .dealers-list {
        margin: 0;
        overflow-y: auto;
        height: calc(100vh - 345px);
    }

    .zs-dealers .dealers-list h4 {
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
    }

    .zs-dealers .dealers-list h4 a {
        color: #222;
    }

    .zs-dealers .dealers-list h4 a:hover {
        color: #0D5BD6;
    }

    .zs-dealers .dealers-list p {
        margin-bottom: 2px;
        font-size: 12px !important;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
    }

    .zs-dealers .dealers-list p span.label {
        height: 17px;
        line-height: 17px;
        padding: 0 5px;
    }

    .zs-dealers .dealers-list .address span {
        float: right;
        font-size: 12px;
        padding-right: 10px;
    }

    .zs-dealers .dealers-content .conductor {
        height: 1px;
    }

    .zs-dealers .dealers-list .media .button-group {
        display: flex;
        margin: 10px 0 0 0;
    }

    .zs-dealers .dealers-list .media .button-group a {
        flex: 1;
    }

    .zs-dealers .dealers-list .media .button-group a:not(:last-child) {
        margin-right: 10px;
    }

    .zs-dealers .dealers-list .media .button-group a {
        border-radius: 23px;
    }
}

.amap-logo {
    display: none !important;
}

.amap-copyright {
    display: none !important;
}


/*--------------------------------------------------
    [2. ZS - Dealer - List] 经销商列表
----------------------------------------------------*/
.zs-dealers .list .show-toggle {
    margin: 48px 0;
}

.zs-dealers .list h3 {
    height: 16px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 16px;
}

.zs-dealers .list h3 small {
    height: 16px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 16px;
}

.zs-dealers .list .filter-box {
    background: #F6F7F8;
    padding: 30px 0;
}

.zs-dealers .list .location {
    padding: 10px 30px 10px 10px;
    margin-top: 10px;
    font-size: 16px;
    color: #222;
}

.zs-dealers .list .flex {
    display: flex;
    padding: 0;
    font-size: 16px;
}

.zs-dealers .list .flex > div:first-child {
    width: 100px;
}

.zs-dealers .list .flex > div:first-child .spacing {
    letter-spacing: 25px;
    font-size: 16px;
}

.zs-dealers .list .flex > div:last-child {
    flex: 1;
}

.zs-dealers .list .label {
    /*  color: #222;
      font-size: 14px;
      margin-right: 15px;
      display: inline-block;
      margin-bottom: 20px;*/
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

/*.zs-dealers .list .label.active,
.zs-dealers .list .label:hover {
    color: #fff;
    background: #0D5BD6;
    border-radius: 0;
}*/
.zs-dealers .list .select::after {
    right: 0;
    top: 8px;
}

.zs-dealers .list .media-list .media .media-left,
.zs-dealers .list .media-list .media > .pull-left {
    padding-right: 30px;
}

.zs-dealers .list .media-list .media {
    padding: 40px 0 0 0;
}

.zs-dealers .list .media-list .media .media-object {
    width: 180px;
    height: 120px;
    border-radius: 8px;
    object-fit: cover;
}

.zs-dealers .list .media-list .media .media-body,
.zs-dealers .list .media-list .media .media-right {
    border-bottom: 1px solid #ededed;
}

.zs-dealers .list .media-list .media h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.zs-dealers .list .media-list .media h4 a {
    height: 18px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1D1D1D;
    line-height: 18px;
}

.zs-dealers .list .media-list .media h4 a:hover {
    color: #D1272E;
}

.zs-dealers .list .media-list .media h4 > small {
    color: #666;
    font-size: 14px;
}

.zs-dealers .list .media-list .media p {
    height: 14px;
    font-size: 14px !important;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    line-height: 14px;
    margin-bottom: 15px;
}

.zs-dealers .list .media-list .media p:last-child {
    color: #FF6565;
}

.zs-dealers .list .media-list .media .media-right .btn-primary {
    width: 148px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(134deg, #0083FF 0%, #D1272E 100%);
    border-radius: 28px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0;
    margin-top: 50px;
}

.zs-dealers .list .media-list .media .media-right .btn-primary:hover,
.zs-dealers .list .media-list .media .media-right .btn-primary:focus {
    border: 1px solid #D1272E;
    color: #D1272E;
    background: #fff;
}

.zs-dealers .list .media-list .media .media-right span {
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 14px;
}

.zs-dealers .list .nav {
    text-align: right;
}

.zs-dealers .pagination > li:last-child > a,
.zs-dealers .pagination > li:last-child > span {
    border-radius: 0;
}

.zs-dealers .pagination > li:first-child > a,
.zs-dealers .pagination > li:first-child > span {
    border-radius: 0;
}

/*--------------------------------------------------
    [3. Dealer - Index] 门店首页
----------------------------------------------------*/
/*Banner*/
.dealer-index .banner {
    /* min-height: 830px; */
    height: 100%;
    text-align: center;
    background-size: cover !important;
}

.dealer-index .banner img {
    transition: all 2s;
}

.dealer-index .banner img:hover {
    transform: scale(1.1);
}

.dealer-index .banner .container h1 {
    color: #fff;
    font-size: 56px;
    line-height: 70px;
    font-weight: 500;
    display: inline-block;
    padding: 222px 0 0px 0;
    font-family: PingFangSC-Medium, "PingFang SC";
    text-shadow: 0px 2px 28px rgba(18, 44, 76, 0.38);
}

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

.dealer-index .banner .container p {
    font-size: 24px;
    font-weight: 400;
    padding: 3px 0;
    color: #fff;
    height: 33px;
    line-height: 33px;
    font-family: PingFangSC-Light, PingFang SC;
    text-shadow: 0px 2px 28px rgba(18, 44, 76, 0.38);
}

.dealer-index .banner .container hr {
    height: 1px;
    width: 50px;
    padding: 0;
    margin: 0;
    border: 0;
    margin-left: 2px;
    background: #fff;
    margin-top: 25px;
}

.dealer-index .banner .container .btn {
    width: 119px;
    height: 42px;
    line-height: 42px;
    background: linear-gradient(142deg, #1B90FF 0%, #D1272E 100%);
    border-radius: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0;
    margin: 50px 0 0 0;
}

.dealer-index .banner .container .btn:hover {
    background: #fff;
    border: 1px solid #D1272E;
    color: #D1272E;
}

.dealer-index .banner .container > div {
    width: auto;
    text-align: left;
    padding-left: 50px;
    display: none;
}

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

.dealer-index .carousel-indicators {
    bottom: 35px;
    z-index: 8;
}

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

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

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

@media (max-width: 991px) {
    .dealer-index .banner .container h1 {
        display: inline-block;
        padding: 0;
        margin: 25px 0 5px 0;
        height: 40px;
        font-size: 28px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
        text-shadow: 0px 1px 14px rgba(18, 44, 76, 0.38);
    }

    .dealer-index .banner .container p {
        height: 17px;
        font-size: 12px;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 17px;
        text-shadow: 0px 1px 14px rgba(18, 44, 76, 0.38);
    }

    .dealer-index .banner .container hr {
        height: 1px;
        width: 40px;
        margin-top: 15px;
    }

    .dealer-index .banner .container .btn {
        width: 69px;
        height: 22px;
        background: linear-gradient(142deg, #1B90FF 0%, #D1272E 100%);
        border-radius: 15px;
        line-height: 22px;
        font-size: 12px;
        font-weight: 400;
        margin: 10px 0 0 0;
    }

    .dealer-index .banner .container .btn:hover {
        background: #fff;
        border: 1px solid #D1272E;
        color: #D1272E;
    }

    .dealer-index .banner .container > div {
        width: auto;
        text-align: left;
        padding-left: 10px;
    }

    .dealer-index .carousel-banner {
        height: 200px;
        background-color: #ccc;
    }

    .dealer-index .carousel-indicators {
        bottom: 0px;
        z-index: 8;
    }

    .dealer-index .carousel-indicators li {
        width: 8px;
        height: 3px;
        background: #FFFFFF;
        border-radius: 2px;
    }

    .dealer-index .carousel-indicators .active {
        width: 8px;
        height: 3px;
        background: #D1272E !important;
        border-radius: 2px;
    }
}

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

.dealer-index .carousel-inner > .item > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0.3;
    background: #000;
}

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

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

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

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

/*快捷入口*/
.dealer-index .dealer-shortcut-entry {
    position: relative;
    top: -30px;
}

.dealer-index .dealer-shortcut-entry .container > div {
    display: flex;
    height: 166px;
    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;
}

.dealer-index .dealer-shortcut-entry .container > div > div {
    flex: 1;
}

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

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

.dealer-index .dealer-shortcut-entry .container > div > div i {
    font-size: 43px;
    color: #000;
}

.dealer-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) {
    .dealer-index .dealer-shortcut-entry {
        position: inherit;
        top: 0;
    }

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

    .dealer-index .dealer-shortcut-entry .container > div {
        height: 96px;
        box-shadow: none;
        border-radius: 0;
    }

    .dealer-index .dealer-shortcut-entry .container > div > div {
        flex: 1;
    }

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

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

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

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

/*End 快捷入口*/

/*主推新车*/
.dealer-index .dealer-new-car .container .row {
    margin: 0 -19px 0 0 !important;
}

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

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

.dealer-index .dealer-new-car .container .item img {
    width: 100%;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
}

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

.dealer-index .dealer-new-car .container .item > div h3 {
    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;
    margin-bottom: 15px;
}


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

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

.dealer-index .dealer-new-car .container .item > div .btn-primary {
    background: transparent;
    border-radius: 26px;
    color: #D1272E;
    padding: 0px 50px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #D1272E;
    font-family: PingFangSC-Light, PingFang SC;

}

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

.dealer-index .dealer-new-car .container .col-md-12 .item > div {
    padding: 0 !important;
    margin: 0 !important;
    border: none;
}

.dealer-index .dealer-new-car .container .item > div img {
    height: 330px;
    background: #EFF3FA;
    border-radius: 12px;
    object-fit: cover;
}

.dealer-index .dealer-new-car .container .item > div > div {
    text-align: left;
}

.dealer-index .dealer-new-car .container .item > div > div hr {
    width: 50px;
    margin-left: 0px;
    border-bottom: 1px solid #888888;
}

.dealer-index .dealer-new-car .container .item > div > div h3 {
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

.dealer-index .dealer-new-car .container .item > div > div p {
    font-size: 18px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #666666;
    line-height: 25px;
}

.dealer-index .dealer-new-car .container .item > div > div strong {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF5F1D;
    line-height: 33px;
}

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

    .dealer-index .dealer-new-car .container .row {
        margin: 0 0 0 -15px !important;
    }

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

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

    .dealer-index .dealer-new-car .container .item img {
        border-radius: 6px 6px 0 0;
    }

    .dealer-index .dealer-new-car .container .item > div {
        border-radius: 0 0 6px 6px;
        padding: 8px 15px;
    }

    .dealer-index .dealer-new-car .container .item > div h3 {
        font-size: 20px;
        line-height: 35px;
        padding: 0;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 15px;
    }


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

    .dealer-index .dealer-new-car .container .item > div strong {
        display: inline-block;
        margin-bottom: 0;
        color: #FF5F1D;
    }

    .dealer-index .dealer-new-car .container .item > div .btn-primary {
        border-radius: 26px;
        padding: 0px 50px;
        height: 48px;
        line-height: 48px;
    }

    .dealer-index .dealer-new-car .container .col-md-12 .item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        background: transparent;
    }

    .dealer-index .dealer-new-car .container .col-md-12 .item > div:first-child {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .dealer-index .dealer-new-car .container .col-md-12 .item > div:last-child {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .dealer-index .dealer-new-car .container .col-md-12 .item > div {
        padding: 0 !important;
        margin: 0 !important;
        border: none;
    }

    .dealer-index .dealer-new-car .container .item > div img {
        height: 147px;
        border-radius: 6px;
    }

    .dealer-index .dealer-new-car .container .item img {
        height: 94px;
    }

    .dealer-index .dealer-new-car .container .item > div > div {
        text-align: left;
    }

    .dealer-index .dealer-new-car .container .item > div > div hr {
        width: 50px;
        margin-left: 0px;
        border-bottom: 1px solid #888888;
    }

    .dealer-index .dealer-new-car .container .item > div > div h3 {
        font-size: 20px;
        font-weight: 600;
        color: #333333;
        height: 30px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .dealer-index .dealer-new-car .container .item > div > div p {
        font-size: 14px;
    }

    .dealer-index .dealer-new-car .container .item > div > div strong {
        font-size: 16px;
    }

    .dealer-index .dealer-new-car .container .item .btn-primary {
        width: 88px;
        height: 32px !important;
        border-radius: 16px;
        font-size: 12px;
        padding: 0 10px !important;
        line-height: 32px !important;
    }

    .dealer-index .dealer-new-car .container .col-md-12 .item > div .btn-primary {
        float: right;
        margin-top: -55px;
        font-size: 14px;
    }

    .dealer-index .dealer-new-car .container .col-md-4 .item h3 {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .dealer-index .dealer-new-car .container .col-md-4 .item strong {
        font-size: 14px;
    }
}

/*End 主推新车*/

/*精品二手车*/
.dealer-index .dealer-used-car .container .row {
    margin: 0 -19px 0 0 !important;
}

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

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

.dealer-index .dealer-used-car .container .item img {
    width: 100%;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
}

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

.dealer-index .dealer-used-car .container .item > div h3,
.dealer-index .dealer-used-car .container .item > div h3 a {
    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-index .dealer-used-car .container .item > div h3 a:hover {
    color: #D1272E;
}

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

.dealer-index .dealer-used-car .container .item > div strong {
    color: #FF5F1D;
}

.dealer-index .dealer-used-car .container .item .flex {
    display: flex;
    padding: 15px 0 0 0;
    font-size: 16px;
}

.dealer-index .dealer-used-car .container .item .flex a,
.dealer-index .dealer-used-car .container .item .flex i {
    color: #bbb;
    text-decoration: none;
}

.dealer-index .dealer-used-car .bg-color-light {
    margin-top: 30px;
}

.dealer-index .dealer-used-car .bg-color-light .container .item {
    margin-left: 160px;
    position: relative;
    padding: 50px 0;

}

.dealer-index .dealer-used-car .bg-color-light .container .item > div {
    margin-left: 33%;
    height: 300px;
    border: none;
}

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

}

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

.dealer-index .dealer-used-car .bg-color-light .container .item h3 a {
    -webkit-line-clamp: 2 !important;
}

.dealer-index .dealer-used-car .bg-color-light .container .item hr {
    width: 50px;
    margin-left: 0;
    border-bottom: 1px solid #888888;
}

.dealer-index .dealer-used-car .bg-color-light .container .item strong {
    font-size: 24px;
    font-weight: 600;
    color: #FF5F1D;
    line-height: 24px;
}

.dealer-index .dealer-used-car .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: 25px;
}

.dealer-index .dealer-used-car .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-index .dealer-used-car .container .row {
        margin: 0 -15px 0 0 !important;
    }

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

    .dealer-index .dealer-used-car .container .item {
        box-shadow: none;
        border-radius: 6px;
        background: transparent;
    }

    .dealer-index .dealer-used-car .container .item img {
        float: left;
        height: 88px;
        width: 132px;
        border-radius: 6px;
        margin-right: 12px;
    }

    .dealer-index .dealer-used-car .container .item > div {
        border-radius: 0 0 6px 6px;
        padding: 0;
        border: none;
    }

    .dealer-index .dealer-used-car .container .item > div h3,
    .dealer-index .dealer-used-car .container .item > div h3 a {
        font-size: 14px;
        font-weight: 500;
        font-family: PingFangSC-Medium, PingFang SC;
        line-height: 20px;
        margin: 0;
    }

    .dealer-index .dealer-used-car .container .item > div p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .dealer-index .dealer-used-car .container .item > div strong {
        margin-bottom: 0;
        font-size: 14px;
    }

    .dealer-index .dealer-used-car .container .item .flex {
        display: flex;
        padding: 0;
        font-size: 12px;
        margin-top: 5px;
    }

    .dealer-index .dealer-used-car .bg-color-light {
        margin: 0;
        background: transparent;
        padding: 16px 0;
    }

    .dealer-index .dealer-used-car .bg-color-light .container .item {
        margin-left: 0;
        position: inherit;
        padding: 0;
    }

    .dealer-index .dealer-used-car .bg-color-light .container .item > div {
        margin-left: 0;
        height: auto;
        border: none;
        padding: 20px 0 0 0;
    }

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

    }

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

    .dealer-index .dealer-used-car .bg-color-light .item p {
        font-size: 14px;
    }

    .dealer-index .dealer-used-car .bg-color-light .item > div p.tag {
        margin-top: 15px;
    }

    .dealer-index .dealer-used-car .bg-color-light .item hr {
        width: 50px;
        margin-left: 0;
        border-bottom: 1px solid #888888;
    }

    .dealer-index .dealer-used-car .bg-color-light .container .item strong {
        font-size: 16px;
        line-height: 20px;
    }

    .dealer-index .dealer-used-car .bg-color-light .container .item .btn {
        float: right;
        margin-top: -32px;
        font-size: 14px;
        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-index .dealer-used-car .bg-color-light .container .item .btn:hover {
        border-radius: 23px;
        background: transparent;
        border: 1px solid #D1272E;
        color: #D1272E;
    }
}

/*活动中心*/
.dealer-index .dealer-activity .title {
    margin-bottom: 32px;
}

.dealer-index .dealer-activity .item img {
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
}

.dealer-index .dealer-activity .item a:hover {
    color: #D1272E !important;
    text-decoration: none;
}

.dealer-index .dealer-activity .item {
    position: relative;
    width: 100%;
}

.dealer-index .dealer-activity .item > div:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    filter: blur(10px);
    z-index: 2;
}

.dealer-index .dealer-activity .col-md-4 .item > div {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    height: 88px;
    border-radius: 0 0 12px 12px;
    width: 100%;
    overflow: hidden;
}

.dealer-index .dealer-activity .col-md-4 .item > div > div {
    z-index: 9;
    padding: 15px 20px;
    width: 100%;
    position: absolute;
}

.dealer-index .dealer-activity .col-md-4 .item > div > div h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.dealer-index .dealer-activity .col-md-4 .item > div > div h3 a {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dealer-index .dealer-activity .col-md-4 .item > div > div p {
    color: #fff;
    display: flex;
    vertical-align: middle;
    margin-bottom: 0;
}

.dealer-index .dealer-activity .col-md-12 .item > div {
    position: absolute;
    z-index: 2;
    top: 20%;
    left: 50%;
    color: #fff;
}

.dealer-index .dealer-activity .col-md-12 .item > div h3 {
    height: 32px;
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 20px;
}

.dealer-index .dealer-activity .col-md-12 .item > div h3 a {
    color: #fff;
    text-decoration: none;

}

.dealer-index .dealer-activity .col-md-12 .item > div p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.dealer-index .dealer-activity .col-md-12 .item > div .btn-primary {
    width: 150px;
    height: 46px;
    line-height: 46px;
    border-radius: 28px;
    border: 1px solid #FFFFFF;
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 100px;
}

.dealer-index .dealer-activity .row div[class*="col-md-4"] {
    margin-top: 28px;
}

@media screen and (max-width: 991px) {
    .dealer-index .dealer-activity .title {
        margin-bottom: 16px;
    }

    .dealer-index .dealer-activity .item img {
        border-radius: 6px;
        height: 234px;
    }

    .dealer-index .dealer-activity .col-md-4 .item > div {
        height: 82px;
        border-radius: 0 0 6px 6px;
    }

    .dealer-index .dealer-activity .col-md-4 .item > div > div {
        padding: 15px;
    }

    .dealer-index .dealer-activity .col-md-4 .item > div > div h3 {
        margin-bottom: 15px;
    }

    .dealer-index .dealer-activity .col-md-4 .item > div > div h3 a {
        font-size: 16px;
        font-weight: 500;
        font-family: PingFangSC-Medium, PingFang SC;
    }

    .dealer-index .dealer-activity .col-md-12 .item > div {
        top: 10%;
        left: 60%;
    }

    .dealer-index .dealer-activity .col-md-12 .item img {
        height: 182px;
    }

    .dealer-index .dealer-activity .col-md-12 .item > div h3 {
        height: 18px;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .dealer-index .dealer-activity .col-md-12 .item > div p {
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .dealer-index .dealer-activity .col-md-12 .item > div .btn-primary {
        width: 65px;
        height: 23px;
        line-height: 23px;
        border-radius: 11px;
        border: 1px solid #FFFFFF;
        font-size: 12px;
        margin-top: 10px;
    }

    .dealer-index .dealer-activity .row div[class*="col-md-4"] {
        margin-top: 15px;
    }
}

/*新闻资讯*/
.dealer-index .news-module .item {
    position: relative;
    height: 360px;
    background: #EFF3FA;
    border-radius: 12px;
    margin-top: 99px;
}

.dealer-index .news-module p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    line-height: 24px;
}

.dealer-index .news-module .item img {
    width: 504px;
    height: 331px;
    object-fit: cover;
    border-radius: 12px;
    position: absolute;
    top: -60px;
}

.dealer-index .news-module .item:nth-child(even) img {
    right: 0;
}

.dealer-index .news-module .item .info {
    padding: 60px 100px 80px 70px;
}

.dealer-index .news-module .item .info h3 {
    height: 66px;
    margin-bottom: 19px;
    padding: 0;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dealer-index .news-module .item .info h3 a {
    line-height: 33px;
    color: #222226;
    font-size: 24px;
    font-weight: 600;
}

.dealer-index .news-module .item .info > p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dealer-index .news-module .item .info p {
    font-size: 16px;
    font-weight: 300;
    color: #888888;
    line-height: 24px;

}

.dealer-index .news-module .item .info p .label {
    border: 1px solid #CDCDCD;
    padding: 0 6px;
}

.dealer-index .news-module .flex {
    display: flex;
    margin-top: 20px;
}

.dealer-index .news-module .flex p {
    height: 17px;
    font-size: 12px !important;
    font-weight: 400;
    color: #888888 !important;
    line-height: 17px;
}

.dealer-index .news-module .flex p:first-child {
    flex: 1;
}

.dealer-index .news-module .flex .point {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #888888;
    border-radius: 50%;
    margin: 0 5px;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .dealer-index .news-module .item {
        position: inherit;
        height: auto;
        background: transparent;
        border-radius: 6px;
        margin-top: 15px;
        overflow: hidden;
    }

    .dealer-index .news-module p {
        font-size: 12px;
        line-height: 22px;
    }

    .dealer-index .news-module .item img {
        width: 100%;
        height: 234px;
        object-fit: cover;
        border-radius: 6px;
        position: initial;
    }

    .dealer-index .news-module .item .info {
        padding: 15px 0;
    }

    .dealer-index .news-module .item .info h3 {
        height: auto;
        margin-bottom: 10px;
    }

    .dealer-index .news-module .item .info h3 a {
        line-height: 22px;
        font-size: 16px;
    }

    .dealer-index .news-module .item .info p {
        font-size: 12px;
        line-height: 22px;
    }

    .dealer-index .news-module .flex {
        display: flex;
        margin-top: 15px;
    }

    .dealer-index .news-module .item:nth-child(odd) {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .dealer-index .news-module .item:nth-child(odd) > div:first-child {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .dealer-index .news-module .item:nth-child(odd) > div:last-child {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
}

/*团队风采*/
.dealer-index .dealer-team .row {
    margin-top: 32px;
}

.dealer-index .dealer-team .item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #EEEEEE;
}

.dealer-index .dealer-team .item > div:first-child {
    height: 257px;
    overflow: hidden;

}

.dealer-index .dealer-team .item > div:first-child img {
    border-radius: 12px 12px 0 0;
}

.dealer-index .dealer-team .item > div:last-child {
    padding: 24px 15px;
}

.dealer-index .dealer-team .item h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
    padding: 0;
    margin-top: 0;
}

.dealer-index .dealer-team .item h3 a {
    color: #333333;
}

.dealer-index .dealer-team .item .label-primary {
    height: 25px;
    border-radius: 4px 0px 4px 4px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 5px;
}

.dealer-index .dealer-team .item p {
    height: 22px;
    font-size: 16px;
    font-weight: 300;
    color: #888888;
    line-height: 22px;
}

@media screen and (max-width: 991px) {
    .dealer-index .dealer-team .row {
        margin-top: 15px;
    }

    .dealer-index .dealer-team .item {
        border-radius: 6px;
    }

    .dealer-index .dealer-team .item > div:first-child {
        height: 159px;
    }

    .dealer-index .dealer-team .item > div:first-child img {
        border-radius: 6px 6px 0 0;
    }

    .dealer-index .dealer-team .item > div:last-child {
        padding: 15px;
    }

    .dealer-index .dealer-team .item h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .dealer-index .dealer-team .item .label-primary {
        height: 20px;
        border-radius: 4px 0px 4px 4px;
        font-size: 12px;
        font-weight: 400;
        vertical-align: middle;
        display: inline-block;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .dealer-index .dealer-team .item p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .dealer-index .dealer-team .row {
        margin-left: 0;
        margin-top: 8px;
        margin-right: -7px;
    }

    .dealer-index .dealer-team .row div[class*="col-md-"] {
        padding-left: 0;
        margin-top: 8px;
        padding-right: 8px;
    }
}

/*商家地址*/
.dealer-index .dealer-address .amap-container {
    height: 400px;
    border-radius: 12px;
    margin: 32px 0;
}

.dealer-index .dealer-address .amap-container .info {
    background: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;

}

.dealer-index .dealer-address .amap-container .amap-marker-label {
    border-radius: 8px;
    border: none;
    box-shadow: 0px 0px 10px 0px #9bc4f8;
}

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

    .dealer-index .dealer-address .amap-container {
        height: 186px;
        border-radius: 6px;
        margin: 15px 0;
    }

    .dealer-index .dealer-address .amap-container .info {
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 500;
    }

    .dealer-index .dealer-address .amap-container .amap-marker-label {
        border-radius: 4px;
        box-shadow: 0px 0px 4px 0px #9bc4f8;
    }
}

/*--------------------------------------------------
    [4. Dealer - Cars] 全部车辆
----------------------------------------------------*/
.dealer-cars {
    background: #F5F6F9;
}

.dealer-cars .tab-list {
    padding: 0;
    margin: 0;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    margin: 40px 0;
}

.dealer-cars .tab-list li {
    display: block;
    height: 64px;
    line-height: 64px;
    position: relative;
}

.dealer-cars .tab-list li.active::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 12px dashed #fff;
    border-left: 8px solid \9;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: -12px;
    top: 25px;
}

.dealer-cars .tab-list li a {
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #333333;
    line-height: 64px;
    display: block;
}

.dealer-cars .tab-list li.active a {
    color: #D1272E;
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .dealer-cars.header-fixed .header.header-sticky {
        background: #fff !important;
        box-shadow: none;
    }

    .dealer-cars .wrapper > .container {
        padding: 0;
        margin: 0;
    }

    .dealer-cars .wrapper > .container > .row {
        margin: 0;
        overflow: hidden;
    }

    .dealer-cars .wrapper > .container > .row > .col-md-3 {
        padding: 0;
        box-shadow: 0px 1px 4px #e5e5e5;
        position: fixed;
        top: 48px;
        width: 100%;
        z-index: 99;
        background: #fff;
    }

    .dealer-cars .wrapper > .container > .row > .col-md-9 {
        padding: 0;
    }

    .dealer-cars .tab-list {
        margin: 0;
        padding: 0;
        display: flex;
        border-radius: 0;
    }

    .dealer-cars .tab-list li {
        display: block;
        height: 56px;
        line-height: 56px;
        position: relative;
        flex: 1;
    }

    .dealer-cars .tab-list li.active {
        background: transparent;
        border-radius: 0;

    }

    .dealer-cars .tab-list li.active::after {
        content: '';
        border: none;
        width: 20%;
        height: 4px;
        border-radius: 2px;
        background: #D1272E;
        top: auto;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .dealer-cars .tab-list li a {
        font-size: 14px;
        line-height: 56px;
    }

    .dealer-cars .tab-list li.active {

    }

    .dealer-cars .tab-list li.active a {
        color: #333;
        font-size: 14px;
        font-weight: 400;
    }

    .dealer-cars .tab-content {
        /*background: #fff;*/
        background: transparent;
        margin: 56px 0 60px 0;
        border-radius: 12px;
    }

    .dealer-cars .mb-screen-bar {
        display: block !important;
    }

    .dealer-cars .mb-screen-bar h3,
    .dealer-cars .mb-screen-bar .btn-group {
        font-size: 14px !important;
    }

    .dealer-cars .mb-screen-bar .btn-group {
        margin-top: -23px;
        width: 100%;
    }

    .dealer-cars .mb-screen-bar .btn-group .dropdown-toggle {
        border: none;
        width: 55px;
        padding: 0;
        height: 32px;
        position: relative;
        float: right;
        background: transparent;
        margin-right: 15px;
        font-size: 14px !important;
        box-shadow: none;
        background: transparent;
    }

    .dealer-cars .mb-screen-bar .btn-group .dropdown-menu {
        border: none;
        -webkit-box-shadow: 0 6px 6px #0000002e;
        box-shadow: 0 6px 6px #0000002e;
        -webkit-background-clip: padding-box;
        padding: 15px;
        margin: 0;
        background: #f5f6f9;
        width: 100%;
    }

    .dealer-cars .mb-screen-bar .btn-group .dropdown-toggle:after {
        content: "";
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed #888;
        border-top: 4px solid \9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        position: absolute;
        bottom: 10px;
        right: 0px;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg); /* Internet Explorer */
        -moz-transform: rotate(-45deg); /* Firefox */
        -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
        -o-transform: rotate(-45deg); /* Opera */
    }

    .dealer-cars .mb-screen-bar .btn-default:active:hover,
    .dealer-cars .mb-screen-bar .btn-default.active:hover,
    .dealer-cars .mb-screen-bar .open > .dropdown-toggle.btn-default:hover,
    .dealer-cars .mb-screen-bar .btn-default:active:focus,
    .dealer-cars .mb-screen-bar .btn-default.active:focus,
    .dealer-cars .mb-screen-bar .open > .dropdown-toggle.btn-default:focus {
        color: #D1272E;
        background-color: transparent;
        box-shadow: none;
    }

    .dealer-cars .mb-screen-bar .open > .dropdown-toggle:after {
        border-top-color: #D1272E;
    }

    .dealer-cars .mb-screen-bar .dropdown-menu h3 {
        height: 14px;
        font-size: 14px!important;
        font-weight: 600;
        color: #000000;
        line-height: 14px;
        margin: 15px 0 5px 0 !important;
    }

    .dealer-cars .mb-screen-bar .dropdown-menu .buttons {
        margin: 0 -10px 0 0;
        display: flex;
        flex-wrap: wrap;
    }

    .dealer-cars .mb-screen-bar .dropdown-menu .buttons label.btn {
        /*background: #F5F5F5;*/
        background: #fff;
        border-radius: 4px;
        margin: 10px 10px 0px 0;
        font-size: 12px;
        border-radius: 4px;
        color: #000;
        width: 78px;
        outline: none;
    }

    .dealer-cars .mb-screen-bar .dropdown-menu .buttons label.btn.active {
        /*   background: #D1272E1a;
           color: #D1272E;*/
        background: #D1272E;
        color: #fff;
        box-shadow: none;
    }

    .dealer-cars .mb-screen-bar .dropdown-menu .btn-primary {
        height: 41px;
        background: linear-gradient(
                134deg, #0083FF 0%, #D1272E 100%);
        border-radius: 21px;
        width: 214px;
        margin: 30px auto;
        display: block;
    }


}

/*商家推荐*/
/*.dealer-cars h3{
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 22px;
}*/
.dealer-cars .recommend {
    padding: 20px 0 0 0;
    background: #fff;
    border-radius: 12px;
}

.dealer-cars .recommend .panel-default .panel-body h4 {
    margin: 8px;
}

.dealer-cars .media-list {
    /*background: #fff;*/
    /*border-radius: 12px;*/
    padding: 15px 0;
}

.dealer-cars .media-list .media {

}

.dealer-cars .media-list .media .media-object {
    width: 69px !important;
    height: 46px !important;
    max-width: 69px !important;
    border-radius: 6px;
}

.dealer-cars .car-search {
    /*height: 72px;*/
    overflow: hidden;
    margin: 40px 0;
}

/*End 商家推荐*/
/*--------------------------------------------------
    [5. Dealer - Service] 门店服务
----------------------------------------------------*/
.dealer-service {
    background: #F5F6F9;
}

/*预约试驾*/
.dealer-service .test-drive {
    margin: 32px 0;
}

.dealer-service .test-drive .item {
    position: relative;
}

.dealer-service .test-drive .item img {
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
}

.dealer-service .test-drive .item > div {
    position: absolute;
    z-index: 9;
    top: 20%;
    left: 60%;
    color: #fff;
}

.dealer-service .test-drive .item > div h3 {
    height: 32px;
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 20px;
}

.dealer-service .test-drive .item > div h3 a {
    color: #fff;
    text-decoration: none;
}

.dealer-service .test-drive .item > div p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.dealer-service .test-drive .item > div .btn-primary {
    width: 118px;
    height: 40px;
    border-radius: 21px;
    border: 1px solid #FFFFFF;
    line-height: 40px;
    padding: 0;
    background: transparent;
    margin-top: 40px;
    font-size: 17px;
    font-weight: 300;
    color: #FFFFFF;
}

@media screen and (max-width: 991px) {
    /*预约试驾*/
    .dealer-service .test-drive {
        margin: 15px 0 0 0;
    }

    .dealer-service .test-drive .item img {
        border-radius: 6px;
        height: 128px;
    }

    .dealer-service .test-drive .item > div {
        top: 10%;
        left: 60%;
    }

    .dealer-service .test-drive .item > div h3 {
        height: 22px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        line-height: 22px;
        margin: 5px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .dealer-service .test-drive .item > div p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .dealer-service .test-drive .item > div .btn-primary {
        width: 60px;
        height: 20px;
        border: 1px solid #FFFFFF;
        line-height: 20px;
        margin-top: 0px;
        font-size: 12px;
    }
}

/*贴心服务*/
.dealer-service .intimate-service .title {
    margin-bottom: 32px;
}

.dealer-service .intimate-service .container .row {
    margin: 0 -19px 0 0 !important;
}

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

.dealer-service .intimate-service .item {
    position: relative;
}

.dealer-service .intimate-service .item div {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 32px;
    text-align: center;
    color: #fff;
}

.dealer-service .intimate-service .item div h3 {
    height: 40px;
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    padding: 0;
    margin: 0 0 5px 0;
}

.dealer-service .intimate-service .item div p {
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
}

@media screen and (max-width: 991px) {
    .dealer-service .intimate-service .title {
        margin-bottom: 8px;
    }

    .dealer-service .intimate-service .container .row {
        margin: 0 -7px 0 0 !important;
    }

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

    .dealer-service .intimate-service .item div {
        padding: 15px;
    }

    .dealer-service .intimate-service .item div h3 {
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 5px 0;
        font-family: PingFangSC-Medium, PingFang SC;
    }

    .dealer-service .intimate-service .item div p {
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }
}

/*更多服务*/
.dealer-service .more-service .title {
    margin-bottom: 32px;
}

.dealer-service .more-service .container .more-info {
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 28px;
}

.dealer-service .more-service .container .more-info > div {
    width: 25%;
    background-color: #fff;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 2;
    border-left: 1px solid #F0F0F0;
    box-sizing: border-box;
    margin-left: -1px;
    margin-bottom: -1px;
}

.dealer-service .more-service .container .more-info > div:first-child {
    border-left: none;
}


/*.dealer-service .more-service .container .more-info > div:first-child,*/
/*.dealer-service .more-service .container .more-info > div:nth-of-type(5) {*/
/*    border-left: none;*/
/*}*/

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

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

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


.dealer-service .more-service .more-info > div i {
    width: 80px;
    height: 80px;
    background: #EFF3FA;
    color: #D1272E;
    font-size: 36px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
}

.dealer-service .more-service .container .more-info > div a {
    display: block;
    padding: 80px;
}

.dealer-service .more-service .container .more-info > div a:hover i {
    background: #D1272E;
    color: #fff;
}

.dealer-service .more-service .more-info > div p {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

@media screen and (max-width: 991px) {
    .dealer-service .more-service {
        padding: 0;
    }

    .dealer-service .more-service .title {
        margin-bottom: 15px;
    }

    .dealer-service .more-service .container .more-info {
        border-radius: 6px;
        padding: 10px 0px;
    }

    .dealer-service .more-service .container .more-info > div {
        width: 25%;
        font-size: 12px;
    }


    .dealer-service .more-service .more-info > div i {
        width: 36px;
        height: 36px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .dealer-service .more-service .container .more-info > div a {
        padding: 10px 0 0 0;
    }


    .dealer-service .more-service .more-info > div p {
        height: 22px;
        font-size: 12px;
        line-height: 22px;
    }
}

/*中升集团，终身伙伴*/
.dealer-service .service-banner .item {
    position: relative;
    text-align: center;
}

.dealer-service .service-banner .item img {

    object-fit: cover;
}

.dealer-service .service-banner .item > div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.dealer-service .service-banner .item > div h3 {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0;
    margin: 0 0 12px 0;
}

.dealer-service .service-banner .item > div p {
    height: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

@media screen and (max-width: 991px) {
    .dealer-service .service-banner .item img {
        height: 94px;
        width: 100%;
    }

    .dealer-service .service-banner .item > div h3 {
        font-size: 16px;
        margin: 0 0 6px 0;
    }

    .dealer-service .service-banner .item > div p {
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }
}

/*--------------------------------------------------
    6. Dealer - Activity    门店活动
----------------------------------------------------*/
/*活动Banner*/
.dealer-activities .activity-banner {
    margin-top: 32px;
    margin-bottom: 32px;
}

.dealer-activities .activity-banner .item > div {
    position: relative;
}

.dealer-activities .activity-banner .item > div > div {
    position: absolute;
    z-index: 9;
    top: 20%;
    left: 60%;
    color: #fff;
}

.dealer-activities .activity-banner .item h3 {
    height: 32px;
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 20px;
}

.dealer-activities .activity-banner .item h3 a {
    color: #fff;
    text-decoration: none;

}

.dealer-activities .activity-banner .item p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.dealer-activities .activity-banner .item .btn-primary {
    width: 150px;
    height: 46px;
    line-height: 46px;
    border-radius: 28px;
    border: 1px solid #FFFFFF;
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 100px;
}

.dealer-activities .activity-banner .carousel-indicators li {
    width: 17px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
    opacity: 0.49;
    border: none;
    margin: 0 5px;
}

.dealer-activities .activity-banner .carousel-indicators .active {
    width: 17px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
    opacity: 1;
    margin: 0 5px;
    border: none;
}

@media screen and (max-width: 991px) {
    .dealer-activities .activity-banner {
        margin-top: 15px;
        margin-bottom: 6px;
    }

    .dealer-activities .activity-banner .item {
        border-radius: 6px;
    }

    .dealer-activities .activity-banner .item img {
        height: 146px;
        width: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

    .dealer-activities .activity-banner .item > div > div {
        top: 0;
        left: 60%;
    }

    .dealer-activities .activity-banner .item h3 {
        height: 22px;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .dealer-activities .activity-banner .item p {
        font-size: 12px;
        line-height: 15px;
    }

    .dealer-activities .activity-banner .item .btn-primary {
        width: 64px;
        height: 24px;
        line-height: 24px;
        border-radius: 12px;
        font-size: 12px;
        margin-top: 0;
    }

    .dealer-activities .activity-banner .carousel-indicators li {
        width: 5px;
        height: 2px;
        border-radius: 1px;
        margin: 0 2px;
    }

    .dealer-activities .activity-banner .carousel-indicators {
        bottom: 0;
    }

    .dealer-activities .activity-banner .carousel-indicators .active {
        width: 5px;
        height: 2px;
        border-radius: 1px;
        margin: 0 2px;
    }
}

/*精彩活动*/
#g-activity-list{
    background-color: #f6f6f6;
}

.dealer-activities .activities{
    display: flex;
    flex-wrap: wrap;
}
.dealer-activities .activities .list-item{
    border-radius: 12px;
    background: #fff;
    margin-top: 19px;
    overflow: hidden;
    position: relative;
}
.dealer-activities .activities .list-item a{
    text-decoration: none;
}
.dealer-activities .activities .list-item .label{
    color: #fff !important;
    display: inline-block;
    /*position: absolute;*/
    /*margin: 30px 15px;*/
    line-height: 40px;
    font-weight: 400;
    font-size: 20px;
    padding: 0 20px;
    height: 40px;
    z-index: 10;
}
.dealer-activities .activities .list-item .label.label-default{
    background-color: #B8B8B8;
}
.dealer-activities .activities .list-item .label.label-danger{
    background-color: #FF6565;
}
.dealer-activities .activities .list-item.active{
    opacity: 1;
}
.dealer-activities .activities .list-item .item-img{
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
.dealer-activities .activities .list-item .item-img .img-responsive {
    border-radius: 12px 12px 0 0;
    /*-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;*/
    object-fit: cover;
    width: 100%;
}
.dealer-activities .activities .list-item .item-img .img-responsive: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);*/
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -khtml-opacity: .8;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.dealer-activities .activities .list-item .item-content{
    padding: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.dealer-activities .activities .list-item .item-content .desc {
    flex: 1;
    overflow: hidden;
}
.dealer-activities .activities .list-item .item-content h3,
.dealer-activities .activities .list-item .item-content h3 a {
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 20px;
    font-weight: 500;
    margin-right: 40px;
    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;
    margin-right: 40px;
}
.dealer-activities .activities .list-item .item-content:hover h3 a{
    color: #D1272E;
}
.dealer-activities .activities .list-item .item-content p {
    height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 22px;
    margin: 0;
}
.dealer-activities .activities .list-item  .brown{
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    z-index: 9;
    text-align: center;
    width: 80px;
    padding: 2px 0;
}
.dealer-activities .activities .list-item  .brown:after{
    position: absolute;
    top: -9px;
    left: 0;
    z-index: -1;
    content: "\e69a";
    color: #FF5F1D;
    font-family: "iconfont" !important;
    font-size: 30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(
            180deg);
}
.dealer-activities .activities .list-item  .brown.finished:after{
    color: #ccc;
}
.dealer-activities .item-footer{
    border-top: 1px solid #f2f2f2;
    padding: 15px;
}
.dealer-activities .item-footer p{
    color: #888;
}
@media screen and (max-width: 991px) {
    .dealer-activities .activity-content {
        margin-top: 51px;
    }

    .dealer-activities .content {
        margin-top: 15px;
    }
    .dealer-activities .activities .list-item .label{
        height: 25px;
        font-size: 12px;
        margin: 15px 8px;
        line-height: 25px;
    }

}

.dealer-activities .activities .row {
    display: flex;
    flex-wrap: wrap;
}
.dealer-activities .activities {
    margin-bottom: 24px;
    width: 100%;
}
/*--------------------------------------------------
    7. Dealer - News        资讯
----------------------------------------------------*/

.dealer-news .module1 .item {
    position: relative;
}

.dealer-news .module1 .item img {
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
}

.dealer-news .module1 .col-md-8 .item img {
    height: 485px;
}

.dealer-news .module1 .col-md-4 .item img {
    height: 229px;
}

.dealer-news .module1 .col-md-4 > div:last-child {
    margin-top: 28px;
}

.dealer-news .module1 .item > div:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    filter: blur(10px);
    z-index: 2;
}

.dealer-news .module1 .item > div {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    height: 88px;
    border-radius: 0 0 12px 12px;
    width: 100%;
    overflow: hidden;
}

.dealer-news .module1 .item > div > div {
    z-index: 9;
    padding: 0;
    width: 100%;
    position: absolute;
}

.dealer-news .module1 .item > div > div h3 {
    padding: 0 20px;
    margin: 0;
    height: 88px;
    line-height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dealer-news .module1 .item > div > div h3 a {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 991px) {
    .dealer-news .module1 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .dealer-news .module1 .row {
        margin-left: 0;
    }

    .dealer-news .module1 .row div[class*="col-md-8"] {
        padding-left: 0;
        padding-right: 12px;
        margin-top: 0;
    }

    .dealer-news .module1 .row div[class*="col-md-4"] {
        padding-left: 0;
        padding-right: 15px;
        margin-top: 0;
    }

    .dealer-news .module1 .col-md-8 .item img {
        height: 144px;
        border-radius: 6px;
    }

    .dealer-news .module1 .col-md-4 .item img {
        height: 68px;
        border-radius: 6px;
    }

    .dealer-news .module1 .col-md-4 > div:last-child {
        margin-top: 10px;
    }

    .dealer-news .module1 .item > div {
        height: 34px;
        border-radius: 0 0 12px 12px;
    }

    .dealer-news .module1 .item > div > div {
        z-index: 9;
        padding: 0;
        width: 100%;
        position: absolute;
    }

    .dealer-news .module1 .item > div > div h3 {
        padding: 0 15px;
        margin: 0;
        height: 34px;
        line-height: 34px;
    }

    .dealer-news .module1 .item > div > div h3 a {
        font-size: 12px;
    }
}


.dealer-news .module2 .media {
    margin-bottom: 60px;
}

.dealer-news .module2 .media-list .media img {
    height: 200px;
    object-fit: cover;
}

.dealer-news .module2 .media-left,
.dealer-news .module2 .media > .pull-left {
    padding-right: 38px;
}

.dealer-news .module2 .media .media-body h3 {
    height: 33px;
    font-size: 24px;
    font-weight: 600;
    color: #222226;
    line-height: 33px;
    padding: 0;
    margin: 0 0 40px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dealer-news .module2 .media .media-body p {
    height: 60px;
    font-size: 16px;
    font-weight: 300;
    color: #888888;
    line-height: 24px;
    margin: 0 0 40px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dealer-news .module2 .media .media-body .flex {
    display: flex;
    margin-top: 20px;
}

.dealer-news .module2 .media .media-body .flex p {
    height: 17px;
    font-size: 12px !important;
    font-weight: 400;
    color: #888888 !important;
    line-height: 17px;
    margin-bottom: 0;
}

.dealer-news .module2 .media .media-body .flex p:first-child {
    flex: 1;
}

.dealer-news .module2 .media .media-body .flex .point {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #888888;
    border-radius: 50%;
    margin: 0 5px;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .dealer-news .module2 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .dealer-news .module2 .media-list {
        margin-bottom: 0 !important;
    }

    .dealer-news .module2 .media {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .dealer-news .module2 .media-list .media img {
        height: 80px;
    }

    .dealer-news .module2 .media-left,
    .dealer-news .module2 .media > .pull-left {
        padding-right: 10px;
    }

    .dealer-news .module2 .media .media-body h3 {
        height: auto;
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 4px 0;

    }

    .dealer-news .module2 .media .media-body p {
        height: auto;
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 4px 0;
    }

    .dealer-news .module2 .media .media-body .flex {
        display: flex;
        margin-top: 4px;
    }

    .dealer-news .module2 .media .media-body .flex p {
        height: 17px;
        font-size: 12px !important;
        font-weight: 400;
        color: #888888 !important;
        line-height: 17px;
        margin-bottom: 0;
    }

    .dealer-news .module2 .media .media-body .flex p:first-child {
        flex: 1;
    }

    .dealer-news .module2 .media .media-body .flex .point {
        display: inline-block;
        width: 3px;
        height: 3px;
        background: #888888;
        border-radius: 50%;
        margin: 0 5px;
        vertical-align: middle;
    }
}

/*--------------------------------------------------
   8. Dealer - Recruitment 招聘
----------------------------------------------------*/
.dealer-recruitment .banner {
    height: 419px;
    width: 100%;
    background: url("../image/recruitment-banner-shop.jpg");
    background-size: cover;
}

.dealer-recruitment .banner .container {
    height: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
}

.dealer-recruitment .banner h1 {
    font-size: 45px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 120px;
}

/*搜索*/
.dealer-recruitment .search-bar .container {
    position: relative;
}

.dealer-recruitment .search-bar .input-group {
    width: 719px;
    height: 58px;
    background: #fff;
    box-shadow: 0px 2px 24px 0px rgba(0, 76, 255, 0.1);
    border-radius: 46px;
    margin: 0 auto;
    top: -29px;
}

.dealer-recruitment .search-bar .input-group .input-group-addon {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    border: none;
    border-radius: 46px 0 0 46px;
    background: transparent;
    padding: 19px 25px 19px 48px;
    position: relative;
}

.dealer-recruitment .search-bar .input-group .input-group-addon:after {
    content: "";
    border-right: 1px solid #ddd;
    position: absolute;
    height: 22px;
    right: 0;
}

.dealer-recruitment .search-bar .input-group .form-control {
    height: 58px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    font-weight: 400;
    background-color: #fff;
    background-image: none;
    border: none;
}

.dealer-recruitment .search-bar .input-group .form-control:focus {
    box-shadow: none;
}

.dealer-recruitment .search-bar .input-group .form-control::placeholder {
    color: #BBBBBB;
}

.dealer-recruitment .search-bar .input-group .input-group-btn .btn {
    height: 58px;
    width: 116px;
    border-radius: 0 46px 46px 0;
    background: linear-gradient(142deg, #1B90FF 0%, #D1272E 100%);
    border: none;
}

.dealer-recruitment .search-bar .input-group .input-group-btn .btn:hover {
    /*background: transparent;*/
    /*color: #D1272E;*/
}

.dealer-recruitment .search-bar .input-group .input-group-btn .btn i {
    font-size: 20px;
    font-weight: bold;
}

/*筛选*/
.dealer-recruitment .recruitment-list {
}

.dealer-recruitment .recruitment-list .panel {
    border: none;
}

.dealer-recruitment .recruitment-list .panel-default > .panel-heading {
    background: transparent;
}

.dealer-recruitment .recruitment-list .panel-default > .panel-heading h3 {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.dealer-recruitment .recruitment-list .panel .panel-body h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.dealer-recruitment .recruitment-list .panel .panel-body label {
    display: block;
    padding: 8px 0;
}

.dealer-recruitment .media-list {
    border-left: 1px solid #EEEEEE;
    padding-left: 46px;
    margin-left: 10px;
}

.dealer-recruitment .media-list .media {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 30px;
    margin-top: 50px;
}

.dealer-recruitment .media-list .media:first-child {
    margin-top: 0px;
}

.dealer-recruitment .media-list .media-body h3 {
    height: 37px;
    font-size: 26px;
    font-weight: 600;
    color: #222222;
    line-height: 37px;
}

.dealer-recruitment .media-list .media-body p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.dealer-recruitment .media-list .media-right {
    position: relative;
    width: 25%;
}

.dealer-recruitment .media-list .media-right h4,
.dealer-recruitment .media-list .media-right strong {
    font-size: 20px;
    font-weight: 400;
    color: #FF5F1D;
}

.dealer-recruitment .media-list .media-right strong {
    font-weight: 600;
}

.dealer-recruitment .media-list .media-right p {
    position: absolute;
    bottom: 0;
    color: #888888;
    font-size: 12px;
}

@media screen and (max-width: 991px) {
    .dealer-recruitment .dealer-nav {
        position: inherit !important;
        background: #fff;
    }

    .dealer-recruitment .banner {
        height: 192px;
        background: url("../image/recruitment-banner-shop.jpg");
    }

    .dealer-recruitment .banner .container {
        height: 100%;
        display: flex;
        align-self: center;
        justify-content: center;
        align-items: center;
    }

    .dealer-recruitment .banner h1 {
        font-size: 24px;
        margin-top: 50px;
    }

    /*搜索*/
    .dealer-recruitment .search-bar {
        /*margin: 0 15px;*/
    }

    .dealer-recruitment .search-bar .input-group {
        width: 100%;
        height: 44px;
        border-radius: 22px;
        top: -22px;
    }

    .dealer-recruitment .search-bar .input-group .input-group-addon {
        font-size: 14px;
        border-radius: 22px 0 0 22px;
        padding: 12px 16px 12px 16px;
    }

    .dealer-recruitment .search-bar .input-group .input-group-addon:after {
        height: 20px;
    }

    .dealer-recruitment .search-bar .input-group .form-control {
        height: 44px;
        padding: 0 12px;
        font-size: 14px;
        line-height: 44px;
    }

    .dealer-recruitment .search-bar .input-group .input-group-btn .btn {
        height: 44px;
        width: 70px;
        border-radius: 0 22px 22px 0;
    }

    .dealer-recruitment .search-bar .input-group .input-group-btn .btn i {
        font-size: 16px;
    }

    /*筛选*/
    .dealer-recruitment .recruitment-list {
        padding: 0 0 30px 0;
    }

    .dealer-recruitment .mb-screen-bar > h3 {
        margin: 0 0 0 15px;
        font-size: 14px;
    }

    .dealer-recruitment .mb-screen-bar .btn-group {
        margin-top: -23px;
        width: 100%;
    }

    .dealer-recruitment .mb-screen-bar .btn-group .dropdown-toggle {
        border: none;
        width: 55px;
        padding: 0;
        height: 32px;
        position: relative;
        float: right;
        margin-right: 15px;
    }

    .dealer-recruitment .mb-screen-bar .btn-group .dropdown-menu {
        border: none;
        -webkit-box-shadow: 0 6px 6px #0000002e;
        box-shadow: 0 6px 6px #0000002e;
        -webkit-background-clip: padding-box;
        padding: 15px;
        margin: 0;
    }

    .dealer-recruitment .mb-screen-bar .btn-group .dropdown-toggle:after {
        content: "";
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed #888;
        border-top: 4px solid \9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        position: absolute;
        bottom: 10px;
        right: 0px;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg); /* Internet Explorer */
        -moz-transform: rotate(-45deg); /* Firefox */
        -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
        -o-transform: rotate(-45deg); /* Opera */
    }

    .dealer-recruitment .mb-screen-bar .btn-default:active:hover,
    .dealer-recruitment .mb-screen-bar .btn-default.active:hover,
    .dealer-recruitment .mb-screen-bar .open > .dropdown-toggle.btn-default:hover,
    .dealer-recruitment .mb-screen-bar .btn-default:active:focus,
    .dealer-recruitment .mb-screen-bar .btn-default.active:focus,
    .dealer-recruitment .mb-screen-bar .open > .dropdown-toggle.btn-default:focus {
        color: #D1272E;
        background-color: transparent;
        box-shadow: none;
    }

    .dealer-recruitment .mb-screen-bar .open > .dropdown-toggle:after {
        border-top-color: #D1272E;
    }

    .dealer-recruitment .mb-screen-bar .dropdown-menu h3 {
        height: 14px;
        font-size: 14px;
        font-weight: 600;
        color: #000000;
        line-height: 14px;
    }

    .dealer-recruitment .mb-screen-bar .dropdown-menu .buttons {
        margin: 0 -10px 0 0;
        display: flex;
        flex-wrap: wrap;
    }

    .dealer-recruitment .mb-screen-bar .dropdown-menu .buttons label.btn {
        background: #F5F5F5;
        border-radius: 4px;
        margin: 10px 10px 0px 0;
        font-size: 12px;
        border-radius: 4px;
        color: #000;
        width: 78px;
        outline: none;
    }

    .dealer-recruitment .mb-screen-bar .dropdown-menu .buttons label.btn.active {
        background: #D1272E1a;
        color: #D1272E;
        box-shadow: none;
    }

    .dealer-recruitment .mb-screen-bar .dropdown-menu .btn-primary {
        height: 41px;
        background: linear-gradient(
                134deg, #0083FF 0%, #D1272E 100%);
        border-radius: 21px;
        width: 214px;
        margin: 30px auto;
        display: block;
    }

    .dealer-recruitment .mb-screen-bar .dealer-recruitment .media-list {
        border: none;
        padding: 0;
        margin: 0;
    }

    .dealer-recruitment .media-list {
        border-left: none;
        padding-left: 0;
        margin: 20px 0;
    }

    .dealer-recruitment .media-list .media {
        border-bottom: none;
        padding-bottom: 15px;
        margin-top: 15px;
        position: relative;
    }

    .dealer-recruitment .media-list .media:first-child {
        margin-top: 0px;
    }

    .dealer-recruitment .media-list .media-body h3 {
        height: 16px;
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
    }

    .dealer-recruitment .media-list .media-body p {
        height: 17px;
        font-size: 12px;
        line-height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .dealer-recruitment .media-list .media-right {
        position: absolute;
        width: auto;
        top: 0;
        right: 0;
    }

    .dealer-recruitment .media-list .media-right h4,
    .dealer-recruitment .media-list .media-right strong {
        font-size: 12px;
        font-weight: 400;
        color: #FF5F1D;
        margin: 0;
    }

    .dealer-recruitment .media-list .media-right strong {
        font-size: 14px;
        font-weight: bold;
    }
}

/*--------------------------------------------------
    9. Dealer - About Dealer    关于门店
----------------------------------------------------*/
.dealers-detail {
    background: #fff;
}

.dealers-detail .tab-list {
    text-align: center;
    margin: 40px 0;
    padding: 0;
}

.dealers-detail .tab-list li {
    display: block;
    height: 64px;
    line-height: 64px;
    position: relative;
}

.dealers-detail .tab-list li.active {
    background: #D1272E14;
    border-radius: 8px;
}

.dealers-detail .tab-list li.active::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 12px dashed #ecf2ff;
    border-left: 8px solid \9;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: -12px;
    top: 25px;
}

.dealers-detail .tab-list li a {
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #333333;
    line-height: 64px;
    display: block;
}

.dealers-detail .tab-list li.active {

}

.dealers-detail .tab-list li.active a {
    color: #D1272E;
    font-size: 16px;
    font-weight: 600;
}

.dealers-detail .tab-content {
    background: #fff;
    margin: 40px 0 80px 0;
    border-radius: 12px;
}

@media screen and (max-width: 991px) {
    .dealers-detail.header-fixed .header.header-sticky {
        background: #fff !important;
        box-shadow: none;
    }

    .dealers-detail .wrapper > .container {
        padding: 0;
        margin: 0;
    }

    .dealers-detail .wrapper > .container > .row {
        margin: 0;
        overflow: hidden;
    }

    .dealers-detail .wrapper > .container > .row > .col-md-3 {
        padding: 0;
        box-shadow: 0px 1px 4px #e5e5e5;
        position: fixed;
        top: 48px;
        width: 100%;
        z-index: 9;
        background: #fff;
    }

    .dealers-detail .wrapper > .container > .row > .col-md-9 {
        padding: 0;
    }

    .dealers-detail .tab-list {
        margin: 0;
        padding: 0;
        display: flex;

    }

    .dealers-detail .tab-list li {
        display: block;
        height: 56px;
        line-height: 56px;
        position: relative;
        flex: 1;
    }

    .dealers-detail .tab-list li.active {
        background: transparent;
        border-radius: 0;

    }

    .dealers-detail .tab-list li.active::after {
        content: '';
        border: none;
        width: 20%;
        height: 4px;
        border-radius: 2px;
        background: #D1272E;
        top: auto;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .dealers-detail .tab-list li a {
        font-size: 14px;
        line-height: 56px;
    }

    .dealers-detail .tab-list li.active {

    }

    .dealers-detail .tab-list li.active a {
        color: #333;
        font-size: 14px;
        font-weight: 400;
    }

    .dealers-detail .tab-content {
        background: #fff;
        margin: 56px 0 60px 0;
        border-radius: 12px;
    }
}

/*关于门店*/
.dealers-detail .dealers-info .honor,
.dealers-detail .dealers-info .introduce {
    margin-top: 60px;
}

.dealers-detail .dealers-info .honor h3,
.dealers-detail .dealers-info .introduce h3 {
    margin-bottom: 23px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}

.dealers-detail .dealers-info .honor img,
.dealers-detail .dealers-info .introduce img {
    border-radius: 12px;
}

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

    .dealers-detail .dealers-info .honor,
    .dealers-detail .dealers-info .introduce {
        margin-top: 30px;
        padding: 0 15px;
    }

    .dealers-detail .dealers-info .honor h3,
    .dealers-detail .dealers-info .introduce h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .dealers-detail .dealers-info .honor img,
    .dealers-detail .dealers-info .introduce img {
        border-radius: 6px;
    }

    .dealers-detail .dealers-info .introduce p {
        text-align: justify;
    }
}

/*团队风采*/
.dealers-detail .dealer-team .team-info {
    display: flex;
    margin: 80px 0;
}

.dealers-detail .dealer-team .team-info > div:first-child {
    width: 555px;
    height: 264px;
    background: #EFF3FA;
    border-radius: 12px;
}

.dealers-detail .dealer-team .team-info > div:first-child img {
    width: 195px;
    float: left;
    margin: -30px 50px;
    border-radius: 12px 12px 0 0;
}

.dealers-detail .dealer-team .team-info > div:first-child h3 {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
}

.dealers-detail .dealer-team .team-info > div:first-child h3 label {
    width: 70px;
    height: 25px;
    border-radius: 4px 0px 4px 4px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D1272E;
    vertical-align: middle;
}

.dealers-detail .dealer-team .label i.icon {
    font-size: 12px;
}

.dealers-detail .dealer-team .team-info > div:first-child p {
    color: #333333;
    line-height: 22px;
}

.dealers-detail .dealer-team .team-info > div:first-child > div {
    position: relative;
    top: 70px;
}

.dealers-detail .dealer-team .team-info > div:last-child {

    position: relative;
    flex: 1;
    height: 264px;
}

.dealers-detail .dealer-team .team-info > div:last-child .quotation-mark {
    width: 22px;
    height: 22px;
    display: block;
    margin: 24px 29px;
    position: absolute;

}

.dealers-detail .dealer-team .team-info > div:last-child .quotation-mark:first-child {
    background: url("../image/quotation-mark-left@2x.png") no-repeat center;
    background-size: contain;
    left: 0;
    top: 0;
}

.dealers-detail .dealer-team .team-info > div:last-child .quotation-mark:last-child {
    background: url("../image/quotation-mark-right@2x.png") no-repeat center;
    background-size: contain;
    right: 0px;
    bottom: 0;
}

.dealers-detail .dealer-team .team-info > div:last-child p {
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #333333;
    padding: 95px 50px;
    line-height: 25px;
}

@media screen and (max-width: 991px) {
    .dealers-detail .dealer-team {
        margin: 15px;
    }

    .dealers-detail .dealer-team .team-info {
        display: block;
        margin: 70px 0 50px 0;
    }

    .dealers-detail .dealer-team .team-info > div:first-child {
        width: 100%;
        height: 185px;
        background: #EFF3FA;
        border-radius: 12px;
    }

    .dealers-detail .dealer-team .team-info > div:first-child img {
        width: 95px;
        float: left;
        margin: 20px 30px;
        border-radius: 12px;
    }

    .dealers-detail .dealer-team .team-info > div:first-child h3 {
        height: 22px;
        font-size: 16px;
        line-height: 22px;
        margin: 0;
        padding: 30px 0;
    }

    .dealers-detail .dealer-team .team-info > div:first-child h3 label {
        width: 70px;
        height: 22px;
    }


    .dealers-detail .dealer-team .team-info > div:first-child p {
        color: #333333;
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0;
        font-family: PingFangSC-Light, PingFang SC;
    }

    .dealers-detail .dealer-team .team-info > div:first-child p i {
        font-size: 12px;
        vertical-align: middle;
    }

    .dealers-detail .dealer-team .team-info > div:first-child > div {
        position: relative;
        top: 20px;
    }

    .dealers-detail .dealer-team .team-info > div:last-child {
        position: relative;
        flex: 1;
        height: auto;
    }

    .dealers-detail .dealer-team .team-info > div:last-child p {
        padding: 70px 15px;
        line-height: 28px;
    }

    .dealers-detail .dealer-team .team-info > div:last-child .quotation-mark {
        margin: 24px 0;
    }
}

.dealers-detail .dealer-team .title {
    margin-bottom: 40px;
}


.dealers-detail .dealer-team .row {
    margin-top: 32px;
}

.dealers-detail .dealer-team .item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #EEEEEE;
    margin-bottom: 40px;
}

.dealers-detail .dealer-team .item > div:first-child {
    height: 257px;
    overflow: hidden;

}

.dealers-detail .dealer-team .item > div:first-child img {
    border-radius: 12px 12px 0 0;
}

.dealers-detail .dealer-team .item > div:last-child {
    padding: 24px 15px;
}

.dealers-detail .dealer-team .item h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
    padding: 0;
    margin-top: 0;
}

.dealers-detail .dealer-team .item h3 a {
    color: #333333;
}

.dealers-detail .dealer-team .item .label-primary {
    height: 25px;
    border-radius: 4px 0px 4px 4px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 5px;
}

.dealers-detail .dealer-team .item p {
    height: 22px;
    font-size: 16px;
    font-weight: 300;
    color: #888888;
    line-height: 22px;
}


@media screen and (max-width: 991px) {
    .dealers-detail .dealer-team .row {
        margin-top: 15px;
    }

    .dealers-detail .dealer-team .item {
        border-radius: 6px;
    }

    .dealers-detail .dealer-team .item > div:first-child {
        height: 159px;
    }

    .dealers-detail .dealer-team .item > div:first-child img {
        border-radius: 6px 6px 0 0;
    }

    .dealers-detail .dealer-team .item > div:last-child {
        padding: 15px;
    }

    .dealers-detail .dealer-team .item h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .dealers-detail .dealer-team .label-primary {
        height: 20px;
        border-radius: 4px 0px 4px 4px;
        font-size: 12px;
        font-weight: 400;
        vertical-align: middle;
        display: inline-block;
        line-height: 15px;
        margin-bottom: 5px;
        cursor: pointer;
    }

    .dealers-detail .dealer-team .item p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .dealers-detail .dealer-team .row {
        margin-left: 0;
        margin-top: 8px;
        margin-right: -7px;
    }

    .dealers-detail .dealer-team .row div[class*="col-md-"] {
        padding-left: 0;
        margin-top: 8px;
        padding-right: 8px;
    }
}

.dealers-detail .dealer-team .modal {
    z-index: 9999;
}

.dealers-detail .dealer-team .modal .modal-dialog {
    width: 720px;
}

.dealers-detail .dealer-team .modal .modal-header {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 33px;
    text-align: center;
    padding: 0;
    margin: 30px 0 0 0;
    border: none;
}

.dealers-detail .dealer-team .modal .modal-body {
    padding: 20px 60px;
}

.dealers-detail .dealer-team .modal .modal-body img {
    border-radius: 8px;
}

.dealers-detail .dealer-team .modal .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
    margin-bottom: 30px;
}

.dealers-detail .dealer-team .modal .modal-footer .btn-primary {
    width: 251px;
    height: 48px;
    border-radius: 32px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}

.dealers-detail .dealer-team .modal .modal-footer .btn-primary:hover,
.dealers-detail .dealer-team .modal .modal-footer .btn-primary:focus {
    color: #D1272E;
    border: 1px solid #D1272E;
}

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

    .dealers-detail .dealer-team .modal .modal-dialog {
        width: auto;
    }

    .dealers-detail .dealer-team .modal .modal-header {
        font-size: 18px;
    }

    .dealers-detail .dealer-team .modal .modal-body {
        padding: 15px;
    }

    .dealers-detail .dealer-team .modal .modal-body img {
        width: 100% !important;
        height: auto !important;
    }

    .dealers-detail .dealer-team .modal .modal-footer .btn-primary {
        width: 214px;
        height: 40px;
        border-radius: 21px;
        font-size: 14px;
    }

    .dealers-detail .dealer-team .modal .modal-footer .btn-primary:hover,
    .dealers-detail .dealer-team .modal .modal-footer .btn-primary:focus {
        color: #D1272E;
        border: 1px solid #D1272E;
    }

}

.dealers-detail .dealers-info .row {
    margin-top: 32px;
}

.dealers-detail .dealers-info .item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #EEEEEE;
}

.dealers-detail .dealers-info .item > div:first-child {
    height: 257px;
    overflow: hidden;

}

.dealers-detail .dealers-info .item > div:first-child img {
    border-radius: 12px 12px 0 0;
}

.dealers-detail .dealers-info .item > div:last-child {
    padding: 24px 15px;
}

.dealers-detail .dealers-info .item h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
    padding: 0;
    margin-top: 0;
}

.dealers-detail .dealers-info .item h3 a {
    color: #333333;
}

.dealers-detail .dealers-info .item .label-primary {
    height: 25px;
    border-radius: 4px 0px 4px 4px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 5px;
}

.dealers-detail .dealers-info .item p {
    height: 22px;
    font-size: 16px;
    font-weight: 300;
    color: #888888;
    line-height: 22px;
}

@media screen and (max-width: 991px) {
    .dealers-detail .dealers-info .row {
        margin-top: 15px;
    }

    .dealers-detail .dealers-info .item {
        border-radius: 6px;
    }

    .dealers-detail .dealers-info .item > div:first-child {
        height: 159px;
    }

    .dealers-detail .dealers-info .item > div:first-child img {
        border-radius: 6px 6px 0 0;
    }

    .dealers-detail .dealers-info .item > div:last-child {
        padding: 15px;
    }

    .dealers-detail .dealers-info .item h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .dealers-detail .dealers-info .item .label-primary {
        height: 20px;
        border-radius: 4px 0px 4px 4px;
        font-size: 12px;
        font-weight: 400;
        vertical-align: middle;
        display: inline-block;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .dealers-detail .dealers-info .item p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .dealers-detail .dealers-info .row {
        margin-left: 0;
        margin-top: 8px;
        margin-right: -7px;
    }

    .dealers-detail .dealers-info .row div[class*="col-md-"] {
        padding-left: 0;
        margin-top: 8px;
        padding-right: 8px;
    }
}

/*联系我们*/
.dealers-detail .dealer-address .amap-container {
    height: 400px;
    border-radius: 12px;
    margin: 32px 0;
}

.dealers-detail .dealer-address .amap-container .info {
    background: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;

}

.dealers-detail .dealer-address .amap-container .amap-marker-label {
    border-radius: 8px;
    border: none;
    box-shadow: 0px 0px 10px 0px #9bc4f8;
}

.dealers-detail .dealer-address .info {
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #333333;
    line-height: 40px;
}

@media screen and (max-width: 991px) {
    .dealers-detail .dealer-address .amap-container {
        height: 186px;
        border-radius: 6px;
        margin: 15px 0;
    }

    .dealers-detail .dealer-address .amap-container .info {
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 500;
    }

    .dealers-detail .dealer-address .amap-container .amap-marker-label {
        border-radius: 4px;
        box-shadow: 0px 0px 4px 0px #9bc4f8;
    }

    .dealers-detail .dealer-address > div > .info {
        margin: 30px 15px;
    }

    .dealers-detail .dealer-address > div > .info p {
        line-height: 25px;
        font-size: 14px;
    }
}
.brand_select_box {
    position: relative;
    width: 100%;
}
.brand_select_box button {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #C6C6C6 !important;
    font-size: 16px;
    color: #222;
    box-shadow: none;
    text-align: left;
}
.dealer_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
}
.brand_select_box button .icon {
    float: right;
    font-size: 13px;
    padding-top: 3px;
}

.brand_select_box .dropdown-menu {
    width: 100%;
    margin: 5px 0px;
}
.brand_select_box .dropdown-menu .content {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0px 0px 10px;
}
.brand_select_box .dropdown-menu a {
    display: block;
    /*background: #F5F5F5;*/
    border-radius: 6px;
    color: #000;
    margin: 0 10px 10px 0px;
}

.brand_select_box .dropdown-menu.car-brand a i {
    height: 31px;
    color: #000;
    line-height: 31px;
    font-weight: bold;
}

.brand_select_box .dropdown-menu.car-brand a {
    width: 90px;
    height: 81px;
    padding: 10px;

}

.brand_select_box .dropdown-menu a:hover,
.brand_select_box .dropdown-menu a.active {
    box-shadow: none;
    background: #eef1fe;

}

.brand_select_box .dropdown-menu a:hover,
.brand_select_box .dropdown-menu a.active,
.brand_select_box .dropdown-menu a:hover span,
.brand_select_box .dropdown-menu a.active span {
    color: #D1272E;
}

.brand_select_box .dropdown-menu span {
    display: block;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.brand_select_box .dropdown-menu .row > div {
    padding: 5px;
    margin: 0;
}