/* banner图 */
.main_bg{
    background: url('../../img/index/index_bg.png') top center no-repeat;
    background-size: contain;
    width: 100%;
    min-width: 1200px;;
    height: 340px;
    position: absolute;
    top: 78px;
    right: 0px;
}

.index_banner{
    height: 180px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.index_banner h3 {
    font-size: 28px;
    font-weight: bold;
    color: #114383;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;

}
.index_banner h4 {
    margin-top: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #2D5A96;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.index_banner .menu {
    position: absolute;
    right: 0;
    top: 6px;
    display: flex;
}
.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: 1;
    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;
}
.layout_select .selectItem {
    position: relative;
    margin-right: 16px;
    width: 392px;
    height: 48px;
    box-sizing: border-box;
}
.layout_select .selectButton {
    width: 184px !important;
    height: 48px;
}


/* 检索 */
.index_retrieval {
    width: 100%;
    min-height: 24px;
    padding: 24px 40px;
    background: #FFFFFF;
    border-radius: 3px;
    box-sizing: border-box;
    z-index: 1;
}
.index_retrieval .tabTitle{
    color: #111111;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    span{
        color: #264AFF;
    }

}

/* 品牌检索 */
.index_retrieval .brand {
    display: block;
}
.index_retrieval .brand .list {
    margin-top: 16px;
    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 {
    margin-top: 16px;
    box-sizing: border-box;
    height: 98px;
}
.index_retrieval .type .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_retrieval .type .item {
    width: 204px;
    height: 90px;
    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;
}
.tabBoxRoom{
    height: 98px;
}

/* 历史搜索 */
.index_history {
    margin-top: 24px;
    color: #303133;
    display: flex;
    font-size: 14px;
}
.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-right: 14px;
    color: #8D8E99;
    color: #1677FF;
}
.index_history .info a:hover {
    color: #1677FF;
}

/* 热门品牌 */
.index_brand {
    margin-top: 24px;
    width: 100%;
}
.index_brand .list {
    margin-top: 16px;
    height: 232px;
    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: 88px;
    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+7) {
    margin-top: 16px;
}
.index_brand .list .item.more{
    background-color: #D9ECFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border:0px
}
.index_brand .list .item.more div{
    color: #264AFF;
    display: flex;
    align-items: center;
}
.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;
}
.currency{
    display: flex;
    flex-direction: row;
}
.changeIcon{
    margin: 0px 24px;
}


.index_currency .content {
    margin-top: 16px;
    padding: 16px 16px 32px;
    background: #FFFFFF;
    border-radius: 8px;
    box-sizing: border-box;
}
.index_currency .content p {
    padding-bottom: 16px;
    color: #5E5E66;
}

/* 热门车源 */
.index_car {
    margin-top: 32px;
    position: relative;
    height: 721px;
    padding: 40px;
    box-sizing: border-box;
    background-color:#ECEEF0 ;
    width: 100%;
    margin-bottom: 200px;
    border-radius: 3px;
}

.index_car .bg{
    width: 100%;
    height: 300px;
    position: absolute;
    z-index: -1;
    border-radius: 30px;
}

.index_car .title{
    font-size: 22px;
    color: #131212;
    font-weight: 600;
}
.index_car .tabs{
    display: flex;
    margin-top: 24px;
}

.index_car .tabs .item{
    height:49px;
    width: 193px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0px 17px;
    margin-right: 23px;
    cursor: pointer;
}
.index_car .tabs .item.active{
    background: #D9ECFF;
    border:1px solid #0055FE;
}

.index_car .tabs .item.active div{
    color: #0055FE;
}
.index_car .tabs .item.active span{
    color: #0055FE;
}
.index_car .tabs .item img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.index_car .tabs .item div{
    margin-right: 14px;
    color: #3D3D3D;
    font-size: 14px;
}
.index_car .tabs .item span{
    color: #3D3D3D;
    font-size: 14px;
}

.swiper-container2{
    position: relative;
    overflow: hidden;
    margin-top: 24px;
    z-index: 1;
}
.swiper-container2 .swiper-slide{
    box-sizing: border-box;
}
.swiper-container2 .swiper-slide .carList{
    display: flex;
    justify-content: start;
}
.swiper-container2 .swiper-slide .carList:hover{
    background-color: #ECEEF0;
}
.swiper-container2 .swiper-slide .carList .carItem{
    width: 346px;
    height: 422px;
    box-sizing: border-box;
    padding: 24px 24px;
    margin-right: 40px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.swiper-container2 .swiper-slide .carList .carItem:nth-child(3n){
    margin-right: 0px;
}

.carItem img{
    width: 100%;
    height: 240px;
}
.carItem .c_title{
    margin-top: 16px;
    color: #131212;
    font-weight: 500;
    font-size: 20px;
}


.carItem .c_desc{
    display: flex;
    margin-top: 10px;
    color: #5E5E66;
    font-size: 14px;
    align-items: center;
}
.carItem .c_desc img{
    width: 14px;
    height: 12px;
    margin-right: 5px;
}
.carItem .c_price{
    margin-top: 10px;
    color: #131212;
    font-weight: 600;
    font-size: 20px;
}
.carItem .c_numbers{
    margin-top: 10px;
    display: flex;
    color: #5E5E66;
    font-size: 14px;
    justify-content: space-between;
}
.carItem .c_numbers span{
    color: #264AFF;
}

.index_car .more{
    height: 64px;
    width: 208px;
    margin-top: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background: #264AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;

}



















/* 品牌类型 */
.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: 160px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.index_release .btn{
    position: absolute;
    width: 256px;
    height: 36px;
    background: #fff;
    border-radius: 3px;
    right: 23px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;

}

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


.index_qcontent{
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 10px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}
.index_qcontent .index_qleft{
    width: 232px;
    height: 748px;
    box-sizing: border-box;
    padding: 8px;
    background: #fff;
    border-radius: 3px;
    flex-shrink: 0;
}
.index_qleft .qleft_more{
    height: 66px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #264aff;
    cursor: pointer;
}
.index_qleft .qleft_item{
    height: 66px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #606266;
    cursor: pointer;
}
.index_qleft .qleft_item.active{
    background-color: #264aff;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
}
.index_qleft .qleft_item:hover{
    background-color: #ECF5FF;
    border-radius: 3px;
}
.index_qleft .qleft_item.active:hover{
    background-color: #264aff;
    
}
.index_qcontent .index_qright{
    margin-left: 10px;
    flex: 1;
    height: 748px;
    box-sizing: border-box;
    position: relative;
}
.index_qright_bottom{
    height: 88px;
    width: 200px;
    z-index: 200;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_qright_bottom .prev {
    z-index: 1;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-right: 10px;
    background: #264AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.index_qright_bottom .next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #264AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.prev i,
.next i {
    color: #FFFFFF;
    font-size: 30px;
}

.my-button-disabled{
    opacity: 0.2;
}

.swiper-container{
    position: relative;
    overflow: hidden;
    flex: 1;
    height: 748px;
    box-sizing: border-box;
    z-index: 1;
}
.swiper-container2{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container .swiper-slide{
    background: #fff;
    border-radius: 4px;
    height: 660px !important;
    padding: 24px;
    box-sizing: border-box;
}
.swiper-container .swiper-slide .qc_top{
    display: flex;
    position: relative;
    align-items: center;

}
.qc_top img{
    width: 120px;
    height: 90px;
    margin-right: 20px;
    border-radius: 5px;
}
.qc_top .qc_top_info{
    flex: 1;
    padding-right: 46px;
}
.qc_top .qc_top_info .qc_top_name{
    font-size: 22px;
    font-weight: 600;
    color: #3D3D3D;
}
.qc_top .qc_top_info .qc_top_price{
    font-size: 16px;
    color: #606266;
    margin-top: 12px;
}
.qc_top .qc_top_info .qc_top_desc{
    font-size: 14px;
    color: #666666;
}

.qc_top .qc_top_right{
    position: absolute;
    top: 0px;
    right: 14px;
    font-size: 14px;
    color:#3D3D3D
}

.swiper-slide .qc_top{
    display: flex;
}



.swiper-slide .tabHd{
    margin-top: 16px;
    height: 64px;
    background-color: #ECF5FF;
    position: relative;

}

.swiper-slide .tabHd .modelList{
    width: 450px;
    height: 440px;
    padding: 8px;
    background: #fff;
    position: absolute;
    overflow-y: scroll;
    display: none;
    z-index: 999999999999;
    top: 44px;
    right: 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
}

.swiper-slide .tabHd .modelList .lib{
    height: 42px;
    line-height: 42px;
    padding: 0px 8px;
}
.swiper-slide .tabHd .modelList .modelItem{
    padding: 0px 8px;
    height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiper-slide .tabHd .modelList .modelItem .titleRoom{
    display: flex;
    color: #131212;
    font-size: 14px;
    font-weight: 400;
}
.swiper-slide .tabHd .modelList .modelItem .titleRoom h3{
    margin-right: 10px;
    flex: 1;
}
.swiper-slide .tabHd .modelList .modelItem .titleRoom h5{
    color: #5E5E66;
    font-weight: 400;
}
.swiper-slide .tabHd .modelList .modelItem h4{
    color: #5E5E66;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
}
.swiper-slide .tabHd .modelList .modelItem.active{
    background-color: #DEE8FA;
  }
.swiper-slide .tabHd .modelList .modelItem:hover{
    background-color: #DEE8FA;
}


.swiper-slide .tabRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    position: relative;

}
.tabRow .tab1{
  width: 400px;
  font-size: 16px;
  font-weight: 600;
  color: #3D3D3D;
}


.tabRow .right{
    color: #264aff;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.carmuarrowRight{
    margin-top: 2px;
}

.tabRow .btn {
    width: 121px;
    position: absolute;
    right: 24px;
    top: 4px;
    padding: 6px 12px;
    min-height: 36px;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #264AFF;
    font-size: 12px;
    cursor: pointer;

}
.swiper-slide .desc{
    padding: 0px 20px;
    margin-top: 6px;
    color: #666666;
}
.swiper-slide .tags{
    padding: 6px 20px 0px;
}

.swiper-slide .tags div{
    padding: 2px 6px;
    background-color:#F2F2F2;
    border: 1px #797979 solid;
    border-radius: 4px;
    margin-right: 10px;
    color: #797979;
    font-size: 10px;
}



.topViewSelect{
    background-color: #b1c8f372;
}

 .tables .tabChatRow{
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    display: none;
}
 .chatView{
    width: 100%;
    height: 400px;
}
.tabChatRow .titleView{
    margin-top: 24px;
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 14px;
    color: #606266;
}
.tabChatRow .titleView .priceType{
    width: 40px;
    height: 30px;
    display: flex;
    margin: 0px 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
   
}
.tabChatRow .titleView .active2{
    color: #264aff;
    border-bottom: 1px solid #264aff;
}
.tabChatRow .titleView .dayType{
    padding: 0px 12px;
    height: 49px;
    box-sizing: border-box;
    width: 450px;
    background-color: #ECF5FF;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tabChatRow .titleView .dayType .item{
    color: #606266;
    font-size: 14px;
    width: 100px;
    height: 37px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.tabChatRow .titleView .dayType .item.active{
    background: #264aff;
    color: #fff;
}


.index_qright_bottom2{
    width: 200px;
    z-index: 200;
    position: absolute;
    right: 0px;
    bottom: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_qright_bottom2 .prev2 {
    z-index: 1;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-right: 10px;
    background: #264AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.index_qright_bottom2 .next2 {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #264AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.prev2 i,
.next2 i {
    color: #FFFFFF;
    font-size: 30px;
}



._indexSelectPb{
  width: 392px !important;
  height: 48px !important;
  display: flex;
  align-items: center;
}

.selectList{
    top: 48px !important;
    display: none;
}