html, body {
    margin: 0;
    padding: 0;
    max-width: 750px;
    margin: 0 auto;
}

p, h2 {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
}


body {
    font-family: "Microsoft Yahei", "PingFangSC-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #eeeeee;
    font-size: 16px;
    color: #333;
}


@font-face {
    font-family: "iconfont";
    /* Project id 4214145 */
    src: url('https://at.alicdn.com/t/c/font_4214145_9t9y3epuzg.woff2?t=1695607144922') format('woff2'),
        url('https://at.alicdn.com/t/c/font_4214145_9t9y3epuzg.woff?t=1695607144922') format('woff'),
        url('https://at.alicdn.com/t/c/font_4214145_9t9y3epuzg.ttf?t=1695607144922') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-yanjing:before {
    content: "\e661";
}

.icon-shichang:before {
    content: "\e68c";
}

.icon-shipinbofang_Facet:before {
    content: "\e67c";
}

.icon-gengduo1:before {
    content: "\ec1c";
}

.icon-guanbi:before {
    content: "\e62a";
}

.icon-gengduo:before {
    content: "\e667";
}

.icon-gerenzhongxin-denglu:before {
    content: "\e600";
}

.icon-sousuo:before {
    content: "\e61a";
}



img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.header-wrap {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 4;
    background: #fff;
}



.header {
    position: relative;
    width: 100%;
    height: 50px !important;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    width: 120px;
}

.header .logo img {
    height: 40px;
    width: auto;
}

.search-box {
    flex: auto;
    font-size: 14px;
    padding: 0 15px;
}

.search-box a {
    color: #BFC5D2;
}

.search-box a i {
    font-size: 18px;
}

.login-icon a i {
    font-size: 28px;
    color: #BFC5D2;
}

.login-icon a i.iconfont-login {
    color: #1E5B7A;
}

.nav-box {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: 50px;
    background: #ffffff;
    font-size: 16px;
    z-index: 10;
}

.nav-wrap {
    position: relative;
    width: calc(100% - 40px);
    padding-right: 30px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    box-sizing: border-box;
}

.nav-wrap .scroller {
    position: absolute;
    padding-right: 50px;
    margin-right: 50px;
}

.nav-wrap .scroller li {
    float: left;
    padding: 0 10px;
    color: #111E36;
}

.nav-wrap .scroller ul li a {
    display: block;
    color: #111E36;
}

.nav-wrap .scroller ul li.cur a {
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.nav-wrap .scroller ul li.cur a::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%);
    bottom: 6px;
    width: 16px;
    height: 4px;
    background: #2378A0;
}

.nav-slide {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    text-align: center;
}

.nav-slide i {
    font-size: 30px;
    color: #1E5B7A;
}

.nav-mask {
    display: none;
    z-index: 12;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
}

.nav-popup {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -700px;
    transition: all .8s;
    background-color: #ffffff;
    padding: 0 20px;
    box-sizing: border-box;
}

.nav-popup span {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.nav-popup ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding-bottom: 100px;
}

.nav-popup ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(3, 16, 42, .04);
    text-align: center;
}

.nav-popup ul li a {
    display: block;
}

.close-pop {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.close-pop i {
    font-size: 20px;
    font-weight: bold;
}

.swipe-box {
    margin-top: 100px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 16px;
    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;
}


.swiper-slide a {
    display: block;
    width: 100%;

}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    border-radius: 1px;
    background: #fff;
    opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: right;
    bottom: 5px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #ff6000;
}

.module-group {
    padding: 10px 0;
    margin: 10px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.module-group a {
    width: 20%;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-group a img {
    width: auto;
    height: 30px;
}

.module-group a span {
    font-size: 12px;
    margin-top: 4px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}


.brand {
    margin: 0 10px 10px 10px;
    /* padding-bottom: 10px; */
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brand a {
    width: 20%;
    padding: 0 5px 5px 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.brand a span {
    width: 100%;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 4px;
    color: #666;
    display: none;
}

.brand a .more-icon {
    width: 100%;
}

.sales-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.sales-wrap a {
    margin-left: 10px;
}

.sales-wrap img {
    border-radius: 10px;
}

.xny-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff url("../images/xny-bg.png") repeat center center;
    padding: 10px 0;
}

.xny-tit {
    position: relative;
    margin-bottom: 10px;
}

.xny-tit img {
    width: auto;
    height: 36px;
    margin: 0 auto;
}

.xny-tit a {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 36px;
    font-size: 12px;
    color: #21A31E;
}

.xny-cars {
    padding-right: 10px;
    font-size: 14px;
}

.xny-cars ul {
    display: flex;
    justify-content: space-between;
}

.xny-cars ul li {
    flex: 1;
    margin-left: 10px;
}

.xny-cars ul li p {
    width: 100%;
    line-height: 1.5;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-align: center;
}

.xny-cars ul li span {
    display: block;
    color: #FF6400;
    text-align: center;
    margin: 8px auto 0 auto;
    font-size: 12px;
}

.xny-cars ul li .btn-ask {
    width: 80px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin: 6px auto;
    border: 1px solid #FF6400;
    border-radius: 4px;
    text-align: center;
}

.xny-cars ul li .btn-ask a {
    display: block;
    color: #FF6400;
}

.container {
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}

.video-recom .swiper-slide {
    position: relative;
}

.video-recom .swiper-slide i {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../images/v-icon.png") no-repeat center center;
    right: 10px;
    bottom: 10px;
    background-size: contain;
}

.video-recom .swiper-slide span {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 170px;
}

.video-recom .video-discovery span {
    background: url("../images/v-discover.png") no-repeat right center;
    background-size: contain;
}

.video-recom .video-24hours span {
    background: url("../images/v-24.png") no-repeat right center;
    background-size: contain;
}

.video-recom .video-talk span {
    background: url("../images/v-wlhc.png") no-repeat right center;
    background-size: contain;
}

.video-recom .video-weeks span {
    background: url("../images/v-weeks.png") no-repeat right center;
    background-size: contain;
}


.video-recom .video-story span {
    background: url("../images/v-story.png") no-repeat right center;
    background-size: contain;
}

.video-recom .video-baike span {
    background: url("../images/v-baike.png") no-repeat right center;
    background-size: contain;
}

.video-recom .video-tkx span {
    background: url("../images/v-tkx.png") no-repeat right center;
    background-size: contain;
}



.homepage-news {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.news-card, .video-card {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.news-card>a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.news-card {
    display: flex;
    justify-content: space-between;
}

.news-card .card-img {
    width: 120px;
    height: 80px;
    margin-left: 10px;
    flex: 0 0 120px;
}

.homepage-news img {
    border-radius: 2px;
}

.news-card .card-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: auto;
}

.card-name {
    font-weight: 500;
    line-height: 1.5;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-msg {
    display: flex;
    justify-content: space-between;
}


.card-top .cardtop-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 10px;
    margin: 10px auto;
}


.homepage-news p {
    font-size: 12px;
    color: #828CA0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homepage-news p a {
    color: #828CA0;
}

.homepage-news p span.num {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.video-card .card-img {
    margin: 8px auto;
    position: relative;
}

.video-card .card-img span {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url("../images/v-icon.png") no-repeat center center;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    background-size: contain;
}

.video-card .card-img p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 2px 4px;
    background: #000;
    color: #fff;
    align-items: center;
}

.video-card .card-img p i {
    font-size: 10px;
    margin-right: 3px;
}

.hot-cars {
    background: none;
    border-bottom: 1px solid #f0f0f0;
}

.hot-cars .xny-cars {
    padding: 0;
}

.hot-cars .xny-cars ul {
    margin-left: -10px;
}

.hot-cars .hot-tit {
    margin-bottom: 10px;
    line-height: 30px;
}

.hot-cars .hot-tit span {
    font-size: 18px;
    font-weight: bold;
}

.hot-cars .hot-tit a {
    float: right;
    font-size: 12px;
    color: #999;
}

.hot-cars p {
    font-size: 14px;
    color: #333;
}

.channel-tit {
    position: absolute;
    width: 50%;
    height: 50px;
    line-height: 50px;
    left: 50%;
    top: 0;
    margin-left: -25%;
    font-size: 18px;
    font-weight: bold;
    color: #1E5B7A;
    text-align: center;
}

.tab-button {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    text-align: center;
    z-index: 10;
}

.tab-button div {
    flex: 1;
}

.tab-button div.swiper-slide-thumb-active {
    position: relative;
    font-weight: bold;
}

.tab-button div.swiper-slide-thumb-active::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%);
    bottom: 6px;
    width: 16px;
    height: 4px;
    background: #2378A0;
}


.top-cont {
    width: 100%;
    height: auto;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    margin-top: 100px;
}

.top-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.top-item:last-child {
    margin-bottom: 0;
}

.top-item .top-img {
    flex: 0 0 120px;
    width: 120px;
    height: 80px;
    position: relative;
    margin-right: 10px;
    border: 1px solid #eeeeee;
}

.top-item .top-img span {
    position: absolute;
    left: 0;
    top: 0;
}

.top-item .top-img span img {
    width: auto;
    height: 20px;
}

.top-item .top-img img {
    width: 120px;
    height: 80px;
}

.top-info {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: auto;
}

.topcar-tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.topcar-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.topcar-price span {
    color: #ff6000;
    text-align: left;
    flex: 1;

}

.topcar-price a {
    padding: 3px 8px;
    border-radius: 20px;
    background: #ff6000;
    color: #ffffff;
    width: auto;
}

.topcar-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 14px;
    gap: 10px;
}

.topcar-links a {
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: #E4F1F7;
    color: #1E5B7A;
    text-align: center;
}

.top-img span {
    background: url("../images/topicon.png") no-repeat center center;
    background-size: cover;
    height: 20px;
    width: 36px;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    color: #464d62;
    text-indent: -3px;
}

.top-item:first-child .top-img span {
    background: url("../images/topicon1.png") no-repeat center center;
    background-size: cover;
    color: #c18f47;
}


.top-item:nth-child(2) .top-img span {
    background: url("../images/topicon2.png") no-repeat center center;
    background-size: cover;
    color: #51657d;
}

.top-item:nth-child(3) .top-img span {
    background: url("../images/topicon3.png") no-repeat center center;
    background-size: cover;
    color: #836d56;
}

.xny-box {
    margin-bottom: 10px;
}

.xnyitem-cont {
    padding-top: 100px;
    background: #fff;
}

.xnyitem-cont ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
}

.xnyitem-cont ul li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
}

.xnyitem-cont ul li img {
    margin-bottom: 4px;
    border: 1px solid #eeeeee;
}

.xnyitem-cont ul li span.icon {
    position: absolute;
    left: 10px;
    top: 0;
    width: 58px;
    height: 24px;
    background: url("../images/xny-icon.png") no-repeat center center;
    background-size: contain;
}

.xnyitem-cont ul li p {
    font-weight: 500;
    line-height: 1.5;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.xnycar-price {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #ff6000;
    align-items: center;
}

.xnycar-price a {
    padding: 3px 10px;
    background: #ff6000;
    color: #ffffff;
    border-radius: 2px;
    width: 60px;
}

.year {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: bold;
    color: #1E5B7A;
    z-index: 10;
}

.year li {
    flex: 1;
    height: 30px;
    line-height: 30px;
    background: url("../images/yearon-icon.png") no-repeat center center;
    background-size: 80% 100%;
    color: #1E5B7A;
    text-align: center;
}

.year li a {
    display: block;
    color: #1E5B7A;
}

.year li.cur {
    position: relative;
    background: url("../images/year-icon.png") no-repeat center center;
    background-size: 80% 100%;
    color: #fff;
}

.year li.cur a {
    color: #fff;
}

.year li.cur::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background-color: #2378A0;
    background: url("../images/sj-cion.png") no-repeat center center;
    background-size: contain;
}

.newcar-cont {
    margin-top: 100px;
}

.newcar-item {
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}

.newcar-time {
    margin-bottom: 10px;
    color: #000000;

}

.newcar-time span {
    color: #ff6000;
    font-weight: bold;
}

.newcar-box {
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}

.newcar-info {
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.newcar-img {
    width: 210px;
    height: 140px;
    flex: 0 0 210px;
    position: relative;
    border: 1px solid #eee;
    margin-right: 10px;
}

.newcar-img img {
    width: 210px;
    height: 140px;

}

.newcar-img span {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 24px;
    background: url("../images/news-icon.png") no-repeat center center;
    background-size: auto;
    background-size: contain;
}

.newcar-msg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: auto;
}

.newcar-msg p {
    font-weight: 500;
    line-height: 1.5;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.newcar-msg span {
    color: #ff6000;
    font-size: 14px;
}

.newcar-msg a {
    background: #ff6000;
    color: #ffffff;
    border-radius: 2px;
    width: 50%;
    text-align: center;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
}

.newcar-recom .news-card .card-img {
    position: relative;
    margin-left: 0;
    margin-right: 10px;
}

.newcar-recom .news-card .card-img span {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../images/v-icon.png") no-repeat center center;
    background-size: auto;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    background-size: contain;
}

.newcar-recom .news-card .card-msg p {
    font-size: 12px;
    color: #828CA0;
}

.newcar-recom .videorecom-card .card-img {
    height: auto;
}

.newcar-recom .news-card .card-msg p span i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 2px;
}

.newcar-recom .news-card .card-msg p span {
    margin-right: 10px;
}

.fkzx {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: 10px;
}

.fkzx div.form {
    background: #ffffff !important;
    padding: 0 10px 10px 10px !important;
}

.fkzx .tit-form {
    position: relative;
    width: 100%;
    height: 30px !important;
    line-height: 30px !important;
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: bold;
    box-sizing: border-box;
    font-size: 16px;
    background: #ffffff !important;
    padding-left: 0 !important;
    left: 0 !important;
    text-indent: 0 !important;

}

.fkzx .tit-form::before {
    left: 0 !important;
}

.fkzx .tit-form::after {
    right: 0 !important;
}

.footer {
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    color: #666666;
}

.footer a {
    color: #666666;
}

.xny-news {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
}

.search-fot {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px auto 0;
    font-size: 14px;
    background-color: #fff;
}

.search-fot a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #BFC5D2;
    color: #BFC5D2;
    padding: 0 10px 0 28px;
    box-sizing: border-box;
    border-radius: 5px;
    background: url(../images/search-bot.png) no-repeat 10px center;
    background-size: 14px 14px;
}

.layout {
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
}

.layout ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 5px;
    background: #ffffff;
    padding: 10px 0;
}

.layout ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.layout ul li a img {
    width: 56%;
    margin-bottom: 3px;
}

@media screen and (min-width:750px) {
    body, html {
        width: 750px;
    }

    .header-wrap, .year, .nav-box, .tab-button, .tab-button, .nav-mask {
        width: 750px;
        left: 50%;
        margin-left: -375px;
    }
}

