body,html{color: #313237;overflow-x: hidden;} 
 .content {
    line-height: 200%;
    font-size: 16px;
    color: #333;
} 

.wrap {
    width: 1200px;
    margin: 0 auto;
}

a {
    color: #333;
}

a:hover {
    color: #E53A11;
}

.kefurexian {
    background-color: #E53A11;
    height: 40px;
    display: flex;
    align-items: center;
    min-width: 1200px;
}

.kefurexian .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kefurexian .wrap .sentence{
    color: #fff;
    font-size: 14px;
}
.kefurexian .kefu {
    display: flex;
    align-items: center;
}

.kefurexian .kefu .tel {
    color: #fff;
    font-size: 18px;
}

.kefurexian .kefu .icon {
    width: 20px;
    height: 18px;
    margin-right: 10px;
}
/* 用户卡片1 */

.kefurexian .login_r a,
.kefurexian .login_r span{
    color: #fff;
    font-size: 14px;
    
}

.kefurexian .login_r .logged .dropdown .user{
    margin-right: 33px;
    display: flex;
    align-items: center;

}
.kefurexian .login_r .logged .dropdown .avatar {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 10px;
}

/* 鼠标覆盖ID和头像显示用户信息 */

.kefurexian .login_r .logged .dropdown .name {
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}
.logged .dropdown .user_card{
    position: absolute;
     width: 287px;
    height: 344px;
    top: 24px; 
    display: none;
}
.kefurexian .login_r .logged .dropdown .user_box{
    position: relative;

}
.logged .dropdown .user_box:hover .user_card {
    display: block;
    background: url(/static/img/user_card.png) no-repeat;
    z-index: 1000; 
    /* background: pink; */
    /* z-index: 9; */
    /* z-index: 9999; */
    opacity: 1;
    /* min-width: 0;
    -webkit-transform: scale(.01);
    -ms-transform: scale(.01);
    transform: scale(.01); */
}
.logged .user_card .bottom .item.vip .tit {
    color: white;

}

 .logged .user_card .bottom .item.vip .icon {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    margin-right: 16px;
}
.logged .user_card .bottom .item .icon {
    width: 19px;
    height: 19px;
    margin-left: 8px;
    margin-right: 14px;
}

 .logged .user_card .bottom .item .tit {
    font-size: 14px;
    color: #AFB0BB;
}

 .logged .user_card .bottom .item.vip {
    border-radius: 3px;
    background-image: linear-gradient(to right, rgb(229, 58, 17), rgba(229, 58, 17, 0.3));
}
.logged .user_card .top a {
    color: #fff;
    display: flex;
    padding: 19px;
}
.logged .user_card .top .name {
    font-size: 14px;
    line-height: 1;
    color: #fff;
}
.logged .user_card .top .info {
    display: flex;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1;
}
.logged .user_card .top .info .id {
    margin-right: 9px;
}
.logged .user_card .left {
    margin-right: 9px;
}

 .logged .user_card .top .left img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid white;
}

.logged .user_card .bottom {
    padding: 6px;
}
.logged .user_card .box {
    padding: 15px;
}
.logged .user_card .bottom .item.vip {
    border-radius: 3px;
    background-image: linear-gradient(to right, rgb(229, 58, 17), rgba(229, 58, 17, 0.3));
}
.logged .user_card .bottom .item {
    height: 32px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.clearfix {
    zoom: 1;
}
.topcitylist ul{
    display: inline-block;
}
header {
    width: 100%;
    height: 84px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
}

header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*font-size: 14px;*/
    font-family: Source Han Sans CN;
    color: #333333;
    min-width: 1200px;
    position: relative;
}

header .wrap .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header h1 {
    margin-right: 60px;
}

header h1 a {
    display: block;
    width: 164px;
    height: auto;
}

header .header_nav {
    display: flex;
    margin-left: 20px;

}

header .header_nav li {
    margin-right: 36px;
    position: relative;
}

header .header_nav li.vip a {
    color: #C49875;
}

header .header_nav li.cur a,
header .header_nav li:hover a {
    color: #E53A11;
}

header .header_nav li.cur a::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #E53A11;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* 登录前的部分 */
 .fenge {
    margin-left: 10px;
    margin-right: 10px;
}

 .not_login {
    display: flex;
    align-items: center;
}

 /* .logged {
    display: none;
} */


/* 城市选择 */
.header .city-name {
    margin-right: 30px;
    position: relative;
}

.head .topcity {
    float: left;
    cursor: pointer;
    width: auto;
}

.head .topcity .topcitybox {
    padding: 5px;
    font-size: 14px;
    color: #333333;
}

.head .topcity .topcitybox i {
    font-size: 14px;
    color: #bababa;
    margin-left: 10px;
}

.head .topcitylist {
    position: absolute;
    z-index: 100;
    left: -10px;
    top: 29px;
    width: 210px;
    padding: 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.head .topcitylist h3 {
    height: 35px;
    line-height: 35px;
    color: #E53A11;
    font-size: 14px;
    padding-left: 7px;
}

.head .topcitylist li {
    float: left;
    padding: 5px;
}

.head .topcitylist .orange01 {
    float: right;
    color: #E53A11;
}
.hide{
    display: none;
}
.topcitybox .img1{
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.topcitybox .img2{
    width: 15px;
    vertical-align: middle;
    margin-left: 5px;
}
.ft-copy img,
.ft-copy span {
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle
}

/* 底部 */
footer {
    background-color: #2e2f35;
    font-size: 14px;
    color: #EEEEEE;
    line-height: 1;
    text-align: center;
    min-width: 1200px;
    clear: both;
}

footer .footer_instructions {
    margin-top: 27px;
    margin-bottom: 24px;
}

footer .bott {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

footer .bott .baseinfo-icp {
    color: #EEEEEE;
    margin-left: 10px;
}

footer .bott .baseinfo-police {
    position: relative;
    color: #EEEEEE;
    margin-left: 53px;
}

footer .bott .baseinfo-police::before {
    content: "";
    width: 29px;
    height: 29px;
    position: absolute;
    left: -40px;
    top: -8px;
    background-image: url(/static/img/gongan.png);
}

.footer_top {
    background-color: #e9ecf5;
}

.footer_top .wrap {
    background-color: #e9ecf5;
}

.footer_top .top {
    margin-top: 44px;
}

.footer_top .top .logo {
    float: left;
    width: 160px;
    height: auto;
}

.footer_top .top .logo img {
    width: 100%;
    /*height: 100%;*/
}

.footer_top .top .instructions {
    margin-top: 10px;
    float: right;
    width: 978px;
    font-size: 14px;
}

.footer_top .middle {
    margin-top: 36px;
}

.footer_top .middle ul {
    float: left;
    width: 48%
}

.footer_top .middle ul li {
    width: 33.33%;
    float: left;
}

.footer_top .middle ul li .t {
    font-size: 16px;
    font-weight: bold;
}

.footer_top .middle ul li .c {
    font-size: 14px;
}

.footer_top .middle ul li p {
    line-height: 26px;
}

.footer_top .middle .company_info {
    float: left;
    width: 20%;
    text-align: center;
    line-height: 1;
}

.footer_top .middle .company_info .info1 {
    margin-bottom: 30px;
}

.footer_top .middle .company_info .t {
    font-size: 16px;
    margin-bottom: 16px;
}

.footer_top .middle .company_info .c {
    font-size: 22px;
    font-weight: bold;
}
.index_ys_title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px;
}
.index_ys_title img{
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
.footer_top .middle .ewm {
    float: right;
    width: 30%;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.footer_top .middle .ewm img {
    width: 116px;
    height: 116px;
}

.footer_top .middle .ewm .t {
    font-size: 14px;
    color: #333;
}

.footer_top .bott {
    margin-top: 30px;
    margin-bottom: 40px;
}

.footer_top .bott .tab_nav {
    display: flex;
    margin-bottom: 16px;
}

.footer_top .bott .tab_nav li {
    cursor: pointer;
    color: #333333;
    border-left: 1px solid #333333;
    padding: 0 10px;
    font-size: 16px;
}

.footer_top .bott .tab_nav li:first-child {
    padding-left: 0;
    border-left: none;
}

.footer_top .bott .tab_nav li.current {
    color: #E53A11;
}

.footer_top .bott .bd .ft-tab-content {
    display: none;
}

.footer_top .bott .bd .ft-tab-content.current {
    display: block;
}

.footer_top .bott .bd {
    background-color: #dfe2eb;
}

.footer_top .bott .bd .ft-tab-content .ft-cars {
    padding: 14px 15px 4px;
    box-sizing: border-box;
}

.footer_top .bott .bd .ft-tab-content .ft-cars a {
    font-size: 14px;
    color: #686868;
    line-height: 18px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.common {
    padding-bottom: 50px;
}

/* 右侧导航栏 */
.rightNav {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background-color: #fff;
    width: 60px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px #c4c2c1;
    padding: 0 5px;
}
.kefu_hover_img{
    width: 25px;
}
.rightNav ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 0;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #F5F5F5;
}
.fred{
    color: #E53A11;
}
.rightNav ul li .pic {
    height: 28px;
}

.rightNav ul li .t {
    font-size: 14px;
    color: #000;
    margin-top: 6px;
}

.rightNav ul li:hover .t {
    color: #E53A11;
}

.rightNav ul li .hover_box.kefu_hover {
    width: 246px;
}

.rightNav ul li .hover_box.gzh_hover {
    width: 246px;
}

.rightNav ul li .hover_box.app_hover {
    width: 246px;
}

.rightNav ul li .hover_box.shouji_hover {
    width: 246px;
}

.rightNav ul li .hover_box {
    position: absolute;
    background: #FFFFFF;
    top: -40px;
    right: 60px;
    -webkit-transition: opacity .25s, transform .3s;
    -moz-transition: opacity .25s, transform .3s;
    transition: opacity .25s, transform .3s;
    opacity: 0;
    max-width: 0;
    -webkit-transform: scale(.01);
    -ms-transform: scale(.01);
    transform: scale(.01);
    -webkit-transform-origin: 100% 95%;
    -ms-transform-origin: 100% 95%;
    transform-origin: 100% 95%;
}

.rightNav ul li:hover .hover_box {
    display: block;
    visibility: visible;
    opacity: 1;
    max-width: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.rightNav ul li .kefu_hover {
    display: none;
    visibility: visible;
    opacity: 1;
    max-width: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.rightNav .trangle_div{
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #c4c2c1;
    position: absolute;
    top: 24px;
    padding: 19px;
    right: 29px;

}
.trangle_div1{
    text-align: center;
    margin-bottom: 10px;
}
.kefu_hover_span{
    font-size: 18px;
    color: #E53A11;
    font-weight: bold;
    margin-left: 6px;
}
.trangle_div2 p{
    font-size: 14px;
    margin-top: 5px;
}
.trangle {
    position: absolute;
    top: 65px;
    right: -1px;
    width: 0;
    height: 0;
    border: 15px solid #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    border-right-color: transparent;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2));
    /* box-shadow: 0px 0px 16px 0px rgba(109,109,109,0.6); */
}
.rightNav .gzh_div{
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #c4c2c1;
    position: absolute;
    top: 24px;
    padding: 19px;
    right: 29px;

}
.gzh_div1{
    text-align: center;
    margin-bottom: 10px;
}
.gzh_div2{
    text-align: center;
    font-size: 16px;
}
.rightNav .app_div{
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #c4c2c1;
    position: absolute;
    top: 24px;
    padding: 19px;
    right: 29px;

}
.app_div1{
    text-align: center;
    margin-bottom: 10px;
}
.app_div2{
    text-align: center;
    font-size: 16px;
}
.rightNav .shouji_div{
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #c4c2c1;
    position: absolute;
    top: 24px;
    padding: 19px;
    right: 29px;

}
.shouji_div1{
    text-align: center;
    margin-bottom: 10px;
}
.shouji_div2{
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
}
.shouji_div3{
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
    color: #E53A11;
}
.shouji_div4{
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}
/* 首页列表 */
.indexlist {
    padding: 20px 20px 0 20px;
    border-bottom: 5px solid #F7F8FC;
}

.indexlist .indexlist_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.indexlist .indexlist_title .left {
    display: flex;
    align-items: center;
}

.indexlist .indexlist_title .tit {
    color: #333;
    font-size: 24px;
    margin-right: 22px;
}

.indexlist .indexlist_title .category {
    display: flex;
}

.indexlist .indexlist_title .category .item {
    color: #333;
    font-size: 16px;
    cursor: pointer;
    margin-right: 28px;
}

.indexlist .indexlist_title .category .item.active {
    color: #E53A11;
}

.indexlist .indexlist_title .category .item.active a {
    color: #E53A11;
    position: relative;
}

.indexlist .indexlist_title .category .item.active a::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E53A11;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.indexlist .indexlist_title .category .item.active::after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #E53A11;
}

.indexlist .indexlist_title .category {
    padding-left: 21px;
    border-left: 1px solid #333;

}

.indexlist .indexlist_title .more {
    color: #E53A11;
}

.indexlist .indexlist_container {
    display: none;
}

.indexlist .indexlist_container.cur {
    display: block;
}

.indexlist .indexlist_container .item {
    /*width: 285px;*/
    width: 224px;
    margin-right: 20px;
    margin-bottom: 19px;
    display: block;
    line-height: 1;
    float: left;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
}

.indexlist .indexlist_container .item:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
}

.indexlist .indexlist_container .item:nth-child(5n) {
    margin-right: 0;
}

.indexlist .indexlist_container .item .pic {
    width: 200px;
    /*height: 194px;*/
    height: 200px;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
    margin-top: 9px;
}

.indexlist .indexlist_container .item .bott {
    padding: 13px 11px 19px;
}

.indexlist .indexlist_container .tit {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.indexlist .indexlist_container .info {
    color: #A5ABB2;
    font-size: 14px;
    display: flex;
    margin-top: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.indexlist .indexlist_container .info span {
    margin: 0 4px;
}

.indexlist .indexlist_container .price {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexlist .indexlist_container .price .current {
    color: #E53A11;
    font-size: 14px;
    margin-right: 14px;
}

.indexlist .indexlist_container .price .current span {
    font-size: 20px;
}

.indexlist .indexlist_container .price .original {
    color: #A5ABB2;
    font-size: 16px;
    text-decoration: line-through;
}

.indexlist .indexlist_container .item .tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 22px;
}

/* 视频卡片 */
.indexlist .indexlist_container .video_item {
    width: 386px;
    display: block;
    float: left;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    margin-right: 21px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 30px 0px #ECECEC;
}

.indexlist .indexlist_container .video_item:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
}

.indexlist .indexlist_container .video_item:nth-child(3n) {
    margin-right: 0;
}

.indexlist .indexlist_container .video_item .pic {
    width: 100%;
    height: 194px;
    border-radius: 6px;
}

.indexlist .indexlist_container .video_item .bott {
    padding: 13px 11px 19px;
}

.indexlist .indexlist_container .video_item .tit {
    white-space: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 42px;
}

.indexlist .indexlist_container .video_item:nth-child(3n) {
    margin-right: 0;
}

.indexlist .indexlist_container .video_info {
    color: #A5ABB2;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.indexlist .indexlist_container .video_info span {
    /* display: table-cell; */
    vertical-align: middle;
}

.indexlist .indexlist_container .video_info .iconfont {
    /* margin-right: 8px; */
    font-size: 22px;
    line-height: 1;
}

.indexlist .indexlist_container .player {
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    line-height: 44px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    transition: all 0.3s ease;
}

.indexlist .indexlist_container .video_item:hover .player {
    color: #E53A11;
}

/* 汽车百科卡片 */
.indexlist .knowledge_container {
    display: none;
}

.indexlist .knowledge_container.cur {
    display: block;
}

.indexlist .knowledge_container .item {
    display: block;
    width: 590px;
    height: 120px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px #ECECEC;
}

.indexlist .knowledge_container .item:nth-child(2n) {
    margin-right: 0;
}

.indexlist .knowledge_container .item .left .pic {
    width: 170px;
    height: 104px;
    float: left;
    display: block;
    border-radius: 6px;
}

.indexlist .knowledge_container .item .right {
    width: 420px;
    height: 100%;
    float: left;
    padding: 19px 18px 20px 21px;
    box-sizing: border-box;
}

.indexlist .knowledge_container .item .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexlist .knowledge_container .item .tit .t {
    color: #333;
    font-size: 16px;
    max-width: 230px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.indexlist .knowledge_container .item .tit .category {
    color: #333;
    font-size: 14px;
}

.indexlist .knowledge_container .item .tit span {
    color: #E53A11;
}

.indexlist .knowledge_container .item .info {
    margin-top: 28px;
    font-size: 14px;
    color: #A7ADB4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indexlist .knowledge_container .item .info a {
    color: #E53A11;
}

/* 新闻资讯 */
.indexlist .news_container .left {
    display: block;
    width: 630px;
    float: left;
    border-radius: 6px;
    color: #333;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px #ECECEC;
}

.indexlist .news_container .left:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
}

.indexlist .news_container .left .pic {
    width: 100%;
    height: 297px;
    border-radius: 6px;
}

.indexlist .news_container .left .bott {
    padding: 16px 16px 26px;
    box-sizing: border-box;
}

.indexlist .news_container .left .bott .tit {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.indexlist .news_container .left .bott .time {
    margin-top: 12px;
    font-size: 14px;
    color: #A5ABB2;
}

.indexlist .news_container .left .bott .con {
    margin-top: 28px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break: break-all;
}

.indexlist .news_container .right {
    width: 550px;
    float: right;
    background-color: #fff;
    line-height: 1;
    border-radius: 6px;
}

.indexlist .news_container .right ul {
    padding: 24px 0;
}

.indexlist .news_container .right .t {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.indexlist .news_container .right .date {
    font-size: 14px;
    color: #A5ABB2;
    margin-top: 19px;
}

.indexlist .news_container .right a {
    display: block;
    padding: 12px 39px;
}

.indexlist .news_container .right a:hover {
    background-color: rgba(0, 0, 0, .1);
}



/* 问答 */
.qustion_answer {
    padding: 6px 14px 14px 14px;
    background-color: #fff;
    width: 590px;
    box-sizing: border-box;
}

.qustion_answer .asklist .ask {
    display: flex;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
}

.qustion_answer .asklist .reply {
    display: flex;
    font-size: 14px;
}

/* .qustion_answer .asklist li div {
} */
.qustion_answer .asklist li .plis {
    /* padding: 3px 0; */
    font-size: 14px;
}
.qustion_answer.left {
    float: left;
}

.qustion_answer.right {
    float: right;
}

/*问答*/
.asklist li {
    padding: 10px 0;
    border-top: 1px solid #ececec;
}

.qustion_answer.left .asklist li:first-child,
.qustion_answer.right .asklist li:first-child {
    border-top: none;
}

.asklist li div {
    padding: 5px 0;
}

.asklist i {
    width: 22px;
    height: 23px;
    margin-right: 16px;
}

.asklist .ask div {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0;
    
}
/* .asklist .ask p{
    
} */
.asklist .ask .ask_p2{
    color: #AFB0BB;
    font-size: 12px;
    margin-top: 5px;
}
/*.asklist .reply p {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #A5ABB2;
}*/
.asklist .reply div{
     flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* height: 59px; */
    padding: 0;
}
.reply .reply_p2 b{
    color: #E53A11;
    font-weight: normal;
    margin-right: 5px;
}
.reply .reply_p2{
    color: #AFB0BB;
    font-size: 12px;
}
.asklist .reply .plis {
    /* padding: 3px 0; */
    font-size: 14px;
}
/* .asklist .reply .plis p{
   
} */

.asklist .ask i {
    display: inline-block;
    background: #E53A11;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 40px;
}

.asklist .reply i {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: 40px 40px;
}
.asklist .reply i img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/* 用户卡片 */
 /* .logged .user_card .box {
    padding: 15px;
}
 .logged .user_box:hover .user_card{
    display: block;
}
 .logged .user_card .top a {
    color: #fff;
    display: flex;
    padding: 19px;
}

 .logged .user_card .left {
    margin-right: 9px;
}

 .logged .user_card .top .name {
    font-size: 14px;
    line-height: 1;
    color: #fff;
} */

 /* .logged .user_card .top .info {
    display: flex;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1;
}

 .logged .user_card .top .info .id {
    margin-right: 9px;
}

 .logged .user_card .top .left img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid white;
}

 .logged .user_card .bottom {
    padding: 6px;
}

 .logged .user_card .bottom .item {
    height: 32px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
} */

 /* .logged .user_card .bottom .item.vip .icon {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    margin-right: 16px;
}

 .logged .user_card .bottom .item .icon {
    width: 19px;
    height: 19px;
    margin-left: 8px;
    margin-right: 14px;
}

 .logged .user_card .bottom .item .tit {
    font-size: 14px;
    color: #AFB0BB;
}

 .logged .user_card .bottom .item.vip {
    border-radius: 3px;
    background-image: linear-gradient(to right, rgb(229, 58, 17), rgba(229, 58, 17, 0.3));
}
 .logged .user_card .bottom .item.vip .tit{
    color: white;
} */
/* 面包屑导航 */
.crumber {
    height: 65px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.crumber span {
    color: #333;
}

.crumber a.current {
    color: #AFB0BB;
}

.crumber span.current {
    color: #A7ADB4;
}

.crumber a.current:hover {
    color: #E53A11;
}

.crumber .search {
    width: 260px;
    height: 40px;
    border-bottom: 1px solid #afb0bb;
    position: relative;
    text-align: initial;
}

.crumber .search .icon {
    position: absolute;
    right: 18px;
    top: 10px;
    font-size: 21px;
    color: #333;
    cursor: pointer;
}
.crumber .search .icon img{
    width: 18px;
}
.crumber .search input {
    height: 100%;
    width: 80%;
    font-size: 14px;
    background-color: transparent;
}

/* 筛选 */
.subnav {
    font-size: 14px;
    background-color: #fafafa;
    border: 1px solid #E6E6E6;
    border-bottom: none;
}

.subnav .left_box {
    width: 70px;
    height: initial;
    float: left;
    color: #878D94;
    text-align: center;
    padding-top: 19px;
    line-height: 1;
}

.subnav .right_box {
    width: 1130px;
    float: left;
    background-color: #fff;
    box-sizing: border-box;
    padding: 12px 21px 12px 4px;
}

.subnav .subnav_item {
    border-bottom: 1px solid #E6E6E6;
}

.subnav .subnav_item .tab_nav li {
    cursor: pointer;
    line-height: 28px;
    color: #333333;
    padding: 0 6px;
    margin: 0 8px;
    float: left;
}

.subnav .subnav_item .bd .ft-tab-content .ft-cars {
    margin-top: 12px;
    background-color: #f7f8fc;
    box-sizing: border-box;
    padding: 8px 5px;
}

.subnav .subnav_item .bd .ft-tab-content .ft-cars li {
    float: left;
    padding: 0 6px;
    margin: 2px 8px;
    cursor: pointer;
}

.subnav .subnav_item .bd .ft-tab-content .ft-cars li.current {
    background-color: #E53A11;
    color: #fff;
    border-radius: 3px;
}

.subnav .subnav_item .tab_nav .current {
    background-color: #E53A11;
    color: #fff;
    border-radius: 3px;
}

.subnav .subnav_item .bd .ft-tab-content {
    display: none;
}

.subnav .subnav_item .bd .ft-tab-content.current {
    display: block;
    background-color: #f7f8fc;
    margin-left: 8px;
}

.subnav .price_input {
    width: 90px;
    border: 1px solid #e6e6e6;
    display: flex;
    line-height: 26px;
    margin-right: 6px;
}

.subnav .price_input input {
    width: 27px;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    color: #495056;
    font-size: 12px;
}

.subnav .right_box.price {
    display: flex;
}

.subnav .price_box {
    display: flex;
    line-height: 26px;
}

.subnav .price_box .price-btn {
    color: #E53A11;
    border: 1px solid #E53A11;
    cursor: pointer;
    margin-left: 16px;
    background-color: #FFF8F3;
    padding: 0 6px;
    border-radius: 2px;
}

.subnav .subnav_item .ft-cars {
    display: flex;
}

.subnav .subnav_item .bd .left {
    color: #E53A11;
    padding: 0 6px;
}

.subnav .subnav_item .bd ul {
    flex: 1;
}

.subnav .subnav_item .tags {
    text-align: left;
}

.pc-select {
    position: relative;
    text-align: left;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    font-size: 14px;
    color: #495056;
    background: #fff;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    float: left;
    width: 88px;
    margin-right: 2px;
    margin-left: 8px;
}

.pc-select__label {
    margin-right: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    max-width: 70px;

    min-width: 40px;
}

.pc-select__icon {
    width: 11px;
    height: 6px;
    background-position: 0 0;
    vertical-align: 2px;
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/static/img/sx_arrows.png);
    background-repeat: no-repeat;
}

.pc-select__options-list {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 21;
    width: 100%;
    height: auto;
    padding: 5px 0;
    background: #fff;
    border: 1px solid #E53A11;
    display: none;
    box-sizing: border-box;
}

.pc-select:hover .pc-select__options-list {
    display: block;
}

.pc-select__list-item {
    padding: 0 0 0 5px;
    height: 26px;
    line-height: 26px;
    color: #495056;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-select__list-item:hover {
    background: #E53A11;
    color: #fff;
}

.pc-select:hover .pc-select__icon-down {
    background-position: 0 -10px;
}

.optionLine2 .pc-select__list-item {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

/* 当前筛选 */
.screen-info {
    color: #a5abb2;
    padding: 8px 3px;
    line-height: 30px;
    font-size: 14px;
}

.screen-info .screen-info-item,
.screen-info .screen-info-item .text {
    float: left;
}

.screen-info .screen-info-item .sel-tag {
    float: left;
    margin: 2px 4px 2px 0;
    height: 24px;
    line-height: 24px;
    padding: 0 5px 0 8px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    cursor: pointer;
}

.screen-info .screen-info-item .text-2 {
    color: #495056;
}

.screen-info .screen-info-item .sel-tag .tag {
    color: #E53A11;
}

.screen-info .screen-info-item .sel-tag .icon-close {
    color: #E53A11;
    background-image: url(/static/img/icon-close.png);
    background-repeat: no-repeat;
    float: right;
    width: 8px;
    height: 8px;
    line-height: 0;
    font-size: 0;
    margin-top: 8px;
    margin-left: 5px;
    background-position: -65px -100px;
}

.screen-info .screen-info-item .text-2 {
    color: #495056;
}

.screen-info .screen-info-item .reset {
    float: left;
    margin-left: 10px;
    margin-right: 14px;
    cursor: pointer;
}

/* 筛选2 */
.list-filter {
    margin-bottom: 20px;
    box-sizing: border-box;
}

.list-filter .list-tab {
    float: left;
}

.list-filter .list-sort {
    float: right;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    color: #495056;
    margin-top: 12px;
}

.list-filter .list-sort .sort-tags {
    float: left;
    margin-right: 10px;
    height: 18px;
    margin-top: 5px;
    cursor: pointer;
}

.list-filter .list-sort .sort-tags:hover {
    color: #E53A11;
}

.list-filter .list-sort .sort-tags.active {
    color: #E53A11;
}

.list-filter .list-tab span {
    float: left;
    font-size: 18px;
    position: relative;
    padding-bottom: 5px;
}

.list-filter .list-tab span.active {
    border-bottom: 3px solid #E53A11;
}

.list-filter .sort-tags {
    display: flex;
}

.list-filter .sort-tags .icon {
    margin-left: 3px;
    display: flex;
    flex-direction: column;
}

.list-filter .sort-tags .icon i {
    font-size: 12px;
    color: #D3D5E0;
    line-height: 0.8;
}

.list-filter .sort-tags .icon i.active {
    color: #E53A11;
}

.list-filter .more {
    float: right;
    line-height: 52px;
    color: #E53A11;
    font-size: 16px;
}

/* 筛选车源 */
.indexlist .indexlist_container .item:hover .player {
    color: #E53A11;
}

/* 页码 */
.pagination {
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 60px;
    /* margin-left: 100px; */
}

.pagination a,
.pagination span {
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 16px;
    font-family: Arial;
    box-sizing: border-box;
    padding: 5px;
}

.pagination a {
    border: 1px solid #E6E6E6;
    background: #FCFCFC;
    border-radius: 3px;
}

.pagination span {
    color: #E53A11;
}

.pagination .goprev,
.pagination .gonext {
    color: #838383;
    width: auto;
}

.pagination .goprev {
    margin-right: 10px;
    background: none;
}

.pagination a:hover,
.pagination .goprev:hover {
    color: #fff;
    background: #E53A11;
}

.pagination strong {
    color: #E53A11;
    line-height: 30px;
    margin-right: 10px;
}

.pagination cite {
    color: #838383;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
}

.pagination .pages_inp {
    border: 1px solid #E6E6E6;
    width: 30px;
    text-align: center;
    border-radius: 3px;
    margin-right: 6px;
    font-size: 15px;
}

.pagination .pages_btn {
    width: 30px;
    text-align: center;
    color: #fff;
    background-color: #E53A11;
    border-radius: 3px;
    cursor: pointer;
    font-size: 15px;
}

/* 展开收起 */
.subnav .chexi .right_box .tab_nav {
    width: 94%;
    float: left;
    height: 28px;
    overflow: hidden;
}

.subnav .chexi .right_box .tab_nav.change {
    height: auto;
}

.subnav .chexi .right_box .show_all {
    float: right;
    line-height: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.subnav .chexi .right_box .show_all span {
    margin-right: 4px;
}

.xuanzhuan {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

/* 评论区 */
.comment_container .list-filter .total {
    color: #495056;
    font-size: 14px;
    margin-left: 9px;
}

/* .comment_container .reply_box textarea{
    width: 100%;
    height: 160px;
    resize: none;
    outline: none;
    background: #f6f6f6;
    border-color: #f1f2f3;
}
.comment_container .reply_box textarea:hover{
    border-color: #f1f2f3;
} */
.comment_container .list-filter .list-sort {
    float: left;
    margin-left: 40px;
}

.comment_container .emoji_tab {
    display: none;
}

.comment_container .Input_text {
    background: #f6f6f6;
    border-radius: 0;
}

.comment_container .Input_Box {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.comment_container .postBtn {
    background-color: #E53A11;
    color: #fff;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    padding: 0 17px;
}

.comment_container .Input_text {
    color: #333;
    padding: 14px;
    font-size: 14px;
    align-items: center;
}

/* .comment_container .Input_text img{
    width: 14px;
} */

.comment_container .Input_text:empty::before {
    content: attr(placeholder);
}

.comment_container .word_count {
    float: right;
    font-size: 16px;
    color: #A7ADB4;
    margin-right: 20px;
    line-height: 42px;
}

.comment_container .faceDiv {
    position: absolute;
    bottom: -166px;
    width: 50% !important;
    left: 0;
}

.comment_container .Main2 {
    position: relative;
}

/* 评论列表 */
.comment_list .item_avatar img {
    height: 52px;
    width: 52px;
    border-radius: 50%;
    float: left;
}

.comment_list .right {
    float: right;
    width: 792px;
}

.comment_list .right .user {
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.comment_list .right .text {
    font-size: 16px;
    color: #333;
    margin-top: 14px;
}

.comment_list .right .info {
    color: #A7ADB4;
    margin-top: 12px;
    font-size: 14px;
}

.comment_list .right .time {
    margin-right: 29px;
}

.comment_list .right .like {
    margin-right: 23px;
    cursor: pointer;
}

.comment_list .right .huifu {
    cursor: pointer;
    margin-right: 23px;
}

.comment_list .right .delete {
    cursor: pointer;
}

.comment_list .right .like.change .dianzan {
    color: #E53A11;
}

.comment_list .Input_text {
    height: 70px;
    margin-top: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.comment_list .Input_text::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.comment_list .Input_text::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #c3c5c8;
}

.comment_list .Input_text::-webkit-scrollbar-track {
    border-radius: 0;
    background: #f6f5f5;
}

.comment_list .comment_send {
    position: relative;
}

.comment_list .reply_box {
    margin-top: 16px;
    background-color: #f7f8fc;
    padding: 20px 10px 1px;
}

.comment_list .reply_box .pic {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    float: left;
}

.comment_list .reply_box .r {
    float: right;
    width: 728px;
}

.comment_list .reply_box .user_ {
    color: #E53A11;
}

.comment_list .reply_box .r .user {
    font-size: 16px;
}

.comment_list .text_con {
    margin-left: 10px;
}

.comment_list .text_con .user_ {
    margin: 0 10px;
}

.comment_list .reply_item {
    margin-bottom: 20px;
}

.comment_list .Input_text img {
    vertical-align: text-bottom;
    padding: 0 1px;
    width: 20px;
    height: 20px;
}

.comment_list .Input_text>* {
    font-size: 14px !important;
    background-color: green;
}

.comment_loading {
    font-size: 14px;
    color: #A7ADB4;
    text-align: center;
    margin-top: 40px;
}


/* .comment_list .Input_text{
    position: relative;
    z-index: 2;
    line-height: 20px;
    padding: 2px 0;
    font-size: 14px;
    text-shadow: none;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-word;
    white-space: pre-wrap;
} */



/* 评论区、表情 */
.comment_container .list-filter.comment_header {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.comment_container .list-filter.comment_header .list-sort {
    line-height: 52px;
    height: 52px;
    margin-top: 0;
}

.comment_container .item {
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
}

.comment_area {
    margin: 20px auto;
    color: #333;
}

.comment_area h3 {
    height: 28px;
    line-height: 28px
}

.comment_area .com_form {
    width: 100%;
    position: relative
}

.comment_area .input {
    width: 100%;
    resize: none;
    background: #f6f6f6;
    padding: 14px;
    box-sizing: border-box;
    height: 160px;
    border: none;
    font-size: 14px;
    color: #333;
}

.comment_area .com_form p {
    height: 28px;
    line-height: 28px;
    position: relative;
    margin-top: 16px;
}

.comment_area span.emotion {
    width: 42px;
    height: 20px;
    margin-top: 12px;
    cursor: pointer
}

.comment_area span.emotion:hover {
    background-position: 2px -28px
}

.comment_area .qqFace {
    margin-top: 4px;
    background: #fff;
    padding: 2px;
    border: 1px #dfe6f6 solid;
}

.comment_area .qqFace table td {
    padding: 0px;
}

.comment_area .qqFace table td img {
    cursor: pointer;
    border: 1px #fff solid;
}

.comment_area .qqFace table td img:hover {
    border: 1px #0066cc solid;
}

.comment_area .sub_btn {
    background-color: #E53A11;
    color: #fff;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    padding: 0 17px;
    float: right;
    cursor: pointer;
}

.comment_area .sub_btn:hover {
    transition: 0.1s;
    background-color: #f87117c2;
}

.comment_area .word_count {
    float: right;
    font-size: 16px;
    color: #A7ADB4;
    margin-right: 20px;
    line-height: 42px;
}

#show {
    width: 770px;
    margin: 20px auto;
    background: #fff;
    padding: 5px;
    border: 1px solid #DDD;
    vertical-align: top;
}

/* 子评论 */
.comment_area.comment_area2 .input {
    height: 80px;
}

.comment_area.comment_area2 .sub_btn {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
}

/* 点击展开子评论 */
.btn-more {
    cursor: pointer;
    color: #205BE6;
    font-size: 14px;
    margin-bottom: 19px;
}

.view-more,
.view-shouqi {
    font-size: 14px;
    color: #A7ADB4;
    margin-bottom: 19px;
}

.comment_container .indexlist_container {
    display: none;
}

.comment_container .indexlist_container.cur {
    display: block;
}

/* 右侧推荐 */
.tuijian .recommend .indexlist_container {
    display: none;
    height: 1130px;
    overflow-x: hidden;
    overflow-y: auto;
}

.tuijian .recommend .list-sort .sort-tags {
    font-size: 20px;
    margin-right: 30px;
    height: 50px;
    margin-top: 0;
    font-weight: 700;
}

.tuijian .recommend .list-sort {
    float: unset;
}

.tuijian .recommend .list-sort .sort-tags.active {
    border-bottom: 4px solid #E53A11;
}

.tuijian .indexlist_container .card_item {
    margin-bottom: 20px;
    display: block;
}

.tuijian .indexlist_container .card_item .left {
    width: 120px;
    height: 68px;
    position: relative;
    float: left;
}

.tuijian .indexlist_container .card_item .left i {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    background-color: #b3b3b3;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tuijian .indexlist_container .card_item:nth-child(1) .left i {
    background-color: #ff574e;
}

.tuijian .indexlist_container .card_item:nth-child(2) .left i {
    background-color: #E53A11;
}

.tuijian .indexlist_container .card_item:nth-child(3) .left i {
    background-color: #ffae00;
}

.tuijian .indexlist_container .card_item .pic {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.tuijian .indexlist_container .card_item .tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 500;
}

.tuijian .indexlist_container .card_item .right {
    width: 182px;
    float: right;
}

.tuijian .indexlist_container .card_item .right .info {
    color: #A5ABB2;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.tuijian .indexlist_container .card_item .right .info .iconfont {
    margin-right: 2px;
}

.tuijian .indexlist_container .card_item .right .info .num {
    margin-right: 16px;
}

.tuijian .indexlist_container .card_item .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.tuijian .indexlist_container::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.tuijian .indexlist_container::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #c3c5c8;
}

.tuijian .indexlist_container::-webkit-scrollbar-track {
    border-radius: 0;
    background: #f6f5f5;
}

/* 右侧排行 */
.paihang .list-filter .list-sort span {
    float: left;
    margin: 0 12px;
    color: #A7ADB4;
}

.paihang .list-filter .list-sort .sort-tags {
    color: #A7ADB4;
    margin-top: 0;
}

.paihang .list-filter .list-sort .sort-tags.active {
    color: #333;
}

.list-filter .list-sort .sort-tags {
    /*margin-right: 0;*/
    margin-top: 0;
}

.paihang .list-filter .list-sort {
    line-height: 50px;
    height: 50px;
    margin-top: 0;
}

.paihang .recommend .indexlist_container {
    height: 352px;
}


/* 排行卡片 */
.paihang .list-filter {
    margin-top: -20px;
}

.paihang .indexlist_container .card_item {
    margin-bottom: 20px;
    display: block;
}

.paihang .indexlist_container .card_item .left {
    width: 95px;
    height: 68px;
    position: relative;
    float: left;
}

.paihang .indexlist_container .card_item .left i {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    background-color: #b3b3b3;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.paihang .indexlist_container .card_item:nth-child(1) .left i {
    background-color: #ff574e;
}

.paihang .indexlist_container .card_item:nth-child(2) .left i {
    background-color: #E53A11;
}

.paihang .indexlist_container .card_item:nth-child(3) .left i {
    background-color: #ffae00;
}

.paihang .indexlist_container .card_item .pic {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.paihang .indexlist_container .card_item .tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 500;
}

.paihang .indexlist_container .card_item .right {
    width: 182px;
    float: right;
}

.paihang .indexlist_container .card_item .right .info {
    color: #A5ABB2;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.paihang .indexlist_container .card_item .right .info .iconfont {
    margin-right: 2px;
}

.paihang .indexlist_container .card_item .right .info .num {
    margin-right: 16px;
}

.paihang .indexlist_container .card_item .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

/* common公共部分 */

.common_left {
    float: left;
    width: 860px;
    margin-top: 4px;
}

.common_right {
    float: right;
    width: 314px;
}

.common .banner {
    position: relative;
    width: 100%;
    height: 388px;
    background-color: #fff;
}

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

.swiper-slide {
    text-align: center;
    font-size: 4.8vw;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.common .banner .swiper-slide {
    width: 100%;
    height: 100%;
}

.common .banner .swiper-slide a {
    width: 100%;
    height: 100%;
}

.common .banner .swiper-slide img {
    width: 100%;
    height: 100%;
}

.common .banner .swiper-button-prev:hover,
.common .banner .swiper-button-next:hover {
    transition: all 0.3 ease;
    background-color: rgba(229,58, 17, 0.8);
}

.common .banner .swiper-button-prev,
.common .banner .swiper-button-next {
    transition: all 0.3 ease;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: rgba(60, 53, 54, 0.8);
}

/* 左侧图片，右侧文字列表 */
.common .indexlist .knowledge_container {
    display: block;
}

.common .indexlist .knowledge_container .item {
    width: 100%;
    height: 104px;
    box-shadow: none;
    margin: 0;
    margin-bottom: 20px;
}

.common .indexlist .knowledge_container .item .left .pic {
    width: 183px;
}

.common .indexlist .knowledge_container .item .info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
    height: 45px;
    margin-top: 20px;
}
.common .indexlist .knowledge_container .item .info .fred{float: right;}
.common .indexlist .knowledge_container .item .tit .t {
    font-size: 18px;
    flex: 1;
}
.common .indexlist .knowledge_container .item .tit .tspan {
    font-size: 14px;
    color: #AFB0BB;
}

.common .indexlist .knowledge_container .video_info .iconfont {
    font-size: 22px;
    line-height: 1;
}

.common .indexlist .knowledge_container .video_info span {
    vertical-align: middle;
}

.common .indexlist .knowledge_container .video_info {
    color: #A5ABB2;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #A7ADB4;
}

.common .indexlist .knowledge_container .video_info .num,
.common .indexlist .knowledge_container .video_info .time {
    margin-right: 54px;
}

.common .indexlist .knowledge_container .item .tit .t {
    max-width: 607px;
}

/* 正文标题 */
.common .common_left .title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.common .indexlist .knowledge_container .video_info .num,
.common .indexlist .knowledge_container .video_info .time {
    margin-right: 22px;
}

.common .article_left .indexlist {
    margin-bottom: 20px;
}

.common .article_left .toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A7ADB4;
    margin-top: 50px;
    font-size: 14px;
}

.common .article_left .toolbar a {
    color: #A7ADB4;
}

.common .article_left .toolbar .fenge {
    margin: 0 13px;
}

.common .article_left .toolbar .item .iconfont {
    margin-right: 4px;
    cursor: pointer;
    font-size: 22px;
}

.common .article_left .toolbar .item .iconfont.change {
    color: #E53A11;
}

.common_left.pagination {
    min-width: none;
}

/* 带图片提示弹窗 */
.alert_tips_bg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    flex-direction: column;
    display: flex;
    display: none;
}

.alert_tips_bg .pic_tips_box {
    width: 430px;
    box-sizing: border-box;
    padding: 40px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alert_tips_bg .pic_tips_box .pic {
    position: relative;
    width: 100px;
    height: 100px;
    margin-top: -90px;
    margin-bottom: 26px;
}

.alert_tips_bg .pic_tips_box input {
    width: 100%;
    line-height: 28px;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding: 10px 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.alert_tips_bg .pic_tips_box .content {
    margin-bottom: 10px;
}

/* 订车弹窗 */
.alert_tips_bg .pic_tips_box .btn_two {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.alert_tips_bg .pic_tips_box .btn_two .item {
    display: inline-block;
    width: 40%;
    height: 40px;
    line-height: 40px;
    background-color: #bebdbd;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}

.alert_tips_bg .pic_tips_box .btn_two .item2 {
    background-color: #E53A11;
    color: #fff;
}
.ordernotice{
    font-size: 14px;
    color: red;
    line-height: 22px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.common_title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.pos-re{
    position: relative;
}
.mt0{
    margin-top: 0;
}


/*顶部车主工具下拉*/
.cztools{
    position: relative;
}
.cartools{
    position: absolute;
    top: 19px;
    right: -18px;
    background: white;
    box-shadow: 0px 0px 7px #c9c7c7;
    display: block;
    border-radius: 5px;
    width: 95px;
    display: none;
}
.cartools a {
    display: block;
    margin: 5px;
    padding: 5px 10px;
    color: unset !important;
}
header .header_nav li.cur .cartools a::after{
    background: none;
    content: '';
}
.cartools a:hover,.cartools a.current{
    color: #E53A11 !important;
}
.cztools:hover .cartools{
    display: block;
}

/*高速路况*/
.road_left_top{
    border-radius: 5px;
    padding: 20px;
    background: white;
    height: 420px;
    overflow-y: auto;
    box-sizing: border-box;
    font-size: 16px;
    margin-top: -4px;
}
.road_left_top .road_left_top1{
    line-height: 200%;
    margin-bottom: 20px;
    font-weight: normal;
}
.road_left_top .road_left_top1 span{
    color: #E53A11;
}
.road_cols_5{
    background-color: white;
    border-radius: 5px;
    font-size: 16px;
    padding: 30px 59px 0 59px;
    display: flex;
    flex-wrap: wrap;
}
.road_cols_5 a{
    width: 20%;
    margin-bottom: 30px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.road_r_a{
    float: right;
    color: #E53A11;
    font-size: 16px;
}
.hei40{
    height: 40px;
}
.road_show_list{
    background-color: white;
    border-radius: 5px;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
}
.road_show_list li:first-child {
    border-top: none;
}
.road_show_list li {
    padding: 20px 0;
    border-top: 1px dashed #E3E5EA;
}
.road_show_list .p1 span{
    background-color: #E53A11;
    border-radius: 5px;
    color: white;
    padding: 0 5px;
    margin-right: 5px;
}
.road_show_list .p1{
    color: #E53A11;
    margin-bottom: 10px;
}
.road_show_list .p2{
    line-height: 190%;
}
.road_show_r_wz{
    background-color: white;
    padding: 25px 21px 0px 21px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}
.road_show_r_wz a{
    width: 33.33%;
    margin-bottom: 25px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.road_cols_4{
    background-color: white;
    border-radius: 5px;
    font-size: 16px;
    padding: 30px 59px 0 59px;
    display: flex;
    flex-wrap: wrap;
}
.road_cols_4 a{
    width: 25%;
    margin-bottom: 30px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*油价*/
.oil_left_list{
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}
.oil_left_list table{
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.oil_left_list table td,.oil_left_list table th{
    border: 1px solid #E3E5EA;
    padding: 10px 3px;
}
.oil_left_list table th{
    background: #F7F8FC;
    color: #AFB0BB;
    font-size: 14px;
}
.oil_left_list table a{
    color: #637DAB;
}
.oil_right_tj_list {
    background: white;
    border-radius: 5px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.oil_right_tj_list div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 16px;
}
.oil_right_tj_list div b {
    color: #afb0bb;
    margin-right: 10px;
}
.oil_show_left_info {
    background: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}
.dulewith_car_title {
    margin-top: 40px;
    margin-bottom: 20px;
}

.dulewith_car_title span {
    font-size: 24px;
}

.oil_show_left_info>ul>li {
    /* height: 15px; */
    margin-bottom: 9px;

}
.oil_show_left_info>ul>li{
    font-size: 14px;
    color: #313237;
    height: 100%;
    cursor:auto;
   
}
.oil_show_left_info>ul .dule_title{
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold;
}
.oil_show_left_info>ul>li> i {
    color: #AFB0BB
}
.oil_show_left_info>ul>li span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.oil_show_left_info>ul>li>span img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.oil_show_left_info>ul {
    padding-bottom: 11px;
    border-bottom: 1px dashed #E3E5EA;
    padding-top: 18px;
}
.favv img{display: none;}



/*首页新闻资讯*/
.index_news_l1{
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 504px;
    float: left;
    margin-right: 20px;
}
.index_news_l1_img{
    padding-left: 0 !important;
    text-align: center;
}
.index_news_l1 a{
    width: 242px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    text-align: center;
    background-color: #e9ecf5;
    border-radius: 5px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 17px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 48px;
}
.index_news_l1 a img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}
.index_news_r{
    width: 338px !important;
    float: left;
}

.index_news_l1_img{
    width: 100% !important;
    height: 80px !important;
}
.index_news_l1_img img{
    width: 100% !important;
    height: 80px !important;
}
.mb0{
    margin-bottom: 0 !important;
}