/* banner图 */
.index_banner {
    position: relative;
    /*z-index: 1;*/
    height: 240px;
}
.index_banner h3 {
    margin-top: 112px;
    width: 680px;
    font-size: 28px;
    font-weight: bold;
    color: #114383;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.index_banner h4 {
    margin-top: 16px;
    width: 680px;
    font-size: 20px;
    font-weight: bold;
    color: #2D5A96;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.index_banner .menu {
    position: absolute;
    right: 0;
    top: 6px;
    display: flex;
    cursor: pointer;
}
.index_banner .download {
    margin-right: 24px;
    padding: 10px 0;
    color: #5E5E66;
}
.index_banner .language {
    padding: 10px 0;
    display: flex;
    align-items: center;
    color: #5E5E66;
    cursor: pointer;
}
.index_banner .language i {
    font-size: 16px;
}
.index_banner .language_list {
    position: absolute;
    right: 0;
    top: 38px;
    z-index: 99;
    width: 128px;
    padding: 8px;
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 4px 16px 0 rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    overflow: hidden;
    display: none;
    opacity: 1;
}
.index_banner .language_list .item {
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    border-radius: 3px;
    color: #131212;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.index_banner .language_list .item.active {
    background: #DEE8FA;
}
.index_banner .language_list .item.active:hover {
    color: #131212;
}
.index_banner .language_list .item:hover {
    color: #264AFF;
}

/* 检索 */
.index_retrieval {
    width: 100%;
    min-height: 124px;
    background: #FFFFFF;
    border-radius: 3px;
    box-sizing: border-box;
}

/* 品牌检索 */
.index_retrieval .brand {
    display: block;
}
.index_retrieval .brand .list {
    height: 76px;
    padding: 20px 16px 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.index_retrieval .brandBox {
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 2;
    width: 1200px;
    height: 256px;
    padding: 16px;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08),0 4px 16px 0 rgba(0, 0, 0, 0.16);
}
.index_retrieval .brandBox .header {
    display: flex;
    align-items: center;
}
.index_retrieval .brandBox .header .letter {
    margin-right: 4px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 3px;
    font-family: 'PingFangSC-Semibold';
    font-size: 16px;
    color: #5E5E66;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_retrieval .brandBox .header .letter:hover {
    color: #264AFF;
}
.index_retrieval .brandBox .header .all {
    margin-right: 32px;
    min-width: 88px;
    height: 32px;
    padding: 0 16px;
    border-radius: 3px;
    font-family: 'PingFangSC-Regular';
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.index_retrieval .brandBox .header .all:hover {
    color: #264AFF;
}
.index_retrieval .brandBox .header .letter.active {
    background: #264AFF;
    color: #FFFFFF;
}
.index_retrieval .brandBox .con {
    margin-top: 20px;
    height: 176px;
    background: #F4F5F7;
    padding: 4px 8px 16px 16px;
    border-radius: 3px;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
}
.index_retrieval .brandBox .con::-webkit-scrollbar {
    width: 15px;
}
.index_retrieval .brandBox .con:hover::-webkit-scrollbar-thumb {
    width: 5px;
    background: #8D8E99;
    border-radius: 15px;
    border: 5px solid #F4F5F7;
}
.index_retrieval .brandBox .con .item {
    margin: 12px 8px 0 0;
    flex: 0 0 135px;
    height: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}
.index_retrieval .brandBox .con .item:nth-child(8n) {
    margin-right: -7px;
}
.index_retrieval .brandBox .con .item.active,
.index_retrieval .brandBox .con .item:hover {
    color: #264AFF;
}
.index_retrieval .brandBox .con .item .img {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}
.index_retrieval .brandBox .con .item span {
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

/* 车系检索 */
.index_retrieval .seriesBox {
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 2;
    width: 1200px;
    max-height: 470px;
    padding: 16px;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08),0 4px 16px 0 rgba(0, 0, 0, 0.16);
    overflow-x: hidden;
    overflow-y: scroll;
}
.index_retrieval .seriesBox::-webkit-scrollbar {
    width: 15px;
}
.index_retrieval .seriesBox:hover::-webkit-scrollbar-thumb {
    width: 5px;
    background: #8D8E99;
    border-radius: 15px;
    border: 5px solid #FFFFFF;
}
.index_retrieval .seriesBox .img img {
    width: 48px;
    height: 48px;
}
.index_retrieval .seriesBox .con {
    display: flex;
    flex-direction: row;
    padding: 0 0 16px;
    border-bottom: 1px solid #E8E9EB;
}
.index_retrieval .seriesBox .con:last-child {
    border-bottom: none;
}
.index_retrieval .seriesBox .con h5 {
    margin-top: 16px;
    flex: 0 0 200px;
    font-weight: bold;
}
.index_retrieval .seriesBox .con .r {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.index_retrieval .seriesBox .con .r .item {
    margin-top: 16px;
    flex: 0 0 190px;
    height: 22px;
    line-height: 22px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
}
.index_retrieval .seriesBox .con .r .item:hover,
.index_retrieval .seriesBox .con .r .item.active {
    color: #264AFF;
}

/* 车型检索 */
.index_retrieval .modelBox {
    width: 1200px;
    padding: 6px 16px 32px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: none;
    /* box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08),0 4px 16px 0 rgba(0, 0, 0, 0.16); */
}
.index_retrieval .modelBox .con {
    margin-top: 32px;
    display: flex;
}
.index_retrieval .modelBox .con:first-child {
    margin-top: 0;
}
.index_retrieval .modelBox .con label {
    flex: 0 0 112px;
    width: 112px;
    height: 36px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.index_retrieval .modelBox .con .info {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.index_retrieval .modelBox .con .info.year {
    overflow-x: scroll;
    flex-wrap: nowrap;
}
.index_retrieval .modelBox .con .info.year::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.index_retrieval .modelBox .con .info .item {
    flex: 0 0 104px;
    margin: 0 32px 0 0;
    height: 36px;
    padding: 0 14px;
    line-height: 36px;
    background: #F4F5F7;
    border-radius: 3px;
    color: #5E5E66;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.index_retrieval .modelBox .con .info.year .item:nth-child(n+2) {
    flex: 0 0 auto;
    min-width: 104px;
    padding: 0 8px 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_retrieval .modelBox .con .info.year .item:last-child {
    margin-right: 0;
}
.index_retrieval .modelBox .con .info .item:hover {
    background: #ECF2FE;
    color: #264AFF;
}
.index_retrieval .modelBox .con .info.year .item i {
    transition: .5s;
}
.index_retrieval .modelBox .con .info .item.active {
    background: #264AFF;
    color: #FFFFFF;
}
.index_retrieval .modelBox .con .info .item.active i {
    transform: rotateZ(180deg);
}
.index_retrieval .modelBox .con .color .item:nth-child(n+9) {
    margin-top: 16px;;
}
.index_retrieval .modelBox .con .color .item:nth-child(8n) {
    margin-right: 0;
}
.index_retrieval .modelBox .modelList {
    margin-top: 4px;
    padding-left: 112px;
    display: flex;
    flex-wrap: wrap;
}
.index_retrieval .modelBox .modelList .modelItem {
    margin-top: 12px;
    flex: 0 0 33.33%;
    padding-right: 40px;
    height: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.index_retrieval .modelBox .modelList .modelItem h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.index_retrieval .modelBox .modelList .modelItem h5:hover {
    color: #264AFF;
}
.index_retrieval .modelBox .modelList .modelItem.active h5 {
    color: #264AFF;
}
.index_retrieval .modelBox .modelList .modelItem span {
    flex: 0 0 auto;
    margin-left: 8px;
    font-size: 12px;
    color: #5E5E66;
}

/* 按类型搜索 */
.index_retrieval .type {
    padding: 32px 16px;
    box-sizing: border-box;
}
.index_retrieval .type .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_retrieval .type .item {
    width: 220px;
    height: 134px;
    border-radius: 3px;
    border: 1px solid #D3D4D6;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index_retrieval .type .item:hover {
    border: 1px solid #264AFF;
}
.index_retrieval .type .item.nolink {
    background: #F4F5F7;
    cursor: default;
    opacity: .4;
}
.index_retrieval .type .item.nolink:hover {
    border: 1px solid #D3D4D6;
    color: #131212;
}
.index_retrieval .type .item .bg {
    width: 100px;
    height: 50px;
}
.index_retrieval .type .item .bg.bg01 {
    background: url('../../img/index/icon_ev.png') 0 0 / 100% 100% no-repeat;
}
.index_retrieval .type .item .bg.bg02 {
    background: url('../../img/index/icon_suv.png') 0 0 / 100% 100% no-repeat;
}
.index_retrieval .type .item .bg.bg03 {
    background: url('../../img/index/icon_car.png') 0 0 / 100% 100% no-repeat;
}
.index_retrieval .type .item .bg.bg04 {
    background: url('../../img/index/icon_mpv.png') 0 0 / 100% 100% no-repeat;
}
.index_retrieval .type .item .bg.bg05 {
    background: url('../../img/index/icon_truck.png') 0 0 / 100% 100% no-repeat;
}
.index_retrieval .type .item .name {
    font-size: 16px;
}

/* 精准找车 */
.index_retrieval .precise {
    display: none;
}
.index_retrieval .precise .list {
    padding: 20px 16px 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* 精准找车-品牌 */
.index_retrieval .precisesBrandBox {
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 2;
    width: 320px;
    max-height: 440px;
    padding: 8px 0 8px 8px;
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 4px 16px 0 rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
}
.index_retrieval .precisesBrandBox .letter {
    flex: 0 0 32px;
    background: #F4F5F7;
    padding: 10px 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
.index_retrieval .precisesBrandBox .letter::-webkit-scrollbar {
    width: 0;
}
.index_retrieval .precisesBrandBox .letter::-webkit-scrollbar-track {
    background: #E8E9EB;
}
.index_retrieval .precisesBrandBox .letter ul li {
    height: 22px;
    line-height: 22px;
    border-radius: 3px;
    font-family: 'PingFangSC-Medium';
    font-size: 12px;
    color: #8D8E99;
    text-align: center;
    cursor: pointer;
}
.index_retrieval .precisesBrandBox .letter ul li.active {
    color: #264AFF;
}
.index_retrieval .precisesBrandBox .letter ul li:hover {
    color: #264AFF;
}
.index_retrieval .precisesBrandBox .list {
    flex: 1;
    padding: 0 4px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
}
.index_retrieval .precisesBrandBox .list::-webkit-scrollbar {
    width: 15px;
}
.index_retrieval .precisesBrandBox .list:hover::-webkit-scrollbar-thumb {
    background: #8D8E99;
    border-radius: 15px;
    border: 5px solid #FFFFFF;
}
.index_retrieval .precisesBrandBox .list h5 {
    margin-top: 4px;
    height: 36px;
    line-height: 36px;
    padding-left: 8px;
    color: #8D8E99;
    font-family: 'PingFangSC-Regular';
}
.index_retrieval .precisesBrandBox .list .item {
    margin-top: 4px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index_retrieval .precisesBrandBox .list .item.active {
    background: #DEE8FA;
}
.index_retrieval .precisesBrandBox .list .item.active:hover {
    color: #131212;
}
.index_retrieval .precisesBrandBox .list .item:hover {
    color: #264AFF;
}

/* 精准找车-车系 */
.index_retrieval .precisesSeriesBox {
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 2;
    width: 320px;
    max-height: 440px;
    padding: 4px 8px 8px;
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 4px 16px 0 rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
}
.index_retrieval .precisesSeriesBox::-webkit-scrollbar {
    width: 15px;
}
.index_retrieval .precisesSeriesBox:hover::-webkit-scrollbar-thumb {
    width: 5px;
    background: #8D8E99;
    border-radius: 15px;
    border: 5px solid #FFFFFF;
}
.index_retrieval .precisesSeriesBox .item {
    margin-top: 4px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    border-radius: 3px;
    color: #131212;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.index_retrieval .precisesSeriesBox .item label {
    margin-right: 6px;
}
.index_retrieval .precisesSeriesBox .item:hover {
    color: #264AFF;
}
.index_retrieval .precisesSeriesBox .item.active {
    background: #DEE8FA;
}
.index_retrieval .precisesSeriesBox .item.active:hover {
    color: #131212;
}

/* 精准找车-类型、车身结构、变速箱类型、能源、续航、排量、驱动、座位数 */
.index_retrieval .typeBox {
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 2;
    width: 320px;
    max-height: 440px;
    padding: 4px 8px 8px;
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 4px 16px 0 rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
}
.index_retrieval .typeBox .item {
    margin-top: 4px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    border-radius: 3px;
    color: #131212;
    cursor: pointer;
    display: flex;
    align-items: center;

}
.index_retrieval .typeBox .item:hover {
    color: #264AFF;
}
.index_retrieval .typeBox .item.active {
    background: #DEE8FA;
}
.index_retrieval .typeBox .item.active:hover {
    color: #131212;
}
.index_retrieval .typeBox .item .item_select {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    border: 1px solid #D3D4D6;
    background: #FFFFFF;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_retrieval .typeBox .item span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.index_retrieval .typeBox .item .item_select i {
    color: #FFFFFF;
}
.index_retrieval .typeBox .item.active .item_select {
    background: #264AFF;
    border: 1px solid #264AFF;
}
.index_retrieval .typeBox .item.active .item_select i {
    color: #FFFFFF;
}

/* 历史搜索 */
.index_history {
    padding: 0 16px 20px;
    color: #8D8E99;
    display: flex;
}
.index_history label {
    flex: 0 0 auto;
}
.index_history .info {
    flex: 0 0 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.index_history .info a {
    margin-left: 20px;
    color: #8D8E99;
}
.index_history .info a:hover {
    color: #264AFF;
}

/* 热门品牌 */
.index_brand {
    margin-top: 32px;
}
.index_brand .list {
    margin-top: 16px;
    height: 240px;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_brand .list .item {
    width: 178px;
    height: 96px;
    padding: 0 12px;
    background: #FFFFFF;
    border: 1px solid #D3D4D6;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.index_brand .list .item:nth-child(n+5) {
    margin-top: 16px;
}
.index_brand .list .item .img {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
}
.index_brand .list .item .info {
    flex: 0 0 1;
    padding-left: 10px;
}
.index_brand .list .item .info .name {
    font-size: 16px;
    color: #5E5E66;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.index_brand .list .item .info .price {
    margin-top: 4px;
    font-family: 'PingFangSC-Semibold';
    font-size: 12px;
    color: #8D8E99;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

/* 汇率换算 */
.index_currency {
    margin-top: 32px;
}
.index_currency .content {
    margin-top: 16px;
    height: 240px;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 3px;
    box-sizing: border-box;
}
.index_currency .content p {
    padding-bottom: 16px;
    color: #5E5E66;
}

/* 热门车源 */
.index_car {
    margin-top: 32px;
}
.index_car_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_car_list .item {
    position: relative;
    z-index: 1;
    margin-top: 16px;
    width: 390px;
    height: 600px;
    background: #FFFFFF;
    border-radius: 3px;
    box-sizing: border-box;
    overflow: hidden;
}
.index_car_list .item:hover {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08),0 4px 16px 0 rgba(0, 0, 0, 0.16);
}
.index_car_list .item:last-child:nth-child(3n - 1) {
    margin-right: calc(390px + 30px / 2);
}
.index_car_list .item .iconfontBg {
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 12px;
    height: 20px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.index_car_list .item .carmuenv,
.index_car_list .item .carmugasoline,
.index_car_list .item .carmugaev {
    font-size: 20px;
    color: #FFFFFF;
}
.index_car_list .item .iconfontBg.green {
    background: #00BD97;
}
.index_car_list .item .iconfontBg.orange {
    background:  #FF7F00;
}
.index_car_list .item .iconfontBg.blue {
    background: #24B4FF;
}
.index_car_list .item .carmucollectBg {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: #F4F5F7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.index_car_list .item .carmucollectBg .carmucollect {
    font-size: 16px;
    color: #131212;
}
.index_car_list .item .carmucollectBg .carmucollectselset {
    color: #264AFF;
}
.index_car_list .item .img {
    width: 100%;
    height: 260px;
}
.index_car_list .item .info {
    padding: 0 16px;
}
.index_car_list .item .info .infoItem {
    margin-top: 8px;
    height: 28px;
    display: flex;
    justify-content: space-between;
}
.index_car_list .item .info .infoItem:first-child {
    margin-top: 16px;
}
.index_car_list .item .info .infoItem .name {
    padding-right: 10px;
    line-height: 28px;
    color: #5E5E66;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.index_car_list .item .info .infoItem .name strong {
    font-size: 16px;
    color: #131212;
}
.index_car_list .item .info .infoItem .name strong span {
    margin-left: 0px;
}
.index_car_list .item .info .infoItem .price {
    flex: 0 0 auto;
    color: #5E5E66;
    display: flex;
    align-items: center;
    font-family: 'PingFangSC-Semibold';
}
.index_car_list .item .info .infoItem .price strong {
    font-size: 20px;
    color: #131212;
}
.index_car_list .item .info p {
    margin-top: 8px;
    color: #5E5E66;
    display: flex;
    align-items: center;
}
.index_car_list .item .info p span {
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.index_car_list .item .info p i {
    flex: 0 0 20px;
    margin-left: 4px;
    width: 20px;
    height: 20px;
    background: url('../../img/index/icon_vip.png') 0 0 no-repeat;
    background-size: 100%;
    display: inline-flex;
}
.index_car_list .item .info p.desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.index_car_list .item .info p.date {
    display: flex;
    justify-content: space-between;
}
.index_car_list .item .info .tag {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_car_list .item .info .tag .l {
    height: 24px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.index_car_list .item .info .tag .tagItem {
    margin-right: 11px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 3px;
    background: #DEE8FA;
    font-size: 12px;
    color: #5E5E66;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.index_car_list .item .info .tag .more {
    flex: 0 0 auto;
    color: #5E5E66;
    display: flex;
    align-items: center;
}
.index_car_list .item .info .tag .more:hover {
    color:#264AFF;
}
.index_car_list .item .info .tag .more i {
    font-size: 16px;
}
.index_car_list .item .contact {
    margin-top: 26px;
    flex: 1;
    text-align: center;
    height: 40px;
    border-radius: 3px;
    background: #264AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
}
.index_car_list .item .contact.no {
    background: #F4F5F7;
    color: #5E5E66;
}

/*询盘*/
.index_car_list .item .operation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
}
.index_car_list .item .contact.inquiry {
    background: #FFFFFF;
    border: 1px solid #264AFF;
    color: #264AFF;
}
.index_car_list .item .info .infoItem .more {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    font-family: 'PingFang SC';
    font-size: 14px;
    color: #5E5E66;
}
/*询盘End*/

/* 最新求购 */
.index_buy {
    margin-top: 32px;
}
.index_buy .list {
    margin-top: 16px;
    background: #FFFFFF;
    padding: 16px;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.index_buy .list .item {
    padding: 16px 0 18px;
    border-bottom: 1px solid #E8E9EB;
    display: flex;
    justify-content: space-between;
}
.index_buy .list .item:first-child {
    padding-top: 0;
}
.index_buy .list .item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.index_buy .list .item .img {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
}
.index_buy .list .item .info {
    flex: 1;
    padding-left: 12px;
}
.index_buy .list .item .info .name {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_buy .list .item .info .name p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.index_buy .list .item .info .name span {
    flex: 0 0 auto;
    color: #5E5E66;
    font-size: 14px;
    font-weight: normal;
}
.index_buy .list .item .info .desc {
    margin-top: 10px;
    color: #5E5E66;
    display: flex;
}
.index_buy .list .item .info .desc span {
    flex: 0 0 1;
    margin-right: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.index_buy .list .item .info .number {
    margin-top: 10px;
    height: 24px;
    padding: 2px 8px;
    background: #FFF1E8;
    border-radius: 3px;
    font-size: 12px;
    color: #5E5E66;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
}
.noList {
    margin-top: 16px;
    width: 100%;
    height: 378px;
    background: #FFFFFF;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.noList .bg {
    width: 160px;
    height: 160px;
    background: url('../../img/index/index_buyBg.png') left center / 100% 100% no-repeat;
}
.noList .text {
    margin-top: 16px;
    color: #5E5E66;
}
.noList .button {
    margin-top: 40px;
    min-width: 88px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    background: #264AFF;
    border-radius: 3px;
    color: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* 热门车系 */
.index_series {
    margin-top: 32px;
}
.index_series .list {
    margin-top: 16px;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.index_series .list a {
    flex: 0 0 33.33%;
    padding-right: 14px;
    color: #5E5E66;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.index_series .list a:hover {
    color: #264AFF;
}
.index_series .list a:nth-last-child(n+4) {
    margin-bottom: 10px;
}

/* 车型对比 */
.index_pk {
    margin-top: 32px;
}
.index_pk .button {
    margin-top: 16px;
    height: 68px;
    padding: 0 16px;
    background: #FFFFFF;
    border-radius: 3px;
    display: flex;
    align-items: center;
    color: #5E5E66;
    font-weight: bold;
    box-sizing: border-box;
}
.index_pk .button i {
    margin-right: 19px;
    font-size: 36px;
    color: #8D8E99
}

/* 品牌介绍 */
.brandIntroduce {
    padding: 16px;
    background: #FFFFFF;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
}
.brandIntroduce .img {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.brandIntroduce .img img {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
}
.brandIntroduce .img .name {
    margin-left: 32px;
    font-size: 16px;
    font-weight: bold;
}
.brandIntroduce p {
    margin-top: 16px;
    line-height: 22px;
    color: #5E5E66;
}

/* 品牌类型 */
.brandType {
    margin-top: 32px;
    height: 22px;
    display: flex;
    align-items: center;
}
.brandType .item {
    margin-right: 32px;
    cursor: pointer;
}
.brandType .item:hover {
    color: #264AFF;
}
.brandType .item.active {
    font-weight: bold;
    color: #264AFF;
}
.brandList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.brandList .item {
    position: relative;
    z-index: 1;
    margin-top: 16px;
    width: 390px;
    height: 408px;
    background: #FFFFFF;
    border-radius: 3px;
    box-sizing: border-box;
}
.brandList .item:hover {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08),0 4px 16px 0 rgba(0, 0, 0, 0.16);
}
.brandList .item:last-child:nth-child(3n - 1) {
    margin-right: calc(390px + 30px / 2);
}
.brandList .item i {
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 15px;
    height: 16px;
    padding: 0 3px;
    border-radius: 3px;
    background: #FF7E29;
    font-size: 10px;
    font-style: normal;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.brandList .item .img img {
    width: 100%;
    height: 260px;
}
.brandList .item .name {
    margin-top: 16px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.brandList .item .price {
    margin-top: 8px;
    height: 28px;
    line-height: 28px;
    padding: 0 16px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.brandList .item .price.nocar {
    color: #5E5E66;
    font-size: 14px;
    cursor: default;
}
.brandList .item .bottom {
    margin-top: 24px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
}
.brandList .item .bottom .button {
    width: 173px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #264AFF;
    font-size: 16px;
    font-weight: bold;
    color: #264AFF;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.brandList .item .bottom .button.nocar {
    border: 1px solid #D3D4D6;
    color: #5E5E66;
    cursor: default;
}

/* 车源市场-检索 */
.index_retrieval {
    margin-top: 16px;
}

/* 热门品牌 */
.market_hot {
    margin-top: 32px;
}
.market_hot .letterList {
    margin-left: 32px;
    display: none;
    align-items: center;
}
.market_hot .letterList .letter {
    margin-right: 12px;
    color: #5E5E66;
    font-size: 16px;
    cursor: pointer;
    font-family: 'PingFangSC-Semibold';
}
.market_hot .letterList .letter.active,
.market_hot .letterList .letter:hover {
    color: #264AFF;
}
.market_hot .more:hover {
    color: #5E5E66;
}
.market_hot .more i {
    transition: .5s;
}
.market_hot .more.active {
    color: #264AFF;
}
.market_hot .more.active i {
    transform: rotateZ(180deg);
}
.market_hot .list {
    margin-top: 16px;
    min-height: 120px;
    max-height: 120px;
    background: #FFFFFF;
    padding: 24px 16px;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow: hidden;
    transition: max-height .5s;
}
.market_hot .list.show {
    padding: 24px 1px 24px 16px;
    max-height: 456px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.market_hot .list::-webkit-scrollbar {
    width: 15px;
}
.market_hot .list:hover::-webkit-scrollbar-thumb {
    width: 5px;
    background: #8D8E99;
    border-radius: 15px;
    border: 5px solid #FFFFFF;
}
.market_hot .list .item {
    flex: 0 0 25%;
    padding-right: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.market_hot .list .item:nth-child(n+5) {
    margin-top: 24px;
}
.market_hot .list .item .img {
    flex: 0 0 24px;
}
.market_hot .list .item .name {
    flex: 0 1 auto;
    padding: 0 8px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.market_hot .list .item .price {
    flex: 0 0 auto;
    color: #5E5E66;
}

/* 条件结果 */
.market_result {
    padding: 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.market_result .result {
    display: flex;
    align-items: center;
}
.market_result .result .name {
    margin-right: 16px;
    font-weight: bold;
}
.market_result .result .item {
    margin-right: 16px;
    height: 24px;
    padding: 0 4px 0 8px;
    border: 1px solid #D3D4D6;
    border-radius: 3px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: 12px;
}
.market_result .result .item i {
    margin-left: 4px;
    color: #8D8E99;
    cursor: pointer;
}
.market_result .result .button {
    height: 24px;
    padding: 0 8px;
    background: #264AFF;
    border-radius: 3px;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}
.market_result .total {
    font-size: 14px;
    font-weight: bold;
}

/* 品牌介绍 */
.market_brand {
    margin-top: 16px;
    height: 228px;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 3px;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
}
.market_brand .introduce {
    width: 364px;
}
.market_brand .introduce .name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.market_brand .introduce .name .img {
    display: flex;
    align-items: center;
}
.market_brand .introduce .name .img img {
    width: 48px;
    height: 48px;
}
.market_brand .introduce .name .img span {
    flex: 0 1 auto;
    padding: 0 32px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.market_brand .introduce .name .more {
    flex: 0 0 auto;
    color: #264AFF;
    display: flex;
    align-items: center;
}
.market_brand .list {
    margin-top: 16px;
    height: 132px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.market_brand .list p {
    flex: 0 0 380px;
    padding-right: 16px;
    line-height: 22px;
    color: #5E5E66;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    word-break: break-all;
}
.market_brand .list .item {
    position: relative;
    z-index: 1;
    flex: 0 0 364px;
    margin-right: 16px;
    height: 130px;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #D3D4D6;
    border-radius: 3px;
    box-sizing: border-box;
}
.market_brand .list .item i {
    position: absolute;
    left: 9px;
    top: 8px;
    z-index: 1;
    height: 16px;
    padding: 0 3px;
    background: #FF7E29;
    border-radius: 3px;
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #FFFFFF;
    font-style: normal;
}
.market_brand .list .item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.market_brand .list .item .img {
    flex: 0 0 88px;
    width: 88px;
    height: 66px;
    border-radius: 3px;
}
.market_brand .list .item .con {
    display: flex;
    flex-direction: row;
}
.market_brand .list .item .con .info {
    flex: 0 1 auto;
    margin-left: 10px;
}
.market_brand .list .item .con .info .name {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.market_brand .list .item .con .info .price {
    margin-top: 8px;
    color: #5E5E66;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.market_brand .list .item .bottom {
    display: flex;
    justify-content: flex-end;
}
.market_brand .list .item .bottom .button {
    margin-left: 12px;
    height: 24px;
    line-height: 22px;
    padding: 0 8px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #264AFF;
    color: #264AFF;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.market_brand .list .go {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    background: #F4F5F7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}
.market_brand .go i {
    color: #264AFF;
}

/* 车系推荐 */
.market_series {
    margin-top: 16px;
    height: 98px;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 3px;
    display: none;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.market_series .item {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
}
.market_series .item .img {
    flex: 0 0 88px;
    width: 88px;
    height: 66px;
}
.market_series .item .info {
    flex: 0 1 auto;
    padding: 0 40px 0 12px;
    display: flex;
    flex-direction: column;
}
.market_series .item .info .name {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.market_series .item .info .name a {
    flex: 0 1 auto;
    margin-right: 16px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.market_series .item .info .name span {
    flex: 0 0 auto;
    color: #5E5E66;
}
.market_series .item .info .price {
    margin-top: 8px;
}
.market_series .item .info .price span {
    margin-right: 32px;
    color: #5E5E66;
}
.market_series .item .info .price strong {
    font-size: 16px;
    color: #131212;
}
.market_series .button {
    flex: 0 0 auto;
    height: 36px;
    line-height: 34px;
    background: #FFFFFF;
    padding: 0 16px;
    border-radius: 3px;
    border: 1px solid #264AFF;
    color: #264AFF;
    box-sizing: border-box;
}

/* 车源市场-无车源 */
.market_buy .noList {
    height: 480px;
}
.market_buy.number .noList {
    height: 178px;
}
.market_buy.number .noList .bg {
    display: none;
}
.market_buy.number .noList .button {
    margin-top: 24px;
}
.market_buy.wifi .noList {
    height: 825px;
}
.market_buy.wifi .noList h4 {
    margin-top: 16px;
    font-size: 20px;
}
.market_buy.wifi .noList a {
    margin-top: 16px;
    color: #264AFF;
    font-size: 16px;
}

/* 发布banner入口 */
.index_release {
    margin-top: 16px;
    height: 136px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* 发布banner入口 */
.market_release {
    margin: 16px 16px 0;
    height: 136px;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}