    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    a {
        color: inherit;
        text-decoration: none;
    }
    a:hover{
        transition: color .75s ease;
        color: #ff5400;
    }

    body {
        font-family: "Microsoft YaHei", "PingFang SC", Arial;
    }

    .hide {
        display: none !important;
    }

    img {
        width: 100%;
        height: auto;
    }

    select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    select::-ms-expand {
        display: none;
    }

    .main {
        width: 1200px;
        min-width: 1200px;
        font-size: 16px;
        margin: 10px auto;
        overflow: hidden;
    }

    .hr {
        width: 100%;
        height: 1px;
        background: #ddd;
        position: absolute;
        left: 0;
    }

    .hr.fot {
        margin-top: 80px;
    }

    .layui-carousel:hover .layui-carousel-arrow {
        left: 0;
    }

    .layui-carousel:hover .layui-carousel-arrow[lay-type=add],
    .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
        right: 0;
    }

    .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
        left: 0;
    }

    header {
        width: 100%;
        height: 80px;
        display: flex;
    }

    header .logo {
        width: 30%;
        text-align: left;
        display: flex;
        align-items: flex-end;
    }

    header .logo>img {
        width: 45%;
        height: auto;
    }

    header .logo .location {
        width: 60px;
        height: 25px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border: 1px solid #eee;
        padding: 5px;
        border-radius: 15px;
        margin: 10px 20px 0 20px;
    }

    .logo .location img {
        width: 10px;
    }
    .logo .location span{
        font-size:14px;
    }

    header .adver {
        width: 70%;
        background: #f2edeb;
        height: 100%;
        cursor: pointer;
    }

    main {
        margin: 30px 0;
        padding-bottom: 60px;
    }

    main .nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
    }

    main .nav .nav-left {
        width: 65%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    main .nav .nav-left a {
        font-size: 20px;
        width: 15%;
        padding-left: 10px;
        font-weight: 700;
        color: #333;
    }
    main .nav .nav-left a:hover{
        transition: color .75s ease;
        color: #ff5400;
    }

    main .nav .nav-left a.active {
        transition: color .75s ease;
        color: #ff5400;
    }

    main .nav .nav-right {
        width: 35%;
        text-align: center;
    }

    main .nav .nav-right .search {
        width: 60%;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f8f8f8;
        border-radius: 20px;
        margin: 0 auto;
    }

    main .nav .nav-right .search img {
        width: 15px;

    }

    main .nav .nav-right .search input {
        color: #9d9d9d;
        border: none;
        height: 100%;
        background: transparent;
        text-align: center;
    }

    .slider {
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
    }

    .slider .slider-box {
        width: 65%;
        overflow: hidden;
        height: 420px;
        position: relative;
    }


    .slider .article {
        width: 34%;
        padding-left: 10px;
    }

    .hot a {
        color: #f43636;
        width: 100%;
        display: inline-block;
    }

    .slider .article .article-title {
        margin-bottom: 10px;
        font-size: 22px;
        font-weight: 700;
        white-space: nowrap;
        line-height: 28px;
    }

    .slider .article .article-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 95%;
        flex-wrap: wrap;
        padding: 0;

    }

    .slider-item {
        position: relative;
    }

    .slider-item img {
        width: 100%;
    }
    .slider-item img:hover{
        transition: transform .75s ease;
        transform: scale(1.1);
    }

    .slider-item .slider-tit {
        position: absolute;
        display: inline-block;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: rgba(0, 0, 0, .6);
        text-align: center;
        color: #fff;
    }

    .slider .article .article-item {
        width: 49%;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .slider .article .article-item a {
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;

    }

    .slider .article .article-item a:hover {
        transition: color .75s ease;
        color: #f43636;
    }

    .choose {
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
    }

    .choose-car {
        width: 65%;
    }

    .choose-title {
        border-left: 6px solid #f43636;
        font-size: 20px;
        color: #333;
        padding-left: 10px;
    }

    .choose-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .choose-item {
        width: 31.5%;
        border: 1px solid #eee;
        padding: 8px 10px;
        display: flex;
        flex-direction: column;
        position: relative;
        margin-bottom: 20px;
    }

    .car-pic {
        padding: 20px 5px 0;
        width: 80%;
        text-align: center;
        line-height: 9;
        margin: 0 auto;
        overflow: hidden;
    }

    .car-pic img:hover{
        transition: transform .75s ease;
        transform: scale(1.1);
    }

    .car-pic>img {
        width: 100%;
    }

    .car-pic .tips {
        position: absolute;
        left: 0px;
        top: 10px;
        height: 26px;
        max-width: 120px;
        line-height: 26px;
        background: rgba(255, 0, 0, .08);
        border-radius: 0 15px 15px 0;
        color: #f43636;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 10px 0 6px;
    }

    .car-pic .tips img {
        width: 7px;
    }

    .car-price {
        color: #000;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .car-info {
        color: #444;
        font-size: 14px;
    }

    .coming {
        width: 35%;
        padding-left: 20px;
    }

    .coming .choose-title {
        border-left: 6px solid #1ea7fe;
        margin-bottom: 10px;
    }

    .coming-box {
        border: 1px solid #eee;
        width: 100%;
        height: 475px;
        padding: 10px;
        padding-left: 15px;
        position: relative;
    }

    .coming-box .timeline {
        border-left: 1px dashed #3885c7;
        padding-left: 10px;
    }

    .coming-box .time-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 15px 0;
    }

    .coming-box .time-item.active {
        display: block;
    }

    .coming-box .time-item.active .coming-name {
        display: none;
    }

    .coming-car {
        display: none;
        width: 50%;
    }

    .coming-box .time-item.active .coming-car {
        display: block;
        margin-top: 5px;
    }

    .coming-box .time-item .dot {
        width: 5px;
        height: 5px;
        background: #164997;
        border-radius: 5px;
        position: absolute;
        left: 13px;
    }

    .coming-box .time-item .timer {
        background: #164997;
        min-width: 70px;
        max-width: 80px;
        height: 24px;
        color: #fff;
        text-align: center;
        margin-right: 10px;
        font-size:14px;
        line-height:24px;
    }



    .coming-desc {
        color: #777;
        font-size: 14px;
        width:500px;
        margin-top:10px;
    }
    .coming-name{
        color: #333;
    }

    .adver-box {
        display: flex;
        justify-content: space-between;
        height: 80px;
        cursor: pointer;
    }

    .adver-box.big {
        margin-top: 20px;
        height: 150px;
        cursor: pointer;
    }

    .adver-left {
        width: 65%;
        height: 100%;
        background: #f2ebeb;
        cursor: pointer;
    }

    .adver-right {
        width: 33.5%;
        height: 100%;
        background: #f2ebeb;
        cursor: pointer;

    }

    .videoshow {
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
    }

    .video-box {
        width: 65%;
    }

    .video-title {
        border-left: 6px solid #8550fd;
        font-size: 20px;
        color: #333;
        padding-left: 10px;
        margin-bottom: 15px;
    }

    .video-item-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .video-item {
        width: 23%;
        margin-bottom: 10px;
    }

    .big-video {
        width: 48.5%;
    }

    .video {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .video img {
        width: 100%;
        height: 100%;
    }
    .video img:hover{
        transition: transform .75s ease;
        transform: scale(1.1);

    }

    .video .play {
        position: absolute;
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
    }

    .small-video .video .play {
        position: absolute;
        width: 25px;
        height: 25px;
        top: auto;
        left: auto;
        bottom: 0;
        right: 0;
    }

    .video .play img {
        width: 100%;
        height: 100%;
    }

    .video-info {
        font-size: 16px;
        color: #555;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-top: 5px;
        margin-bottom: 5px;
    }

    .carshow-box {
        width: 35%;
        padding-left: 20px;
    }

    .carshow-title {
        border-left: 6px solid #fbe000;
        font-size: 20px;
        color: #333;
        padding-left: 10px;
        margin-bottom: 15px;
    }

    .carshow-adver {
        background: #f2ebeb;
        width: 100%;
        height: 90%;
        cursor: pointer;
    }

    .hot-group {
        width: 100%;
    }

    .group-title {
        border-left: 6px solid #ed711f;
        font-size: 20px;
        color: #333;
        padding-left: 10px;
        margin-bottom: 15px;
    }

    .group-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .group-item {
        width: 23%;
        border: 1px solid #eee;
        padding: 10px;
        margin-bottom: 20px;
    }

    .group-item .car-pic img {
        width: 200px;
    }

    .group-info {
        font-size: 16px;
        color: #333;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .group-info:hover{
        transition: color .75s ease;
        color: #ff5400;
    }

    .group-fot {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .apply {
        width: 50%;
        font-size: 14px;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .applid {
        color: #777;
    }

    .apply img {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

    .buying {
        width: 30%;
        background: #f43636;
        color: #fff;
        font-size: 14px;
        border-radius: 5px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    .buying:hover{

    }

    .buying a {
        color: #fff;
    }

    .adver-fot {
        /*height: 80px;*/
        background: #f2ebeb;
        margin: 15px 0;
        cursor: pointer;
    }

    .hot-group-car {
        padding: 15px 0;
    }

    .group-car-box {
        width: 100%;
        overflow: hidden;
        padding: 5px 0;
        position: relative;
    }

    .group-car-item {
        width: 100%;
        text-align: center;
        height: 450px;
        padding: 5px;
    }

    .group-car-item .group-car-pic {
        position: absolute;
        left: calc(50% - 400px);
        transition: transform .5s ease-in-out;
    }

    .group-car-item .group-car-pic img {
        width: 800px;
        border-radius: 10px;
    }

    .group-car-pic.pre {
        text-align: left;
        transform: scale(0.87) translate(-267px);
    }

    .group-car-pic.active {
        z-index: 9;
    }

    .group-car-pic.next {
        text-align: right;
        transform: scale(0.87) translate(267px);
    }

    footer {
        text-align: center;
        padding: 15px 0;
    }

    footer a {
        text-decoration: none;
        color: #333;
    }

    footer>div {
        margin-bottom: 15px;
        color: #333;
    }
    footer a:hover{
        color: #ff5400;
        transition: color .75s ease;
    }

    .main .title {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 700;
        height: 20px;
        line-height: 20px;
    }

    .article .coming-box {
        height: 385px;
    }

    .article .article-box {
        width: 100%;
        padding-bottom: 20px;
    }

    .article .article-box .article-item {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .art.article .article-box .article-item {
        margin-bottom: 20px;
        align-items: center;
        padding: 10px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }
    .art.article .article-box .article-item:hover{
        border-radius: 22px 0 22px 0;
        box-shadow: 0 0 25px 2px rgba(0,0,0,.1);
    }

    .art.article .article-box .article-item:hover .item-tit{
        color: #ff5400;
        transition: color .75s ease;
    }

    .art.article .article-box .article-item .item-img {
        width: 20%;
        border-radius: 12px 0 12px 0;
        overflow: hidden;
    }
    .art.article .article-box .article-item .item-img:hover{
        transition: opacity .75s ease;
        opacity: .7;
    }

    .article .article-box .article-item .item-img {
        width: 15%;
        max-height: 105px;
        overflow: hidden;
    }

    .article .article-box .article-item .item-cont {
        width: 76%;
    }

    .article .article-box .item-cont .item-tit {
        font-size: 20px;
        margin-bottom: 5px;
        color: #444;
        font-weight: 700;
    }

    .art.article .article-box .item-cont .item-time {
        margin-bottom: 22px;
    }

    .article .article-box .item-cont .item-time {
        margin-bottom: 5px;
        color: #999;
        font-size: 12px;
    }

    .article .article-box .item-cont .item-txt {
        font-size: 14px;
        color: #555;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .article .video-box {
        width: 35%;
        padding-left: 20px;
    }

    .article .video-item {
        width: 48.5%;
    }

    .article .big-video.video-item {
        width: 100%;
    }

    .big.adver-right {
        width: 100%;
        height: 42%;
        margin-top: 10px;
        cursor: pointer;
    }

    .videoshow.big .video-box,
    .videoshow.small .video-box {
        width: 100%;
        padding: 0;
    }

    .videoshow.big .video-box .video-item {
        width: 32%;
    }

    .videoshow.small .video-box .video-item {
        width: 15.5%;
    }

    .videoshow.small .video-box .play {
        bottom: 5px;
        right: 5px;
        width: 20px;
        height: 20px;
        top: auto;
        left: auto;
    }

    .brand-box {
        width: 100%;
    }

    .brand-box .initial-box {
        width: 100%;
        font-size: 14px;
        margin: 10px 0;
    }

    .brand-box .initial-box .initial {
        font-size: 16px;
        font-weight: bold;
        color: #164997;
        position: relative;
        margin: 0 5px;
        cursor: pointer;
        display: inline-block;
        min-width: 15px;
        text-align: center;
    }
    .brand-box .initial-box .initial.active{
        color: #ff5400;
    } 
    .brand-box .initial-box .initial:hover{
        transition: color .75s ease;
        color: #ff5400;
    }

    .brand-box .initial-box .initial .arrow {
        position: absolute;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        bottom: -16px;
        z-index: 9;
        background: #fff;
        left: 20%;
    }

    .brand-box .initial-box .initial .arrow.hot {
        left: 30%;
    }

    .brand-box .brand-item-box {
        width: 100%;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #eee;
    }

    .brand-box .brand-item-box .brand-item .item {
        display: inline-block;
        min-width: 7%;
        margin: 10px 5px;
        text-align: center;
        cursor: pointer;
    }
    .brand-box .brand-item-box .brand-item .item.active .item-title{
        color: #ff5400;
    } 

    .brand-box .brand-item-box .brand-item .item:hover .item-img{
        transition: opacity .75s ease;
        opacity: .7;
    }
    .brand-box .brand-item-box .brand-item .item:hover .item-title{
        transition: color .75s ease;
        color: #ff5400;
    }

    .brand-box .brand-item-box .brand-item .item img {
        width: 70px;
        height: auto;
    }

    .brand-box .brand-item-box .brand-item .item .item-title {
        white-space: nowrap;
    }


    .city-box {
        margin: 15px 0;
    }

    .city-box span {
        margin: 0 5px;
    }

    .city-box .city {
        position: relative;
        display: inline-block;

    }

    .city-box .city select {
        border: 1px solid #164997;
        color: #164997;
        height: 25px;
        border-radius: 25px;
        padding: 0 20px 0 5px;
    }

    .city-box .city img {
        width: 10px;
        height: 10px;
        position: absolute;
        right: 8px;
        top: 30%;
    }

    .coming .adver-fot {
        height: 350px;
        cursor: pointer;
    }

    .big-title {
        color: #000;
        font-size: 22px;
        padding-bottom: 6px;
        border-bottom: 1px solid #eee;
    }

    .deale-box {
        width: 100%;
    }

    .deale-box .deale-item {
        width: 100%;
        padding: 25px 0;
        border-bottom: 1px solid #eee;
    }

    .deale-box .deale-item .item-img {
        display: inline-block;
        width: 15%;
        margin-right: 5%;
        vertical-align: middle;
    }

    .deale-box .deale-item .item-img:hover{
        transition: opacity .75s ease;
        opacity: .7;
    }

    .deale-box .deale-item .item-info {
        display: inline-block;
        width: 60%;
        vertical-align: middle;
        font-size: 14px;
    }

    .deale-box .deale-item .item-title {
        font-size: 18px;
        margin-bottom: 15px;
        cursor: pointer;
    }
    .deale-box .deale-item .item-title:hover{
        transition: color .75s ease;
        color: #ff5400;
    }

    .deale-box .deale-item .item-tel {
        margin-bottom: 5px;
    }

    .deale-box .deale-item .ask-btn {
        display: inline-block;
        width: 75px;
        height: 32px;
        vertical-align: middle;
        background: #ed711f;
        color: #fff;
        border-radius: 5px;
        text-align: center;
        line-height: 32px;
        font-size: 16px;
        cursor: pointer;
    }

    .deale-box .deale-item .ask-btn:hover{
        color: #ffffff;
        background: #101010;
        transition: all .75s ease;
    }

    .article-info .small-title {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .article-info .site {
        color: #164997;
    }

    .article .layui-carousel-arrow {
        top: 45%;
    }

    .other-box {
        width: 100%;
    }

    .other-item {
        width: 100%;
        white-space: nowrap;
        margin-bottom: 15px;
    }

    .other-item img {
        width: 35%;
        margin-right: 5%;
        vertical-align: middle;
    }

    .other-item .other-tit {
        display: inline-block;
        width: 55%;
        vertical-align: middle;
        white-space: normal;
    }

    .footerpage {
        text-align: center;
        height: 50px;
        line-height: 50px;
        margin: 10px 0;
    }

    .footerpage a {
        padding: 5px 10px;
        background-color: #F1F1F1;
        border: 1px solid #C1C1C1;
        color: #434343;
        margin-right: 5px;
    }

    .footerpage a:hover{
        border: 1px solid #434343;
        background: #979797;
        color: #fff;
        transition:all .75s ease;
    } 

    .footerpage span {
        background-color: #979797;
        border: 1px solid #434343;
        padding: 5px 10px;
        color: #fff;
        margin-right: 5px;
    }

    .groupon .choose-car .brand-item {
        width: 100%;
        border: 1px solid #eee;
        margin-bottom: 25px;
    }

    .groupon .choose-car .brand-item .brand-info {
        display: inline-block;
        width: 35%;
        padding: 10px 10px 0 20px;
    }

    .groupon .choose-car .brand-item .brand-logo {
        width: 100%;
    }

    .groupon .choose-car .brand-item .brand-logo img {
        width: 40%;
        text-align: left;
    }

    .groupon .choose-car .brand-item .brand-tit {
        color: #000;
        font-size: 24px;
        margin-bottom: 25px;
        font-weight: 700;
    }

    .groupon .choose-car .brand-item .brand-hot .hot-tit {
        color: #333;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .groupon .choose-car .brand-item .brand-hot .hot-box {
        width: 100%;
        line-height: 30px;
        font-size: 14px;
        color: #555;
    }

    .groupon .choose-car .brand-item .brand-img {
        width: 65%;
        float: right;
        overflow: hidden;
        cursor: pointer;
    }

    .groupon .choose-car .brand-item .brand-img img:hover {
        transition: transform .75s ease;
        transform: scale(1.1);
    }

    .groupon .choose-car{
        margin-top: 35px;
    }

    .groupon .coming .baoming-title {
        border-left: 6px solid #65b729;
        font-size: 20px;
        color: #333;
        padding-left: 10px;
        margin-bottom: 15px;
    }

    .groupon .coming .baoming-box {
        border: 1px solid #eee;
        padding: 20px;
        margin-bottom: 20px;
    }

    .groupon .coming .input-box input,
    .groupon .coming .select-box select {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding-left: 15px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .groupon .coming .submit {
        width: 100%;
        text-align: center;
        height: 45px;
        line-height: 45px;
        color: #fff;
        font-size: 16px;
        border-radius: 10px;
        background: #164997;
        margin: 10px 0;
    }

    .groupon .coming .desc {
        color: #555;
        font-size: 12px;
        margin: 10px 0;
        text-align: center;
        margin-top: 20px;
    }

    .groupon .coming .desc a {
        color: red;
    }

    .groupon .coming .baoming-box .title {
        color: #000;
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }

    .tabel {
        height: 250px;
        overflow: hidden;
    }

    .main4ul {
        padding: 0 5px 0 5px;
        overflow: hidden;
        margin: 0;
    }

    .main4ul li {
        width: 100%;
        height: 45px;
        line-height: 45px;
        overflow: hidden;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    ul li {
        list-style: none;
    }

    .main4ul li span {
        border: none;
        color: #333;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        width: 30% \9;
        display: inline-block \9;
        text-align: center \9;
        margin-right: 0px \9;
        font-size: 14px;
    }

    .main4ul li span:nth-child(1) {
        width: 25%;
        overflow: hidden;
        border: none;
        text-align: left;
    }

    .main4ul li span:nth-child(2) {
        width: 45%;
        border: none;
        text-align: center;
    }

    .main4ul li span:nth-child(3) {
        width: 30%;
        border: none;
        text-align: right;
        color: #999;
        font-weight: 700;
    }

    #demo {
        height: 250px;
        overflow: hidden;
        width: 100%;
    }
    #demo>div {
        width: 96%;
    }

    .carshow .slider .slider-box{
        width: 80%;
        height: auto;
    }

    .carshow .slider .slider-box .show-list{
        width: 100%;
    }

    .carshow .slider .slider-box .show-list .list{
        display: inline-block;
        width: 30%;
        margin-right: 3%;
        margin-bottom: 20px;
    }
    .carshow .slider .slider-box .show-list .list .list-img{
        cursor: pointer;
    }
    .carshow .slider .slider-box .show-list .list .list-img:hover{
        transition: opacity .75s ease;
        opacity: .7;
    }
    .carshow .slider .list .list-tit{
        font-size: 16px;
        font-weight: 700;
        margin: 5px 0;
        cursor: pointer;
    }
    .carshow .slider .list .list-tit:hover{
        transition: color .75s ease;
        color: #ff5400;
    }
    .carshow .slider .list .list-info{
        width: 100%;
    }
    .carshow .slider .list .list-info .info-box{
        display: inline-block;
        width: 78%;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 700;
    }
    .carshow .slider .list .list-info .info-box .time{
        margin-bottom: 5px;
    }
    .carshow .slider .list .list-info .info-box span{
        color: #555;
        font-weight: 400;
    }
    .carshow .slider .list .list-info .list-btn{
        display: inline-block;
        width: 20%;
        vertical-align: middle;
        height: 35px;
        line-height: 35px;
        background: #ff5400;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }

    .carshow .slider .list .list-info .list-btn:hover{
        color: #ffffff;
        background: #101010;
    }

    .carshow .slider .coming{
        width: 20%;
        padding: 0;
    }
    .carshow .coming-box{
        padding: 10px;
        height: 235px;
    }
    .carshow .car-news{
        width: 100%;
    } 
    .carshow .car-news .news-item{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px;
        color: #555;
        margin-bottom: 7px
    }
    .carshow .car-news .news-item:hover{
        transition: color .75s ease;
        color: #ff5400;
    }
    .carshow .car-news .news-item span.item-tit{
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
       
    }
    .carshow .car-news .news-item span.item-time{
        width: 20%;
        white-space: nowrap;
        text-align:right;
    }

    .carshowinfo .info-item{
        border: 1px solid #eee;
        margin-bottom: 10px;
    }
    .carshowinfo .info-item .info1{
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
    }
    .carshowinfo .info-item .info2{
        padding: 10px 15px;
    }
    .carshowinfo .info-item span{
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
        width: 30%;
    }
    .carshowinfo .info-item span.address{
        margin-left: 150px;
    }
    .carshowinfo .choose-car a{
        color: #ff5400;
    }
    .carshowinfo .info-box .info-tit{
        border-bottom: 1px solid #eee;
    }
    .carshowinfo .info-box .info-tit .item{
        display: inline-block;
        border: 1px solid #eee;
        line-height: 24px;
        font-weight: 600;
        font-size: 16px;
        padding: 12px 18px 10px;
        transition: all .75s ease;
        background: #f7f7f7;
        color: #222;
        border-bottom: 0;
        position: relative;
        cursor: pointer;
    }
    .carshowinfo .info-box .info-tit .item:hover{
        color: #ff5400;
        background: #fff;
    }
    .carshowinfo .info-box .info-tit .item.active:after{
        position: absolute;
        content: '';
        left: 0px;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background-color: #ffffff;
    }
    .carshowinfo .info-box .info-tit .item.active{
        color: #ff5400;
        background: #fff;
    }
    .carshowinfo .info-box .info-main{
        padding: 20px;
        border: 1px solid #eee;
        border-top: 0px;
    }
    .carshowinfo .info-box .info-main p{
        margin-bottom: 10px;
        line-height: 1.8;
        color: #666666;
    }
    .carshowinfo .info-box .info-main p.title{
        height: auto;
    }
    /* @media only screen and (max-width: 1500px) {
        body {
            min-weight: 1000px;
        }

        .main {
            width: 960px;
            font-size: 12px;
        }

        .video-info,
        .group-info,
        .car-price {
            font-size: 14px;
        }

        .car-info {
            font-size: 13px;
        }

        .main .title {
            font-size: 18px;
        }

        .buying {
            font-size: 12px;
            height: 25px;
            line-height: 25px;
            width: 35%;
        }

        .apply {
            font-size: 12px;
        }

        .slider .slider-box {
            height: 350px;
        }

        .button {
            top: -220px;
        }

        .adver-right {
            width: 33%;
        }

        .coming-box {
            height: 509px;
        }

        .article .coming-box {
            height: 90%;
        }

        .big.adver-right {
            height: 44%;
        }
        .article .article-box .item-cont .item-tit{
            font-size: 16px;
        }
        .article .article-box .item-cont .item-txt{
            font-size: 14px;
        }

    }

    @media only screen and (min-width: 1500px) {
        .main {
            width: 1200px;
        }
    }*/
