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

    2.1 News Cars          新车

    2.2 Used Car           二手车

    2.3 Discount Cars      特价车

    2.4 New Car Detail     新车详情

    2.5 Used Car Detail    二手车详情

    2.6 Discount Cars Detail  特价车详情

    2.7 Hot Sale Cars       热门排行
----------------------------------------------------*/

/*--------------------------------------------------
    2.1 News Cars     新车
----------------------------------------------------*/
.container {
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 60px;
    pointer-events: none;
    /* 不需要鼠标滑动就注释 */
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.swiper-container .swiper-wrapper {
    width: 100%;
    height: 148px;
}

.swiper-container .swiper-slide img {
    object-fit: cover;
    border-radius: 12px !important;
}

.cars {
    background: #f5f6f9;
}

.cars .info .label {
    width: 120px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    /* display: block; */
    height: 36px;
    line-height: 36px;
}

.cars .info .spacing {
    varter-spacing: 32px;
    font-size: 16px;
}

.cars .search-bar {
    /* display: flex;
      align-items: center;
      text-align: center; */
}

.cars .search-bar>div {
    margin-bottom: 25px;
}

.cars .search-bar .car-type {
    display: flex;
    align-items: center;
    text-align: center;
}

.cars .search-bar .col-md-2>span {
    font-size: 16px;
    text-align: left;
    display: block;
}

.cars .search-bar a {
    /* display: block; */
    color: #222;
}

.cars .search-bar .car-type a:hover {
    color: #D1272E;
}

.cars .search-bar a i {
    font-size: 70px;
    display: block;
    width: 100%;
    height: 100%;
}

.cars .car-search {
    background: #ffffff;
    border-radius: 12px;
    margin: 20px 0 20px 0;
}

/*search-cars*/

.cars .search-cars .row {
    margin: 0 0 0 15px;
}

.cars .search-cars .row div[class*="col-md-"] {
    padding-left: 0;
    padding-right: 16px;
}

.cars .search-cars .row>div>div {
    margin-bottom: 16px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
}

.cars .search-cars .row>div>div .btn-primary {
    height: 32px;
    background: #D1272E;
    border-radius: 16px;
    border: none;
    color: #ffffff;
    padding: 0 30px;
    line-height: 32px;
    margin-bottom: 28px;
}

.cars .search-cars .row>div>div .btn-primary:hover,
.cars .search-cars .row>div>div .btn-primary:focus {
    background: linear-gradient(134deg, #0083ff 0%, #D1272E 100%);
    color: #fff !important;
}

.cars .search-cars {
    padding: 0;
}

.cars .search-cars .totalBar {
    display: flex;
    padding: 20px 0;
    line-height: 14px;
}

.cars .search-cars .totalBar h3 {
    padding: 0;
    margin: 0;
    color: #000;
    height: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    flex: 1;
}

.cars .search-cars .totalBar h3 span {
    color: #D1272E;
}

.cars .search-cars .totalBar .btn-group {
    margin-right: 15px;
}

.cars .search-cars .totalBar .orderBy .btn {
    border: none;
    color: #000;
    background: none;
    box-shadow: none;
    height: auto;
    padding: 0 15px;
    height: 14px;
    line-height: 14px;
}

.cars .search-cars .totalBar .orderBy .btn.active,
.cars .search-cars .totalBar .orderBy .btn.focus {
    color: #D1272E;
    outline: none;
}

.cars .search-cars .totalBar .orderBy .btn.sorted {
    background: url("../images/sort.png") no-repeat right;
    background-size: contain;
}

.cars .search-cars .totalBar .orderBy .btn.sort-desc {
    background: url("../images/sort-desc.png") no-repeat right;
    background-size: contain;
}

.cars .search-cars .totalBar .orderBy .btn.sort-asc {
    background: url("../images/sort-asc.png") no-repeat right;
    background-size: contain;
}

.cars .search-cars .totalBar .orderBy span {
    float: left;
    line-height: 14px;
    margin-left: 16px;
}

.cars .search-cars h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 0 0 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 18px;
}

.cars .search-cars p {
    color: #b8b8b8;
}

.cars .search-cars p strong {
    color: #ff5f1d;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.cars .search-cars p .btn-primary {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    background: transparent;
    color: #D1272E;
    border-radius: 0;
    float: right;
    vertical-align: middle;
    display: block;
}

.cars .search-cars p.lb-list-price span {
    display: inline-block;
    vertical-align: sub;
    line-height: 36px;
}

.cars .search-cars img {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
}

.car-por {
    display: block;
    overflow: hidden;
    position: relative;
}

.box.car-por {
    border-radius: 16px;
}

.car-por .mask.active {
    /* z-index: 10; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.car-por .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px 12px 0px 0px;
}

.car-por .mask .mask-img-tip {
    width: 50% !important;
    height: auto;
    display: block;
    min-height: auto;
}

@media screen and (min-width: 1360px) {
    .cars .search-cars img {
        min-height: 190px;
        max-height: 190px;
    }
}

.cars .search-cars .btn-default {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    border: none;
    padding: 0;
    display: block;
    width: 100%;
    outline: none;
    border-radius: 12px 12px 0 0;
}

.cars .search-cars .btn-default:hover {
    border: none;
    color: #D1272E;
    background: transparent;
}

.cars .search-cars .nav {
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .cars .search-cars img {
        width: 100%;
        max-height: 140px;
        height: 140px;
        object-fit: cover;
    }
}

@media screen and (max-width: 991px) {
    .cars .search-cars img {
        height: 110px;
        padding: 0;
        margin: 0;
        object-fit: cover;
        border-radius: 6px 6px 0px 0px;
        width: 100%;
    }

    .cars .search-cars .car-por .mask .mask-img-tip {
        width: 32% !important;
    }

    .cars .search-cars .row {
        /*margin: 0 -15px 0 0 ;*/
    }

    .cars .search-cars .row div[class*="col-md-"] {
        padding-left: 0;
        padding-right: 15px;
    }

    .cars .search-cars .row>div>div {
        margin-bottom: 15px;
        border-radius: 6px;
    }

    .cars .search-cars .row>div>div .btn-primary {
        height: 32px;
        background: #D1272E;
        border-radius: 16px;
        border: none;
        color: #FFFFFF;
        padding: 0 30px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .cars .search-cars .row>div>div .btn-primary:hover,
    .cars .search-cars .row>div>div .btn-primary:focus {
        background: linear-gradient(134deg, #0083ff 0%, #D1272E 100%);
        color: #fff !important;
    }

    .cars .search-cars {
        padding: 0;
    }

    .cars .search-cars .totalBar {
        display: flex;
        padding: 20px 0;
        line-height: 14px;
    }

    .cars .search-cars .totalBar>h3 {
        font-size: 14px !important;
        padding-left: 15px;
    }

    .cars .search-cars .totalBar .btn-group {
        margin-right: 0px;
    }

    .cars .search-cars .totalBar .orderBy .btn {
        /*padding: 0;*/
    }

    .cars .search-cars .totalBar .orderBy span {
        margin: 0 15px;
    }

    .cars .search-cars h4 {
        font-size: 16px;
        font-weight: 500;
        padding: 10px 8px 0 8px;
    }

    .cars .search-cars p {
        color: #b8b8b8;
    }

    .cars .search-cars p strong {
        line-height: 24px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
    }

    .cars .search-cars p .btn-primary {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        background: transparent;
        color: #D1272E;
        border-radius: 0;
        float: right;
        vertical-align: middle;
        display: block;
    }

    .cars .search-cars p.lb-list-price {
        margin-bottom: 0;
    }

    .cars .search-cars p.lb-list-price span {
        display: inline-block;
        vertical-align: sub;
        line-height: 36px;
        font-size: 14px;
        font-weight: 400;
        color: red !important;
        font-family: PingFangSC-Regular, PingFang SC;
    }

    .cars .search-cars .btn-default {
        font-size: 16px;
        font-weight: 400;
        color: #222;
        border: none;
        padding: 0;
        display: block;
        width: 100%;
        outline: none;
        border-radius: 12px 12px 0 0;
    }

    .cars .search-cars .btn-default:hover {
        border: none;
        color: #D1272E;
        background: transparent;
    }

    .cars .search-cars .nav {
        text-align: center;
    }
}

.cars .bx-wrapper .bx-viewport {
    box-shadow: none;
}

.cars img {
    margin: inherit;
}

.cars .topRanking {
    padding: 20px 0 0 0;
}

.cars .topRanking .panel-default,
.cars .topRanking .panel-default>.panel-heading {
    border: none;
    background: #fff;
    border-radius: 8px;
    height: 100%;
    box-shadow: none;
}

.cars .topRanking .panel-default>.panel-heading {
    padding: 10px 16px;
}

.cars .topRanking .panel-default>.panel-heading h3 {
    height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 18px;
    vertical-align: middle;
}

.cars .topRanking .panel-default>.panel-heading h3 span {
    width: 8px;
    height: 18px;
    background: #ff5f1d;
    border-radius: 5px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 18px;
    margin-right: 12px;
}

.cars .topRanking .panel-default .panel-body {
    padding: 0 16px;
}

.cars .topRanking .panel-default .panel-body .media-list {
    margin-bottom: 30px;
}

.cars .topRanking .panel-default .panel-body .media-list .media-left img {
    width: 28px;
    height: auto;
    max-width: 28px;
}

.cars .topRanking .panel-default .panel-body .media-list .media-left i {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    display: inline-block;
    background: linear-gradient(142deg,
            rgba(27, 144, 255, 0) 0%,
            rgba(0, 76, 255, 0.12) 100%);
    line-height: 28px;
    text-align: center;
    font-style: initial;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #888888;
}

.cars .topRanking .panel-default .panel-body a {
    float: left;
    padding-right: 12px;
}

.cars .topRanking .panel-default .panel-body a img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.cars .topRanking .panel-default .panel-body h4 {
    /*height: 14px;*/
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    /*line-height: 14px;*/
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.cars .topRanking .panel-default .panel-body p {
    height: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ff5f1d;
    line-height: 12px;
}

.cars .topRanking .panel-default .panel-body>p {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    display: grid;
}

.cars .topRanking .panel-default .panel-body>p a {
    color: #888;
}

/* .bx-controls-direction {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
}
 */
/* .cars .bx-prev {
    background: #000;
    position: relative;
    left: -25px;
    top: 81px;
    height: 81px;
    display: block;
    width: 20px;
} */
/* .cars .bx-next {
    background: #000;
    position: relative;
    left: -25px;
    top: 81px;
    height: 81px;
    display: block;
    width: 20px;
}
 */

.cars .bx-wrapper {
    width: 1200px;
    max-width: 1200px;
}

.cars .flex {
    display: flex;
    padding: 15px 0;
    font-size: 16px;
}

.cars a.label.active,
.cars a.label:hover {
    color: #fff;
    background: #D1272E;
    border-radius: 0;
}

.cars .search-bar .car-price {
    display: flex;
}

.cars .search-bar .car-price .el-slider {
    width: 100%;
    padding: 0 20px;
}

.el-slider__runway {
    width: 100%;
    height: 6px;
    margin: 16px 0;
    background-color: #e4e7ed;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

.el-slider__bar {
    height: 6px;
    background-color: #D1272E;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
}

.el-slider__button-wrapper {
    height: 36px;
    width: 36px;
    position: absolute;
    z-index: 1;
    top: -15px;
    transform: translateX(-50%);
    background-color: transparent;
    text-align: center;
    user-select: none;
    line-height: normal;
}

.el-slider__stop {
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: #fff;
    transform: translateX(-50%);
}

.el-slider__button {
    width: 16px;
    height: 16px;
    border: 2px solid #D1272E;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.2s;
    user-select: none;
}

.el-slider__button-wrapper .el-tooltip,
.el-slider__button-wrapper::after {
    display: inline-block;
    vertical-align: middle;
}

.el-slider__button-wrapper:after {
    content: "";
    height: 100%;
}

.el-slider__marks-text {
    position: absolute;
    transform: translateX(-50%);
    font-size: 14px;
    color: #909399;
    margin-top: 15px;
}

@media screen and (max-width: 991px) {
    .cars .search-cars h3 {
        /*padding: 0px 20px 20px 0px;*/
        padding: 0px 20px 10px 0px;
        font-size: 16px !important;
    }

    .cars .car-search {
        margin-top: 48px;
        /*position: fixed;*/
        width: 100%;
        height: auto;
        z-index: 9;
        background: #fff;
    }

    .cars .car-content {
        /*padding-top: 45px;*/
        overflow: auto;
        display: initial;
    }

    .cars .car-search .search-content-mb {
        position: relative;
        min-height: 44px;
        margin: 0 -15px 0 -15px;
        background: #fff;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cars .car-search .search-content-mb .btn-group,
    .cars .car-search .search-content-mb .btn-group-vertical {
        display: block;
        position: initial;

        margin: 0 auto;
    }

    .cars .car-search .search-content-mb .dropdown-menu {
        top: 44px;
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        /* padding: 15px; */
        padding: 15px 15px 30px 15px;
    }

    .cars .car-search .btn-group .dropdown-backdrop {
        display: none;
    }

    .cars .car-search .btn-group.open .dropdown-backdrop {
        /*display: block;
            top: 95px;
            background: #00000080;*/
    }

    .cars .car-search .nav-tabs li a {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #222;
    }

    .cars .car-search .nav-tabs li.active a {
        color: #D1272E;
        border: none;
    }

    .cars .car-search .btn-group>.dropdown-toggle.btn-default {
        border: none;
        background: transparent;
        color: #222;
        /*width: 33.33333%;*/
        box-shadow: none;
        height: 44px;
    }

    .p-25 .btn-default {
        width: 25% !important;
    }

    .cars .search-cars p .btn-primary {
        padding: 5px 8px;
        font-size: 14px;
    }

    .cars .car-search .btn-group.open>.dropdown-toggle.btn-default:hover,
    .cars .car-search .btn-group.open>.dropdown-toggle.btn-default:focus,
    .cars .car-search .btn-group.open>.dropdown-toggle.btn-default.focus {
        color: #1963d8;
        background-color: transparent;
        border-color: transparent;
        box-shadow: none;
    }

    .cars .car-search .btn-group.open>.btn>span {
        transform: rotate(180deg);
    }

    .cars .car-search .tab-content {
        background: #fff;
    }

    .cars .search-content-mb .col-xs-4 a {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        background: rgba(246, 247, 248, 1);
        border-radius: 4px;
        height: 32px;
        line-height: 32px;
        padding: 0;
        border: none;
        color: #222;
        margin-bottom: 20px;
    }

    .cars .search-content-mb .col-xs-4 a.active,
    .cars .search-content-mb .col-xs-4 a:hover {
        background: #D1272E;
        border-radius: 4px;
        color: #FFFFFF;
        box-shadow: none;
    }

    .cars .search-content-mb .custom-price>div {
        padding: 15px;
    }

    .cars .search-content-mb .custom-price .el-slider__marks-text {
        position: absolute;
        transform: translateX(-30%);
        font-size: 14px;
        color: #909399;
        margin-top: 20px;
        width: 50px;
        text-align: left;
    }
}

/* select */

.cars .select-bar {
    padding: 5px 10px;
    font-size: 12px;
}


.cars .select-bar li {
    list-style: none;
    padding: 0 0 0 100px;
}

.cars .select-bar li.select-result {
    height: 35px;
}

.cars .select-bar li.select-result dt {
    white-space: nowrap;
}

.cars .select-bar li.select-result dl {
    padding-left: 57px
}

.cars .select-bar .cars .select-list {
    border-bottom: #eee 1px dashed;
}

.cars .select-list .form-inline {
    width: 280px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: flex;
    height: 28px;
}

.cars .select-list .form-inline form {

    width: 100%;

    display: flex;

}

.cars .select-list .form-inline input {
    border: none;
    box-shadow: none;
    width: 50px;
    flex: 1;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.cars .select-list .form-inline span {
    line-height: 26px;
}

.cars .select-list .form-inline .btn {
    width: 48px;
    background: #eeeeee;
    border-radius: 0 4px 4px 0;
    border: none;
    box-shadow: none;
    padding: 0;
    color: #888;
}

.cars .select-list .form-inline .btn:hover {
    background: linear-gradient(142deg, #1b90ff 0%, #D1272E 100%);
    color: #fff;
    border: none;
    box-shadow: none;
}

.cars .select-bar dl {
    zoom: 1;
    position: relative;
    line-height: 24px;
}

.cars .select-bar dl:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

.cars .select-bar dt {
    width: 100px;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    left: -100px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
}

.cars .select-bar dd {
    float: left;
    display: inline;
    margin: 0 0 5px 5px;
    font-size: 14px;
    line-height: 30px;
}

.cars .select-bar a {
    display: inline-block;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.cars .select-bar a:hover {
    /* color: #D1272E;
      background-color: rgb(225, 236, 255) */
    color: #D1272E;
    background-color: transparent;
}

.cars .select-bar #select1 a {}

.cars .select-bar a>i {
    font-size: 65px;
    display: block;
    width: 100%;
    display: table-cell;
    height: 100%;
}

.cars .select-bar .selected a {
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #D1272E;
}

.cars .select-result dt {
    font-weight: bold;
}

.cars .select-no {
    color: #999;
}

.cars .select-bar .select-result a {
    padding-right: 20px;
    background: #D1272E url(../images/close.gif) right -15px no-repeat;
    color: #fff;
    height: 24px;
    line-height: 24px;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
}

.cars .select-bar .select-result a:hover {
    /* background-position: right -15px */
}

.cars .car-icon {
    font-size: 65px;
    display: block;
    width: 165px;
    vertical-align: middle;
    fill: #222;
    overflow: hidden;
}

.cars .car-icon:hover {
    fill: #D1272E;
}

.cars .select-bar .selected a .car-icon {
    fill: #D1272E;
}

@media screen and (max-width: 991px) {
    .cars .car-icon {
        font-size: 50px;
        font-weight: 600;
        display: block;
        width: 100px;
        vertical-align: middle;
        fill: #222;
        overflow: hidden;
    }

    .cars .search-cars .nav {
        text-align: center;
    }
}

.lb-list-price {
    font-size: 16px;
    color: red !important;
}

/*内容推荐*/
.recommendation .flex {
    display: flex;
}

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

.recommendation .flex p:first-child {
    flex: 1;
}

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

.recommendation h3 {
    margin-bottom: 10px !important;
}

@media screen and (max-width: 991px) {
    .recommendation .container {
        margin: 0 !important;
        padding: 0 !important;
    }

    .recommendation .container .row {
        margin: 0 !important;
    }
}

/*--------------------------------------------------
   2.2 Used Car     二手车
----------------------------------------------------*/
.usedcar-info .row>div>div>i {
    position: absolute;
    top: 0px;
    right: 30px;
    z-index: 9;
    width: 59px;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.usedcar-info .row>div>div>i::after {
    position: absolute;
    top: -15px;
    left: 0;
    z-index: -1;
    content: "\e617";
    font-family: "iconfont" !important;
    font-size: 55px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.usedcar-info .row>div>div>i.red::after {
    color: #ee001a;
}

.usedcar-info .row>div>div>i.brown::after {
    color: #492d1c;
}

.usedcar-info .certified {
    position: absolute;
    top: -3px;
    right: 30px;
    z-index: 9;
    width: 59px !important;
    height: 59px !important;
    min-height: 59px !important;
    display: block;
}

.usedcar-info .row>div>div>div {
    text-align: left;
    padding: 20px;
}

.usedcar-info .row>div>div>div>a {
    color: #666;
    white-space: unset;
    font-size: 13px;
    line-height: 25px;
    height: 35px;
}

.usedcar-info .row>div>div>div>a:hover {
    color: #D1272E
}

.usedcar-info .row h4,
.usedcar-info .row h4 a {
    color: #000;
    padding: 0;
    margin-bottom: 5px;
    text-decoration: none;
}

.usedcar-info .row p {
    margin-bottom: 5px;
}

.usedcar-info .row .flex a,
.usedcar-info .row .flex i {
    color: #bbb;
    text-decoration: none;
}

.usedcar-info .row span.tag {
    margin: 0 5px 0 0;
    font-weight: 400;
}

.usedcar-info .flex {
    display: flex;
    padding: 15px 0 0 0;
    font-size: 16px;
}

.usedcar-info .banner {
    height: 143px;
    overflow: hidden;
    margin-bottom: 40px;
}

.usedcar-info .search-cars .row {
    margin: 0 -16px 0 0 !important;
}

@media screen and (max-width: 991px) {
    .usedcar-info .row>div>div>div {
        padding: 10px;
    }
}

/* bxslide隐藏小圆点 */
.usedcar-info .bx-controls .bx-pager.bx-default-pager {
    display: none;
}

.bx-wrapper .bx-viewport {
    border: 0;
}

.bx-wrapper .bx-viewport {
    background-color: transparent;
}

.bx-wrapper .cars .search-cars img {
    background-color: 6px;
}

.bx-viewport {
    border-radius: 6px;
}

.bx-wrapper {
    border-radius: 6px;
    overflow: hidden;
}

@media screen and (min-width: 991px) {
    .banner {
        height: 140px;
        overflow: hidden;
    }
}

/*--------------------------------------------------
   2.3 Discount Cars     特价车
----------------------------------------------------*/
.discount-cars .row>div>div>i {
    position: absolute;
    top: 0px;
    right: 30px;
    z-index: 9;
    width: 59px;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.discount-cars .row>div>div>i::after {
    position: absolute;
    top: -15px;
    left: 0;
    z-index: -1;
    content: "\e617";
    font-family: "iconfont" !important;
    font-size: 55px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.discount-cars .row>div>div>i.red::after {
    color: #ee001a;
}

.discount-cars .row>div>div>i.brown::after {
    color: #492d1c;
}

.discount-cars .certified {
    position: absolute;
    top: -3px;
    right: 30px;
    z-index: 9;
    width: 59px !important;
    height: auto !important;
    display: block;
}

.discount-cars .row>div>div>div {
    text-align: left;
    padding: 20px;
}

.discount-cars .row>div>div>div>a {
    color: #666;
    white-space: unset;
    font-size: 13px;
    line-height: 25px;
    height: 35px;
}

.discount-cars .row>div>div>div>a:hover {
    color: #D1272E
}

.discount-cars .row h4,
.discount-cars .row h4 a {
    color: #000;
    padding: 0;
    margin-bottom: 5px;
    text-decoration: none;
}

.discount-cars .row p {
    margin-bottom: 5px;
}

.discount-cars .row .flex a,
.discount-cars .row .flex i {
    color: #bbb;
    text-decoration: none;
}

.discount-cars .row span.tag {
    margin: 0 5px 0 0;
    font-weight: 400;
}

.discount-cars .flex {
    display: flex;
    padding: 15px 0 0 0;
    font-size: 16px;
    width: 100%;
}

.discount-cars .search-cars .row {
    margin: 0 -16px 0 0;
}

@media screen and (max-width: 991px) {
    .discount-cars {
        margin: 0 -15px;
    }

    .discount-cars .search-bar {
        display: block;
        border-bottom: none;
        align-content: center;
        height: auto;
        align-items: center;
        margin: 0;
    }

    .discount-cars .search-bar .list-inline {
        border-bottom: 1px solid #ececec;
    }

    .discount-cars .search-bar .list-inline>li {
        flex: auto;
        padding-left: 0;
    }

    .discount-cars .search-bar .list-inline>li a {
        font-size: 14px;
    }

    .discount-cars .search-bar .input-group .form-control {
        background: transparent;
        box-shadow: none;
    }

    .discount-cars .search-bar .input-group {
        width: 100%;
        margin: 10px 0;
        padding: 0;
        position: relative;
        display: block;
        overflow: hidden;
    }

    .discount-cars .search-bar .input-group .input-group-btn {
        right: 30px;
        z-index: 9;
        position: absolute;
        line-height: 34px;
    }

    .discount-cars .discount-cars-content {
        margin-top: 0 !important;
        /*padding: 15px 0 0 0 !important;*/
        padding: 0;
    }

    .discount-cars .discount-cars-content img {
        width: 100%;
        height: 105px;
        padding: 0;
        margin: 0;
        object-fit: cover;
    }

    .discount-cars .discount-cars-content .col-xs-6>div {
        margin-bottom: 20px;
    }

    .discount-cars .discount-cars-content .col-xs-6>div>div {
        padding: 10px;
    }

    .discount-cars .discount-cars-content .row>div>div>i {
        position: absolute;
        top: 0;
        left: 15px;
        z-index: 999;
        width: 43px;
        height: 43px;
        font-size: 12px;
    }

    .discount-cars .row>div>div>div>a {
        color: #666;
        float: none;
        font-size: 13px;
        line-height: 25px;
        height: 35px;
        display: block;
    }

    .discount-cars .discount-cars-content .row>div>div>i::after {
        top: -10px;
        font-size: 40px;
    }

    .discount-cars .discount-cars-content .flex strong {
        font-size: 16px;
    }

    .discount-cars .discount-cars-content .flex .btn-primary {
        border: 1px solid #D1272E;
        color: #D1272E;
        background: transparent;
        border-radius: 4px;
        height: 26px;
        line-height: 26px;
        padding: 0 12px;
        margin-top: 0px;
        vertical-align: middle;
        width: auto;
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        float: right;
    }

    .discount-cars .discount-cars-content .col-md-3 {
        padding-right: 15px;
    }

    .discount-cars .discount-cars-content .col-md-3:nth-child(2n + 1) {
        padding-right: 7.5px;
    }

    .discount-cars .discount-cars-content .col-md-3:nth-child(2n) {
        padding-left: 7.5px;
    }

    .discount-cars .label-danger {
        height: 15px;
        padding: 0 5px;
        font-size: 12px;
    }

    /*查询部分*/
    .discount-cars .search-cars h3,
    .discount-cars .cars-history h3 {
        /*padding: 0px 20px 20px 0px;*/
        padding: 0px 20px 10px 0px;
        font-size: 16px !important;
    }

    .discount-cars .car-search {
        margin-top: 51px;
        /*position: fixed;*/
        width: 100%;
        height: auto;
        z-index: 9;
        background: #fff;
    }

    .discount-cars .car-content {
        /*padding-top: 45px;*/
        overflow: auto;
        display: initial;
    }

    .discount-cars .car-search .btn-group>.dropdown-toggle.btn-default {
        border: none;
        background: transparent;
        color: #222;
        /*width: 25%;*/
        box-shadow: none;
        height: 44px;
    }

    .discount-cars .car-search .search-content-mb {
        position: relative;
        /*min-height: 32px;*/
        margin-top: 48px;
    }

    .discount-cars .car-search .search-content-mb .btn-group,
    .discount-cars .car-search .search-content-mb .btn-group-vertical {
        display: block;
        position: initial;
    }

    .discount-cars .car-search .search-content-mb .dropdown-menu {
        top: 44px;
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        /* padding: 15px; */
        padding: 15px 15px 30px 15px;
    }

    .discount-cars .search-content-mb .car-price .col-xs-4 a,
    .discount-cars .search-content-mb .car-province .col-xs-4 a,
    .discount-cars .search-content-mb .car-city .col-xs-4 a,
    .discount-cars .search-content-mb .car-brand .col-xs-4 a {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        background: rgba(246, 247, 248, 1);
        border-radius: 4px;
        height: 32px;
        line-height: 32px;
        padding: 0;
        border: none;
        color: #222;
        margin-bottom: 20px;
    }

    .discount-cars .search-content-mb .car-price .col-xs-4 a.active,
    .discount-cars .search-content-mb .car-price .col-xs-4 a:hover,
    .discount-cars .search-content-mb .car-province .col-xs-4 a.active,
    .discount-cars .search-content-mb .car-province .col-xs-4 a:hover,
    .discount-cars .search-content-mb .car-city .col-xs-4 a.active,
    .discount-cars .search-content-mb .car-city .col-xs-4 a:hover,
    .discount-cars .search-content-mb .car-brand .col-xs-4 a.active,
    .discount-cars .search-content-mb .car-brand .col-xs-4 a:hover {
        background: rgba(240, 246, 255, 1);
        border-radius: 4px;
        color: #D1272E;
        box-shadow: none;
    }

    .discount-cars .search-content-mb .car-price .custom-price>div,
    .discount-cars .search-content-mb .car-province .custom-price>div,
    .discount-cars .search-content-mb .car-city .custom-price>div,
    .discount-cars .search-content-mb .car-brand .custom-price>div {
        padding: 15px;
    }

    .discount-cars .search-content-mb .car-price .custom-price .el-slider__marks-text,
    .discount-cars .search-content-mb .car-province .custom-price .el-slider__marks-text,
    .discount-cars .search-content-mb .car-city .custom-price .el-slider__marks-text,
    .discount-cars .search-content-mb .car-brand .custom-price .el-slider__marks-text {
        position: absolute;
        transform: translateX(-30%);
        font-size: 14px;
        color: #909399;
        margin-top: 20px;
        width: 50px;
        text-align: left;
    }

    .mb-selected-result {
        max-height: 32px;
        padding: 0px 15px 10px 15px;
        margin: 0 -15px 0 -15px;
        background: #fff;
    }

    .mb-selected-result a.active {
        padding: 0 20px 0 10px;
        background: #999 url(../images/close.gif) right -18px no-repeat;
        color: #fff;
        display: inline-block;
        border-radius: 2px;
        vertical-align: middle;
        border: none;
        margin-right: 5px;
        box-shadow: none;
    }
}

/*--------------------------------------------------
    2.4 New Car Detail     新车详情
----------------------------------------------------*/

.cars-detail .cars-info {
    /*margin-top: 90px;*/
}

.cars-detail .cars-info .content-sm {
    padding-top: 30px;
}

.cars-detail .cars-info .content-sm h4 {
    margin: 12px 0 12px 0;
    height: 36px;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 36px;
}

.cars-detail .cars-info .content-sm p {
    color: #000;
    font-size: 18px;
}

.cars-detail .cars-info .content-sm p span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.cars-detail .cars-info .content-sm p strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 600;
    color: #ff5f1d;
    line-height: 24px;
}

.cars-detail .cars-info .content-sm>a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    padding: 0;
    margin-top: 30px;
    margin-right: 50px;
    font-size: 18px;
}

.cars-detail .cars-info .content-sm .btn-default {
    color: #D1272E;
    background-color: transparent;
    border-color: #D1272E;
}

.cars-detail .cars-info .content-sm .btn-default:hover {
    color: #fff;
    background-color: #D1272E;
    border-color: #D1272E;
}

.cars-detail .cars-info .media-list .media {
    border-bottom: 1px solid #ededed;
    padding: 36px 0;
}

.cars-detail .cars-info .media-list .media .media-left {
    padding-right: 30px;
}

.cars-detail .cars-info .media-list .media .media-left img {
    /*width: 240px;*/
    width: 210px;
    height: 140px;
}

.cars-detail .cars-info .media-list .media .media-heading {
    margin: 20px 0;
    color: #222;
}

.cars-detail .cars-info .media-list .media .media-right {
    vertical-align: middle;
    text-align: right;
}

.cars-detail .cars-info .media-list .media .media-right strong {
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}

.cars-detail .cars-info .media-list .media strong {
    color: #ff4b3a;
}

.cars-detail .cars-info .media-list .media p {
    color: #222;
    font-size: 16px;
}

.cars-detail .cars-info .media-list .media p:last-child span {
    margin-right: 50px;
}

.cars-detail .table-responsive {
    border-radius: 16px;
    border: 1px solid #eeeeee;
}

.cars-detail .table thead tr {
    background: #f7f9ff;
    border-radius: 16px 16px 0 0;
}

.cars-detail .table th,
.cars-detail .table td {
    line-height: 76px;
    text-align: left;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    border: none;
    /* padding: 0 0 0 22px; */
}

.cars-detail .table th {
    color: #888;
}

.cars-detail .table-hover>tbody>tr:hover {
    background: transparent;
}

.cars-detail .table-hover>tbody>tr:hover td {
    color: #D1272E;
}

.cars-detail .table .btn {
    width: 150px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    border-radius: 16px;
}

.cars-detail .table strong {
    color: #ff5f1d;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    width: 90px;
    vertical-align: middle;
}

.cars-detail .table .btn-default {
    color: #D1272E;
    background-color: transparent;
    border: 1px solid #D1272E;
}

.cars-detail .table .btn-default:hover {
    color: #fff;
    background: linear-gradient(134deg, #0083ff 0%, #D1272E 100%);
    border-color: transparent;
}

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

.cars-detail .table tr th:nth-child(2){
    width: 100px;
}
/* .cars-detail .table tr th:nth-child(2), 
.cars-detail .table tr th:nth-child(3), 
.cars-detail .table tr th:nth-child(4){
    width: 100px;
} */
.cars-detail .media-list .media {
    border-bottom: 1px solid #ededed;
    padding: 36px 0;
}

.cars-detail .media-list .media h4 {
    font-size: 20px;
    margin-bottom: 19px;
}

.cars-detail .media-list .media h4 a {
    color: #222;
}

.cars-detail .media-list .media h4 a:hover {
    color: #D1272E;
}

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

.cars-detail .media-list .media p {
    color: #666;
}

.cars-detail .media-list .media p:last-child {
    /*color: #FF6565;*/
}

.cars-detail .media-list .media .btn-default {
    border: 1px solid #D1272E;
    color: #D1272E;
    background: transparent;
    border-radius: 0;
    height: 40px;
    margin-top: 0px;
    margin-left: 60px;
    width: 170px;
}

.cars-detail .media-list .media .btn-default:hover {
    border: 1px solid #D1272E;
    color: #fff;
    background: #D1272E;
    border-radius: 0;
    outline: none;
}

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

/* .cars-detail .nav {
    text-align: right;
} */

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

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

.cars-detail .container>h3 {
    padding: 0;
    margin-bottom: 15px;
    border: none;
    height: 36px;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 36px;
}

.cars-detail .filter {
    padding: 0;
}

.cars-detail .filter div {
    display: inline;
}

.cars-detail .filter div {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    height: 30px;
    line-height: 30px;
    /* display: inline-block; */
}

.cars-detail .filter div label {
    font-weight: 500;
    color: #222;
    margin-bottom: 0;
    padding: 0 12px;
}

.cars-detail .filter div a {
    font-size: 14px;
    color: #666;
    padding: 0 15px;
    border: 1px solid transparent;
    margin-right: 10px;
}

.cars-detail .filter div .active,
.cars-detail .filter div a:hover {
    color: #D1272E;
    border: 1px solid #D1272E;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    padding: 0 15px;
    display: inline-block;
}

.cars-detail .filter div a i {
    font-size: 14px;
}

.cars-detail .cars-info>.container .boxTxt {
    /*height: 400px;*/
    margin: 24px 0 10px 0;
}

@media screen and (max-width: 991px) {
    .cars-detail .cars-info>.container .boxTxt {
        height: 250px;
        margin: 0;
    }
}

.cars-detail .cars-info>.container .boxTxt img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

@media screen and (max-width: 991px) {
    .cars-detail .cars-info>.container .boxTxt img {
        border-radius: 0;
    }
}

.calculator {
    margin-top: 20px;
    padding: 24px;
    background: #f8f9ff;
    color: #666;
    border-radius: 16px;
}

.cars-info .title {
    display: block;
    width: 70px;
}

.calculator select {
    position: relative;
    border-radius: 0;
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    background: #ffffff;
}

.calculator select::-ms-expand {
    display: none;
}

.calculator select:focus {
    outline: none;
}

.calculator .rate {
    cursor: pointer;
}

.calculator .rate.disabled {
    cursor: not-allowed !important;
    color: #909090 !important;
}

.calculator .rate.selected {
    color: #D1272E;
}

.calculator .iconfont {
    margin-right: 4px;
    font-size: 14px;
}

#first-rate {
    width: 60px;
    text-align: center;
    position: absolute;
    top: -25px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    left: calc(40% - 30px);
}

.btns-tool {
    display: flex;
    /*height: 40px;*/
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .cars-detail .cars-info>.container .row .col-md-5 {
        /*margin-top: -15px;*/
    }

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

    .calculator {
        padding: 15px;
    }

    .cars-detail .container>h3 {
        padding: 10px 20px 10px 0px;
        margin-bottom: 30px;
        font-size: 18px !important;
    }

    .cars-detail .cars-info {
        /*margin-top: 51px;*/
        margin-top: 0;
        padding-top: 51px;
    }

    .cars-detail .cars-info>.container {
        /*padding: 0 !important;*/
        margin-bottom: 40px;
    }

    .cars-detail .cars-info>.container .row>div {
        padding-left: 0;
        padding-right: 0;
    }

    .cars-detail .cars-info>.container>h4 {
        font-size: 20px !important;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        line-height: 27px;
        height: 27px;
    }

    .cars-detail .cars-info>.container .col-md-5>div {
        padding: 0 15px;
    }

    .cars-detail .cars-info>.container .col-md-5>div h4 {
        font-size: 20px !important;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        margin: 10px 0;
        height: auto;
        line-height: 25px;
    }

    .cars-detail .cars-info .col-md-5>div>a {
        width: 49%;
        height: 44px;
        line-height: 44px;
        border-radius: 0;
        padding: 0;
        margin-top: 10px;
        margin-right: 0px;
        font-size: 16px;
        border-radius: 5px;
    }

    .cars-detail .cars-info .content-sm p {
        color: #666;
        font-size: 14px;
    }

    .cars-detail .cars-info .content-sm p span {
        /*padding-right: 30px;*/
        margin-right: 5px;
        vertical-align: middle;
        display: inline-block;
    }

    .cars-detail .cars-info .content-sm p strong {
        font-size: 14px !important;
    }

    .cars-detail .cars-info .content-sm p strong small {
        font-size: 14px;
    }

    .cars-detail .cars-info>.container h3,
    .cars-detail .cars-info>.container .filter,
    .cars-detail .cars-info>.container .car-list,
    .cars-detail .cars-info>.container .media-list {
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
        margin-bottom: 0;
        margin-top: 10px;
    }

    .cars-detail .cars-info>.container .media-list .media {
        border-bottom: none;
        padding: 15px 0;
        border-bottom: 1px solid #f2f2f2;
    }

    .cars-detail .cars-info .media-list .media .media-left {
        padding-right: 15px;
    }

    .cars-detail .cars-info .media-list .media .media-left img {
        width: 120px;
        height: 80px;
        object-fit: cover;
    }

    .cars-detail .cars-info .media-list .media .media-body h4 {
        font-size: 16px !important;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        margin: 5px 0;
    }

    .cars-detail .cars-info .media-list .media .media-body h4 a {
        color: #222;
    }

    .cars-detail .cars-info .media-list .media .media-body h4 a:hover {
        color: #D1272E;
    }

    .cars-detail .cars-info .media-list .media .media-body p {
        font-size: 12px !important;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .cars-detail .cars-info .media-list .media .media-body p.address {
        display: flex;
    }

    .cars-detail .cars-info .media-list .media .media-body p.address span:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .cars-detail .cars-info .media-list .media .media-body p.address span:last-child {
        /*width: 70px;*/
        text-align: right;
        padding-left: 10px;
    }

    .cars-detail .media-list .media .media-body p:last-child {
        margin-top: 10px;
        height: 34px;
        line-height: 34px;
    }

    .cars-detail .media-list .media .media-body p:last-child strong {
        font-size: 16px;
    }

    .cars-detail .cars-info .media-list .media p:last-child span {
        margin-right: 0px;
    }

    .cars-detail .cars-info .media-list .media p span {
        font-size: 12px;
    }

    .cars-detail .media-list .media .btn-default {
        border: none;
        background: transparent;
        padding: 0 12px;
        margin-top: 0px;
        vertical-align: middle;
        width: auto;
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        float: right;
        margin-top: 0px;
        width: 88px;
        height: 34px;
        background: linear-gradient(134deg, #0083ff 0%, #D1272E 100%);
        border-radius: 23px;
        line-height: 34px;
        color: #fff;
    }

    .cars-detail .cars-info .media-list:last-child .media .media-body p {
        font-size: 12px !important;
        line-height: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
    }

    .cars-detail .media-list .label-custom {
        padding: 0 5px;
        height: 15px;
        font-size: 10px;
    }

    .cars-detail .cars-info>.container .car-list .panel {
        border-color: transparent;
        box-shadow: none;
        margin-top: 20px;
    }

    .cars-detail .cars-info>.container .car-list .panel>.panel-heading {
        border-color: transparent;
    }

    .cars-detail .cars-info>.container .car-list .panel>.panel-body,
    .cars-detail .cars-info>.container .car-list .panel>.panel-body>.media-list {
        padding: 0;
    }

    .cars-detail .cars-info>.container .car-list .panel>.panel-body>.media-list .media-right {
        vertical-align: bottom;
    }

    /* .cars-detail .cars-info > .container .media-list .btn-default {
           border-radius: 4px;
           height: auto;
           width: auto;
           margin-top: 0px;
       }*/
    .cars-detail .filter {
        height: 30px;
        overflow-x: auto;
        white-space: nowrap;
        overflow-y: hidden;
        vertical-align: middle;
    }

    .cars-detail .filter div i,
    .cars-detail .filter div {
        font-size: 14px;
    }

    .cars-detail .filter div a {
        padding: 0 8px;
        margin-right: 0px;
        font-size: 12px;
    }

    .cars-detail .filter div .active,
    .cars-detail .filter div a:hover {
        color: #D1272E;
        border: transparent;
        height: 26px;
        line-height: 26px;
        text-decoration: none;
        padding: 0 8px;
        display: inline-block;
        border-radius: 4px;
        background: #f0f6ff;
        font-size: 12px;
    }

    .cars-detail .filter div a i {
        font-size: 12px;
    }
}

.cars-detail .siema img {
    /*height: 400px;*/
    height: 100%;
}

.cars-detail #img-thumb {
    display: flex;
    display: -ms-flexbox;
    margin-right: -10px;
}

.cars-detail .part {
    /*flex: 1; */
    width: 25%;
    /* height: 100px; */
    /* padding: 15px; */
    /* border-radius: 8px; */
    margin-right: 10px;
    padding: 0;
    border-color: transparent;
    box-shadow: 0px 1px 9px #ccc;
    /* font-size: 16px; */
    border: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    border-radius: 16px;
}

.cars-detail .part img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 16px;
}

#dealer_area_list a {
    cursor: pointer;
}

a {
    /*white-space: nowrap;*/
}

/*车辆信息*/
.cars-detail .info {
    padding: 24px;
    background: #D1272E08;
    border-radius: 12px;
}

.cars-detail .info>div {
    height: 24px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    display: flex;
}

.cars-detail .info>div:not(:last-child) {
    margin-bottom: 16px;
}

.cars-detail .info>div>div {
    flex: 1;
    display: inherit;
    align-items: center;
}

.cars-detail .info>div .label {
    height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #888888;
    line-height: 24px;
    /* width: 80px; */
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 0;

    padding-right: 10px;
}

.cars-detail .btns-tool {
    padding: 0;
    /*background: transparent;
      display: flex;*/
}

.cars-detail .btns-tool a {
    flex: 1;
    padding: 0;
    line-height: 64px;
    height: 64px;
    border-radius: 34px;
    font-size: 20px;
    margin: 0 10px;
    border: 1px solid #D1272E;
    color: #D1272E !important;
    background: #fff;
}

.cars-detail .btns-tool a:first-child,
.cars-detail .btns-tool a:last-child:hover {
    border: 1px solid #D1272E;
    color: #D1272E !important;
    background: #fff;
}

.cars-detail .btns-tool a:first-child:hover,
.cars-detail .btns-tool a:last-child {
    background: linear-gradient(134deg, #0083ff 0%, #D1272E 100%);
    color: #fff !important;
    border: none;
}

.cars-detail .btns-tool a:last-child {
    margin-left: 30px;
    color: #fff !important;
}

@media screen and (max-width: 991px) {
    .cars-detail .info {
        padding: 15px;
        border-radius: 12px;
    }

    .cars-detail .info>div {
        height: 40px;
        font-size: 15px;
        line-height: 40px;
        display: table;
        margin-bottom: 0 !important;
    }

    .cars-detail .info>div .label {
        height: 40px;
        line-height: 40px;
        width: 100px;
    }

    .cars-detail .btns-tool {
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        padding: 10px;
        margin: 0 -15px;
        z-index: 999;
        box-shadow: 0px -3px 10px 0px #0000000d;
        margin: 0 5px;
    }

    .cars-detail .btns-tool a {
        flex: 1;
        padding: 0;
        line-height: 44px;
        height: 44px;
        border-radius: 34px;
        font-size: 14px;
    }

    .cars-detail .btns-tool a:first-child,
    .cars-detail .btns-tool a:last-child:hover {
        border: 1px solid #D1272E;
        color: #D1272E !important;
        background: #fff;
    }

    .cars-detail .btns-tool a:first-child:hover,
    .cars-detail .btns-tool a:last-child {
        background: linear-gradient(134deg, #0083ff 0%, #D1272E 100%);
        color: #fff !important;
    }

    .cars-detail .btns-tool a:last-child {
        margin-left: 0px;
        color: #fff !important;
    }
}

/*计算器*/
.cars-detail .calculator {
    position: relative;
}

.cars-detail .calculator>div {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
}

.cars-detail .calculator>div.address {
    margin-bottom: 10px;
}

.cars-detail .calculator>div.address select {
    flex: 1;
}

.cars-detail .calculator .stages .rate {
    flex: 1;
}

.cars-detail .calculator .fukuan {
    font-size: 13px;
    margin-top: 10px;
    height: auto;
}

.cars-detail .calculator .fukuan>div {
    flex: 1;
}

.cars-detail .calculator .fukuan>div>div {
    height: 30px;
}

.cars-detail .calculator .first-rate {
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .cars-detail .calculator>div {
        display: flex;
        align-items: center;
        height: 40px;
        line-height: 40px;
    }

    .cars-detail .calculator>div.address {
        margin-bottom: 10px;
    }

    .cars-detail .calculator>div.address select {
        flex: 1;
    }

    .cars-detail .calculator .stages {
        margin-bottom: 10px;
    }

    .cars-detail .calculator .stages .rate {
        flex: 1;
    }

    .cars-detail .calculator .fukuan {
        height: auto;
    }

    .cars-detail .calculator .fukuan>div {
        flex: 1 !important;
    }

    .cars-detail .calculator .first-rate {
        margin-top: 40px;
    }
}

@media screen and (min-width: 991px) {
    .cars-detail .carousel-indicators {
        bottom: -40px;
    }
}

@media screen and (max-width: 991px) {
    .cars-detail .carousel-indicators {
        bottom: -50px;
    }
}

.cars-detail .carousel-indicators li {
    display: inline-block;
    width: 17px;
    height: 6px;
    margin: 1px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #D1272E1a;
}

.cars-detail .carousel-indicators li.active {
    background-color: #D1272E;
}

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

    .cars-detail .like .container,
    .cars-detail .used-car .container {
        padding: 0 !important;
        margin: 0 !important;
    }

    .cars-detail .like .container .row,
    .cars-detail .used-car .container .row {
        margin: 0 -15px 0 0 !important;
    }

    .cars-detail .like .container .row>div,
    .cars-detail .used-car .container .row>div {
        padding: 0 15px 0 0 !important;
        margin: 15px 0 0 !important;
    }

    .cars-detail .like .item>div h3,
    .cars-detail .like .item>div h3 a,
    .cars-detail .used-car .item>div h3,
    .cars-detail .used-car .item>div h3 a {
        max-height: 56px;
        font-size: 16px !important;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
    }

    .cars-detail .used-car .item>div h3,
    .cars-detail .used-car .item>div h3 a {
        height: 56px;
    }

    .cars-detail .like .item>div p,
    .cars-detail .used-car .item>div p {
        font-size: 12px !important;
    }

    .cars-detail .like .item>div .btn-primary {
        padding: 0 20px;
        height: 28px;
        line-height: 28px;
    }

    .cars-detail .item>div p.tag {
        height: 22px;
        overflow: hidden;
        margin: 0;
    }
}

/*经销商*/

.cars-detail .map {
    margin-top: 19px;
    position: relative;
}

.cars-detail .map .map-container {
    height: 505px;
    background: #e6e6e6;
    border-radius: 12px;
}

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

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

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

.cars-detail .map .dealers-list .media h4 {
    /*height: 25px;*/
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 25px;
    padding: 0;
    margin: 0;
}

.cars-detail .map .dealers-list .media.active,
.cars-detail .map .dealers-list .media:hover,
.cars-detail .map .dealers-list .media.active h4,
.cars-detail .map .dealers-list .media:hover h4 {
    background: #f0f6ff;
    cursor: pointer;
    color: #D1272E;
}

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

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

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

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

.cars-detail .map div.info-top div {
    display: inline-block;
    color: #D1272E;
    font-weight: bold;
    padding: 0;
    font-size: 18px;
}

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

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

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

.cars-detail .list .media {
    margin: 0;
    padding: 10px 0;
    cursor: pointer;
}

.cars-detail .list .media .media-left img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.cars-detail .list .media h4 {
    font-size: 16px !important;
    height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    margin-bottom: 6px;
    color: #1d1d1d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .cars-detail .list .media .media-left img {
        width: 60px;
        height: 60px;
    }

    .cars-detail .list .media h4 {
        height: auto;
    }
}

.cars-detail .list .media.active,
.cars-detail .list .media:hover,
.cars-detail .list .media.active h4,
.cars-detail .list .media:hover h4 {
    background: #f6f9ff;
    cursor: pointer;
    border-radius: 8px;
    color: #1d1d1d;
}

.cars-detail .list .media p {
    font-size: 12px !important;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.cars-detail .list .media p i {
    font-size: 12px !important;
}

.cars-detail .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;
}

@media screen and (max-width: 991px) {
    .cars-detail .list .media {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        /*border-bottom: 1px solid #F2F2F2;*/
    }

    .cars-detail .list .media .media-object {
        width: 80px !important;
        height: 80px !important;
        border-radius: 8px;
        object-fit: cover;
    }

    .cars-detail .list .media:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

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

    .cars-detail .list h4 a {
        color: #222;
    }

    .cars-detail .list h4 a:hover {
        color: #D1272E;
    }

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

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

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

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

    .cars-detail .list .media .button-group {
        display: flex;
        margin: 10px 0 0 0;
        justify-content: center;
        align-items: center;
    }

    .cars-detail .list .media .button-group a {
        flex: 1;
    }

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

    .cars-detail .list .media .button-group a {
        border-radius: 23px;
    }

    .cars-detail .list .media .button-group a.btn-primary {
        height: 34px;
    }

    .cars-detail .list .media .button-group a.btn-primary-outline {
        background: rgba(0, 76, 255, 0.09);
        border-radius: 17px;
        color: #D1272E;
        border: none;
    }

    .cars-detail .list .media .button-group a.btn-primary-outline:hover,
    .cars-detail .list .media .button-group a.btn-primary {
        height: 34px;
        background: linear-gradient(134deg, #0083ff 0%, #D1272E 100%);
        border-radius: 17px;
        border: none;
        color: #fff;
        box-shadow: none;
    }

    .cars-detail .list .media .button-group a.btn-primary:hover {
        background: transparent;
        color: #D1272E;
        border: 1px solid #D1272E;
        box-shadow: none;
    }

    .cars-detail .list .media .button-group .btn-custom {
        color: #888;
        font-size: 12px;
        padding: 0;
        text-align: left;
        width: 45px;
        flex: inherit;
    }

    .cars-detail .list .media .button-group .btn-custom i {
        display: block;
        color: #333;
        font-size: 20px;
    }

    .cars-detail .list .media .button-group .btn-custom:hover {
        box-shadow: none;
    }
}

/*--------------------------------------------------
    2.5 Used Car Detail     二手车详情
----------------------------------------------------*/

.usedcar-detail .dealer {
    padding: 40px 30px;
    background: #D1272E08;
    border-radius: 16px;
}

.usedcar-detail .dealer .shop_info {
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    cursor: pointer;
}

.usedcar-detail .dealer .body {
    flex: 1;
}

.usedcar-detail .dealer .right {
    width: 148px;
}

.usedcar-detail .dealer img {
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 16px;
}

.usedcar-detail .dealer h4 {
    height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #1d1d1d;
    line-height: 18px;
    margin-bottom: 12px;
}

.usedcar-detail .dealer p {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 14px;
    margin-bottom: 12px;
}

.usedcar-detail .dealer p span {
    margin-right: 7px;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    display: inline-block;
}

.usedcar-detail .dealer .right a {
    height: 56px;
    background: linear-gradient(134deg, #0083ff 0%, #D1272E 100%);
    border-radius: 28px;
    width: 100%;
    line-height: 56px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
    border: none;
}

.usedcar-detail .dealer .right a:hover {
    border: 1px solid #D1272E;
    color: #D1272E !important;
    background: #fff;
}

.usedcar-detail .btns-tool {
    padding: 0;
    background: transparent;
    display: flex;
}

.usedcar-detail .cars-info .content-sm h4 {
    height: auto !important;
}

@media screen and (max-width: 991px) {
    .usedcar-detail .btns-tool {
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        padding: 10px;
        margin: 0 -15px;
        z-index: 999;
    }

    .usedcar-detail .dealer {
        padding: 0;
        border-radius: 16px;
        margin: 15px 0;
    }

    .usedcar-detail .dealer .flex {
        display: block;
    }

    .usedcar-detail .dealer .body {
        padding: 15px 15px 30px 15px;
    }

    .usedcar-detail .dealer .right {
        width: 80px;
    }

    .usedcar-detail .dealer img {
        height: 190px;
        object-fit: cover;
        width: 100%;
        border-radius: 8px 8px 0 0;
    }

    .usedcar-detail .dealer h4 {
        min-height: 18px;
        height: auto;
        font-size: 16px !important;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .usedcar-detail .dealer p {
        height: auto;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .usedcar-detail .dealer p span {
        margin-right: 7px;
        height: 22px;
        line-height: 22px;
        padding: 0 10px;
        display: inline-block;
    }

    .usedcar-detail .dealer a.btn {
        height: 36px;
        background: linear-gradient(134deg, #0083ff 0%, #D1272E 100%);
        border-radius: 18px;
        width: 120px;
        line-height: 36px;
        display: inline-block;
        color: #fff;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        text-decoration: none;
        border: none;
        padding: 0;
        margin: 20px 0 0 0;
    }

    .usedcar-detail .dealer a.btn:hover {
        border: 1px solid #D1272E;
        color: #D1272E !important;
        background: #fff;
    }

    .usedcar-detail .dealer .right a {
        height: 56px;
        width: 100%;
        line-height: 56px;
        border-radius: 28px;
        font-size: 16px;
    }
}

.usedcar-detail .car-desc {
    padding: 50px 60px;
    background: #D1272E08;
    border-radius: 16px;
    position: relative;
}

.usedcar-detail .car-desc #desc-text:before,
.usedcar-detail .car-desc #desc-text:after {
    content: url("../images/quotation-mark@2x.png");
    color: #D1272E17;
    position: absolute;
}

.usedcar-detail .car-desc #desc-text:before {
    top: 0;
    left: 30px;
}

.usedcar-detail .car-desc #desc-text:after {
    /*bottom: 0;*/
    transform: rotate(180deg);
    right: 30px;
}

.usedcar-detail .detail img {
    width: 100%;
}

/*--------------------------------------------------
    2.6 Discount Car Detail     特价车详情
----------------------------------------------------*/

.discount-cars-detail .dealer {
    padding: 40px 30px;
    background: #D1272E08;
    border-radius: 16px;
}

.discount-cars-detail .dealer>.shop_info {
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    cursor: pointer;
}

.discount-cars-detail .dealer .body {
    flex: 1;
}

.discount-cars-detail .dealer .right {
    width: 148px;
}

.discount-cars-detail .dealer img {
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 16px;
}

.discount-cars-detail .dealer h4 {
    height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #1d1d1d;
    line-height: 18px;
    margin-bottom: 12px;
}

.discount-cars-detail .dealer p {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 14px;
    margin-bottom: 12px;
}

.discount-cars-detail .dealer p span {
    margin-right: 7px;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    display: inline-block;
}

.discount-cars-detail .cars-info .content-sm h4 {
    height: auto !important;
}

.discount-cars-detail .dealer .right a {
    height: 56px;
    background: linear-gradient(134deg, #0083ff 0%, #D1272E 100%);
    border-radius: 28px;
    width: 100%;
    line-height: 56px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
}

.discount-cars-detail .dealer .right a:hover {
    border: 1px solid #D1272E;
    color: #D1272E !important;
    background: #fff;
}

.discount-cars-detail .btns-tool {
    padding: 0;
    background: transparent;
    display: flex;
}

@media screen and (max-width: 991px) {
    .discount-cars-detail .btns-tool {
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        padding: 10px;
        margin: 0 -15px;
        z-index: 999;
    }

    .discount-cars-detail .dealer {
        padding: 0;
        border-radius: 16px;
        margin: 15px 0;
    }

    .discount-cars-detail .dealer .flex {
        display: block;
    }

    .discount-cars-detail .dealer .body {
        padding: 15px 15px 30px 15px;
    }

    .discount-cars-detail .dealer .right {
        width: 80px;
    }

    .discount-cars-detail .dealer img {
        height: 190px;
        object-fit: cover;
        width: 100%;
        border-radius: 8px 8px 0 0;
    }

    .discount-cars-detail .dealer h4 {
        min-height: 18px;
        height: auto;
        font-size: 16px !important;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .discount-cars-detail .dealer p {
        height: auto;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .discount-cars-detail .dealer p span {
        margin-right: 7px;
        height: 22px;
        line-height: 22px;
        padding: 0 10px;
        display: inline-block;
    }

    .discount-cars-detail .dealer a.btn {
        height: 36px;
        background: linear-gradient(134deg, #0083ff 0%, #D1272E 100%);
        border-radius: 18px;
        width: 120px;
        line-height: 36px;
        display: inline-block;
        color: #fff;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        text-decoration: none;
        border: none;
        padding: 0;
        margin: 20px 0 0 0;
    }

    .discount-cars-detail .dealer a.btn:hover {
        border: 1px solid #D1272E;
        color: #D1272E !important;
        background: #fff;
    }

    .discount-cars-detail .dealer .right a {
        height: 56px;
        width: 100%;
        line-height: 56px;
        border-radius: 28px;
        font-size: 16px;
    }
}

.discount-cars-detail .car-desc {
    padding: 50px 60px;
    background: #D1272E08;
    border-radius: 16px;
    position: relative;
    margin: 20px 0;
}

.discount-cars-detail .car-desc #desc-text:before,
.discount-cars-detail .car-desc #desc-text:after {
    content: url("../images/quotation-mark@2x.png");
    color: #D1272E17;
    position: absolute;
}

.discount-cars-detail .car-desc #desc-text:before {
    top: 0;
    left: 30px;
}

.discount-cars-detail .car-desc #desc-text:after {
    /*bottom: 0;*/
    transform: rotate(180deg);
    right: 30px;
}

.discount-cars-detail .detail img {
    width: 100%;
}

/*--------------------------------------------------
    2.7 Hot Sale Cars       热门排行
----------------------------------------------------*/
@media screen and (min-width: 991px) {
    .hot-sale-cars {
        background: #fff;
    }

    .hot-sale-cars .media-list .media {}

    .hot-sale-cars .media-list .media .media-left img {
        width: 42px;
        height: auto;
        max-width: 42px;
        margin-left: 19px;
        margin-right: 83px;
    }

    .hot-sale-cars .media-list .media .media-left i {
        width: 42px;
        height: 42px;
        border-radius: 21px;
        line-height: 42px;
        font-size: 24px;
        margin-left: 19px;
        margin-right: 83px;
    }

    .hot-sale-cars .media-list .media .media-body,
    .hot-sale-cars .media-list .media .media-right {
        padding: 30px 0;
        border-bottom: 1px solid #eee;
    }

    .hot-sale-cars .topRanking .panel-default .panel-body .media-body a {
        padding-right: 30px;
    }

    .hot-sale-cars .media-list .media .media-body img {
        width: 180px !important;
        height: 120px !important;
    }

    .hot-sale-cars .media-list .media .media-body h4 {
        height: 20px;
        font-size: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #000000;
        line-height: 20px;
    }

    .hot-sale-cars .media-list .media .media-body p {
        height: 16px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #ff5f1d;
        line-height: 16px;
    }

    .hot-sale-cars .media-list .media .media-right .btn-primary {
        width: 150px;
        height: 48px;
        line-height: 48px;
        background: linear-gradient(134deg, #0083ff 0%, #D1272E 100%);
        border-radius: 34px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #ffffff;
        border: none;
        padding: 0;
        margin: 0;
        float: right;
    }

    .hot-sale-cars .media-list .media .media-right .btn-primary:hover,
    .hot-sale-cars .media-list .media .media-right .btn-primary:focus {
        border: 1px solid #D1272E;
        background: transparent;
        color: #D1272E;
        outline: none;
    }
}