/*列表导航*/
.posi_nav {
    background-color: #FFF;
}

.posi {
    background-color: #FFF;
}

.nav_zc {
    margin-top: 6px;
}

.nav_zc ul {
    display: flex;
    padding: 0 15px 10px;
    background-color: #FFF;
}

.nav_zc ul li {
    margin-right: 20px;
    position: relative;
}

.nav_zc ul li:last-of-type {
    margin-right: 0;
}

.nav_zc ul li a {
    color: #444;
    font-size: 1rem;
    line-height: 100%;
}

.nav_zc ul li .active {
    color: #192633;
    font-size: 1.125rem;
    line-height: 100%;
    font-weight: bold;
}

.nav_zc ul li .active::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: #00A0E9;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
}

/* 列表内容 */
.pict_show {
    margin-top: 13px;
}

.pict_show ul {
    display: flex;
    flex-wrap: wrap;
}

.pict_show ul li {
    width: calc(50% - 21px);
    margin-bottom: 24px;
    position: relative;
}

.pict_show ul li:nth-of-type(odd) {
    margin-right: 12px;
    margin-left: 15px;
}

.pict_show ul li:nth-of-type(even) {
    margin-right: 15px;
}

.pict_show ul li img {
    width: 100%;
    display: block;
    border-radius: 5px;
}

.pict_show ul li .news_title {
    color: #192633;
    font-size: .875rem;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 12px;
    height: 39px;
}

.pict_show ul li .news_date {
    color: #A7AEC2;
    font-size: .75rem;
    line-height: 140%;
    display: block;
    margin-top: 6px;
    font-weight: 400;
}

.relative_sec {
    position: relative;
}

.pict_show ul li .total {
    color: #FFF;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.50);
    font-size: .75rem;
    position: absolute;
    bottom: 6px;
    left: 8px;
}

#mattrPic {
    margin-top: 0;
}

/* 新闻内容详情 */
.pic_det_top {
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.pic_det_top .return {
    position: absolute;
}

.pic_det_top .return img {
    width: 26px;
}

.pic_det_top span {
    overflow: hidden;
    color: #FFF;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 1.125rem;
    line-height: 110%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 226px;
    margin: auto;
}

.nav_f_title {
    color: #FFF;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-top: 90px;
}

.nav_f_title span {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-size: .875rem;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 332px;
    margin-left: 4px;
}

.pic_center_show .gallery-top {
    height: 37%;
    width: 100%;
    margin-top: 12px;
}

.pic_center_show .pic_number {
    margin: 15px 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pic_center_show .pic_number strong {
    color: #fff;
    font-size: .75rem;
    cursor: pointer;
    display: flex;
    align-items: center;    
}

.pic_center_show .pic_number strong img {
    margin-right: 4px;
    width: 15px;
    height: 15px;
}

.pic_center_show .pic_number strong b {
    font-weight: normal;
    color: #A7AEC2;
    font-size: .75rem;
    line-height: 160%;
}

.pic_center_show .pic_number span {
    color: #FFF;
    font-size: .75rem;
    line-height: 140%;
}

.pic_center_show .pic_number span span {
    padding-right: 2px;
}

.pic_center_show .pic_number span b {
    font-weight: normal;
    padding-left: 1px;
    color: rgba(255, 255, 255, 0.60);
}

.pic_center_show .pic_info {
    font-size: 0.75rem;
    overflow: hidden;
    color: #FFF;
    line-height: 150%;
    margin: 0 15px 10px;
}

.pic_center_show .pic_info span:nth-child(1) {
    float: right;
    color: #A7AEC2;
}

.pic_bg {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8a9299;
    opacity: 0.7;
    display: none;
}

.picter {
    margin: 0 5px;
}

.pic_cen_show .gallery-thumbs {
    height: 10%;
    box-sizing: border-box;
    padding: 10px 0;
}

.pic_cen_show .gallery-thumbs .swiper-wrapper {
    align-items: center;
}

.gallery-top .swiper-wrapper{
    height: auto !important;
}

.pic_cen_show .gallery-thumbs .swiper-slide {
    opacity: 0.4;
    height: 60px;
    margin-top: 0px;
    width: 90px;
    margin-right: 10px;
}

.pic_cen_show .gallery-thumbs .swiper-slide div.swiper-lazy {
    height: 100%;
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.pic_cen_show .gallery-thumbs .swiper-slide-active {
    opacity: 1;
    height: 60px;
    margin-top: 0px;
    width: 90px;
}

.pic_cen_show .number {
    color: #fff;
    padding: 0 15px;
}

.pic_cen_show .number span {
    font-size: .75rem;
    color: rgba(255, 255, 255, 0.60);
    font-weight: 400;
}

.pic_cen_show .number span span {
    color: #FFF;
}

.pic_cen_show .number span b {
    font-weight: normal;
}

.pic_cen_show .number em {
    float: right;
}

.pic_cen_show .number em a img {
    width: 18px;
}

.pic_cen_show .picter_nav {
    width: 100%;
    height: 32px;
    margin-top: 56px;
}

.pic_cen_show .picter_nav ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 0 0 0 15px;
    padding-right: 15px;
    gap: 8px;
}

.pic_cen_show .picter_nav li {
    width: 16.6%;
    text-align: center;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 0.5px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.15);
}

.pic_cen_show .picter_nav a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    position: relative;
    line-height: 30px;
    border-radius: 2px;
    width: 100%;
}

.pic_cen_show .picter_nav a em {
    display: block;
    font-size: 0.7rem;
    font-style: normal;
    color: #666;
    display: none;
}

.pic_cen_show .picter_nav a.pit {
    background: rgba(255, 255, 255, 0.15);
}

.pic_cen_show .picter_nav span {
    display: inline-block;
    color: rgba(255, 255, 255, .4);
    font-size: .75rem;
    font-style: normal;
    line-height: 100%;
    line-height: 30px;
}

.pic_cen_show .picter_nav span em {
    display: block;
    font-size: .75rem;
    font-style: normal;
    display: none;
}
/*查看大图*/
.pic_center_tit .span:nth-child(2) {
    width: 76%;
    margin-left: 12%;
    font-size: 1.1rem;
    line-height: 42px;
    font-weight: bold;
    top: 0;
}

.pic_bg {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8a9299;
    opacity: 0.7;
    display: none;
}

.pic_point {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1000;
    width: 70%;
    margin-left: 15%;
    display: none;
}

.pic_point .pic_point_cen {
    background: #fff;
    border-radius: 10px;
    padding: 25px 15px 30px;
}

.pic_point .pic_point_cen p {
    font-size: 0.95rem;
    text-align: center;
}

.pic_point .pic_point_cen p:nth-child(1) {
    line-height: 1.7rem;
}

.pic_point .pic_point_cen p:nth-child(2) {
    margin: 0 10px;
}

.pic_point .pic_point_cen p:nth-child(2) a {
    height: 40px;
    line-height: 40px;
    border: 1px solid #00a0e9;
    border-radius: 5px;
    font-size: 1rem;
    color: #00a0e9;
    text-align: center;
    display: block;
    margin-top: 30px;
}

.pic_point .pic_point_cen p:nth-child(2) a:nth-child(2) {
    background: #00a0e9;
    color: #fff;
    margin-top: 15px;
}

.pic_point .close {
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
}

.pic_point .close span {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

.pic_point .close span img {
    height: 13px;
    display: inline;
    padding-top: 5px;
}

.heightauto {
    height: auto !important;
}

.pict_show_pp h2 {
    margin-top: -10px;
}

.pict_show_pp h2:first-of-type {
    margin-top: 0;
}

.pict_show_pp h2 span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: 111px;
    height: 24px;
    color: #000;
    font-size: .75rem;
    line-height: 100%;
    padding-left: 15px;
    margin: 7px 0 9px 0;
    background: linear-gradient(90deg, #F3F5F9 0%, #FFF 100%);
}

.u-mt0 {
    margin-top: 0;
}

/* 车型图片样式 */
.pic_show {
    clear: both;
}

.pic_show h2 {
    color: #000;
    font-size: .875rem;
    line-height: 140%;
    margin: 8px 15px;
    font-weight: bold;
}

.pic_show>h2:first-of-type {
    margin-top: 16px;
}

.pic_show ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
}

.pic_show_cx ul {
    padding-bottom: 8px;
}

.pic_show ul li {
    flex: 0 0 calc((100% - 2 * 8px) / 3);
    min-width: 0;
}

.pic_show ul li img {
    width: 100%;
}

.pic_show_cx ul li em {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pic_show_cx ul li em b {
    display: block;
    width: 100%;
    background: #000;
    opacity: 0.5;
    left: 0;
    height: 100%;
    position: absolute;
    top: -100%;
}

.pic_show_cx ul li em i {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    margin-top: -40%;
    font-style: normal;
    font-size: .875rem;
}

.cars_list {
    margin-top: 8px;
    margin-bottom: 12px;
}

.cars_list ul {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    margin: 0 15px;
    padding-right: 35px;
}

.cars_list ul li {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 48px;
    gap: 2px;
    border-radius: 2px;
    background: #F3F5F9;
    text-align: center;
    font-size: 12px;
    line-height: 130%;
    margin-right: 8px;
}

.cars_list ul .active {
    background: #00A0E9;
}

.cars_list ul li a {
    color: #192633;
    padding: 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
}

.cars_list ul .active a {
    color: #ffffff;
}

.pic_serires_car {
    position: absolute;
    background-color: #ffffff;
    height: 48px;
    padding: 0 10px;
    line-height: 48px;
    right: 14px;
    color: #192633;
    font-size: .75rem;
}

.pic_serires_car::after {
    content: "";
    display: block;
    width: 7px;
    height: 4px;
    background-image: url(//img.12365auto.com/images/m/pic/down_tri.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: 100% 50%;
    position: absolute;
    top: 22px;
    left: 80%;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}

.pic_serires_car.active::after {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.pic_serires_car.inactive::after {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}

.pic_serires_car span {
    color: #00A0E9;
}

.n_car_list {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 8;
    display: none;
}

.n_car_list>p {
    display: flex;
    padding: 10px 15px;
    align-items: center;
    gap: 10px;
    background: #F4F4F4;
    color: #000;
    font-size: .875rem;
    font-weight: bold;
}

.n_car_list>ul {
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 0 0 5px 5px;
}


.n_car_list>ul li {
    display: flex;
    padding: 10px 8px;
    align-items: flex-start;
    gap: 2px;
    border-radius: 5px;
    font-size: .9375rem;
    margin-bottom: 6px;
}

.n_car_list>ul .active {
    background: rgba(0, 160, 233, 0.15);
}

.n_car_list>ul li:last-of-type {
    margin-bottom: 0;
}

.n_car_list>ul li a {
    color: #192633;
    display: block;
    width: 100%;
}

.n_car_list>ul .active a {
    color: #00A0E9;
}

/* 汽车图片留用 */
.list_tit {
    height: 40px;
    position: relative;
    text-align: center;
}

.list_tit a.return {
    left: 15px;
    top: 11px;
    cursor: pointer;
}

.list_tit a {
    position: absolute;
    display: inline-block;
}

.list_tit span {
    color: #192633;
    font-weight: bold;
    font-size: 1.125rem;
    display: block;
    line-height: 42px;
    width: 50%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 25%;
}

.list_tit a.return img {
    height: 18px;
}

.pic_top span {
    color: #fff;
}

.tab_car_show {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-size: .875rem;
    font-style: normal;
    line-height: 100%;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 78px;
}

.tab_car_show em {
    background-image: url(//img.12365auto.com/images/m/pic/tab_more.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: 100% center;
    color: rgba(255, 255, 255, 0.60);
    font-size: 13px;
    font-style: normal;
    line-height: 100%;
    padding-right: 9px;
}

.pic_cen_show .gallery-top {
    width: 100%;
    margin: 22px 0 13px 0;
}

.car_photo_picter {
    margin: 14px 5px 0 5px;
}

/*查看其他*/
.lasttj {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.lasttj .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 1;
    z-index: 9999;
    display: block;
}

.lasttj .lasttj-center {
    position: relative;
    z-index: 9999;
}

.lasttj .lasttj-center .lasttj-center-title {
    position: relative;
    color: #fff;
    font-size: 1.1rem;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background: #000;
    font-weight: bold;
}

.lasttj .lasttj-center .lasttj-center-title a {
    display: block;
    width: 18px;
    height: 18px;
    background: url(//img.12365auto.com/images/m/close3.png) no-repeat;
    background-size: 18px 18px;
    position: absolute;
    right: 15px;
    top: 12px;
}

.lasttj .lasttj-center .lasttj_cen {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
    min-height: 10px;
    overflow: hidden;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_cen_h2 {
    color: #fff;
    min-height: 10px;
    overflow: hidden;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_cen_h2 span {
    font-size: 0.875rem;
    line-height: 1.35em;
    display: block;
    min-height: 30px;
    padding-bottom: 0px;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_cen_h2 span::before {
    content: '';
    background: url(//img.12365auto.com/images/m/pic/ic_right_triangle.png) no-repeat;
    background-size: 4px 7px;
    width: 4px;
    display: inline-block;
    height: 7px;
    padding-right: 3px;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_cen_h2 span em {
    padding-right: 5px;
    font-style: normal;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_cen_h2 span strong:before {
    content: "";
    display: block;
    width: 4px;
    height: 15px;
    background: #00a0e9;
    display: block;
    border-radius: 3px;
    float: left;
    margin-right: 4px;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_cen_h2 p {
    margin-top: 10px;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_cen_h2 p a {
    display: block;
    float: left;
    width: 16.5%;
    color: #fff;
    font-size: 0.75rem;
    padding-left: 5.8%;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_cen_h2 p a:last-child {
    text-align: right;
    padding-left: 0;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_cen_h2 p a:first-child {
    text-align: left;
    padding-left: 0;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_cen_h2 p a strong {
    display: inline-block;
    width: 60%;
    margin-left: 3px;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_cen_h2 p a img {
    width: 100%;
    display: inline-block;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_cen_h2 p a em {
    font-style: normal;
    display: block;
    height: 25px;
    line-height: 26px;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
}

.lasttj .lasttj-center .lasttj_cen .lasttj_cen_h2 p a:last-child strong {
    margin: 0;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_cen_h2 p a:first-child strong {
    margin: 0;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_center {
    margin-top: 50px;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_center span {
    font-size: 0.875rem;
    line-height: 15px;
    display: block;
    min-height: 30px;
    padding-bottom: 8px;
    color: #fff;
    float: left;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_center .lasttj_hyh {
    float: right;
    color: rgba(255, 255, 255, 0.6);
    background: url(//img.12365auto.com/images/m/pic/ic_pic_change.png) no-repeat left;
    background-size: 17px;
    padding: 0 0 0 22px;
    height: 15px;
    min-height: 15px;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_center .lasttj_hyh:before {
    display: none;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_center ul {
    clear: both;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_center ul li {
    width: 50%;
    float: left;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_center ul li a {
    display: block;
    width: 95%;
    background: #fff;
    border-radius: 4px;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_center ul li img {
    width: 100%;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_center ul li span {
    display: block;
    float: left;
    color: #fff;
    font-size: 0.875rem;
    height: 24px;
    line-height: 24px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 3px 0;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_center ul li span:before {
    display: none;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_center ul li:nth-child(2) a {
    margin-left: 5%;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_center ul li:nth-child(4) a {
    margin-left: 5%;
}

.lasttj .center .lasttj_cen .lasttj_center ul li:nth-child(2) span {
    margin-left: 5%;
}

.lasttj .lasttj-center .lasttj_cen .lasttj_center ul li:nth-child(4) span {
    margin-left: 5%;
}

.bottom_fixed_style {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.gradient_nav_list.no-bg {
  background-image: none !important;
}