.home-top-pic img {
    width: 100%;
    display: block;
}

.home-header-container {
    height: 51px;
}

.home-header-wrapper {
    height: 32px;
    background: var(--bg-white);
    position: relative;
    padding: 12px 0 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.home-header-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-right: 15px;
}

.home-header-buttons a {
    color: var(--date-gray);
    font-size: 10px;
}

.home-header-buttons a img {
    height: 20px;
    padding-bottom: 2px;
    display: block;
    margin: auto;
}

.home-header-buttons a.icon-pc {
    width: 24px;
}

.home-header-buttons a.icon-app {
    width: 40px;
}

.home-logo {
    margin-top: 0px;
    padding-left: 15px;
}

.home-logo a {
    display: block;
    height: 33px;
    background: url(//img.12365auto.com/images/m/logo.png) no-repeat left;
    width: 65px;
    background-size: 64px;
}

.home-search {
    border: 1px solid var(--date-gray);
    border-radius: 16px;
    width: 100%;
    height: 30px;
    text-align: left;
}

.home-search span {
    font-size: 0.875rem;
    color: var(--date-gray);
    background: url(//img.12365auto.com/images/m/public/ic_search.png) no-repeat 0 3.5px;
    background-size: 23px;
    padding-left: 25px;
    display: inline-block;
    line-height: 31px;
    margin-left: 10px;
}


/*-----------------------首页----------------------------*/
.home-center {
    min-height: 10px;
    overflow: hidden;
}

/*头条*/
.home-center .home-center-headline {
    padding: 12px 0 12px 15px;
    display: flex;
    align-items: center;
}

.home-center .home-center-headline img {
    width: 28px;
    margin-right: 4px;
}

.home-center .home-center-headline a {
    color: var(--text-black);
    font-weight: bold;
    display: block;
    overflow: hidden;
    font-size: clamp(14px, 4vw, 15px); 
    line-height: 1;
    padding-top: 2px;
}


/*焦点图*/
.home-center .home-foucs {
    clear: both;
    margin: 0 15px;
}

.home-center .foucs_box {
    width: 100%;
    position: relative;
    border-radius: 5px;
}

.home-center .foucs_box .swiper-container {
    border-radius: 5px;
}

.home-center .foucs_box .swiper-wrapper {
    position: relative;
    z-index: 5;
    width: 100%;
}

.home-center .foucs_box .swiper-wrapper a {
    display: block;
    position: unset;
    border-radius: 5px;
}

.home-center .foucs_box .swiper-wrapper a img {
    display: block;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.home-center .foucs_box .swiper-wrapper a p.bl_bg {
    display: block;
    position: unset;
    height: 30px;
    background: #f0f0f0;
    left: 0;
    bottom: -30px;
    width: 100%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 0 0 5px 5px;
}

.home-center .foucs_box .swiper-wrapper a .foucs-box-title {
    position: absolute;
    bottom: 0;
    left: 8px;
    line-height: 30px;
    color: var(--text-black);
    font-size: 0.875rem;
}

.home-center .foucs_box .swiper-container-horizontal + .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    right: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    height: 7px;
    margin: 7px auto 0;
    display: flex;
    justify-content: center;
    bottom: 35px;
}

.home-center .foucs_box .swiper-container-horizontal + .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    float: left;
}

.home-center .foucs_box .swiper-pagination-bullets span {
    background: var(--bg-white);
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=50);
}

.home-center .foucs_box .swiper-container-horizontal + .swiper-pagination-bullets span.swiper-pagination-bullet-active {
    background: var(--text-blue);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    width: 12px;
}

.home-news-wrapper .home-news-nav {
    padding: 0 15px;
    background: #fff;
    height: 39px;
    overflow: hidden;
}

.home-news-wrapper .home-news-nav .news-nav-scroll {
    height: 49px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.home-news-wrapper .home-news-nav .news-nav-scroll .swiper-pagination-bullets {
    background: #fff;
    white-space: nowrap;
}

.home-news-wrapper .home-news-nav .news-nav-scroll .swiper-pagination-bullets span.swiper-pagination-bullet {
    display: inline;
    margin-right: 20px;
    height: 38px;
    font-size: 0.95rem;
    background: #fff;
    opacity: 1;
}

.home-news-wrapper .home-news-nav .news-nav-scroll .swiper-pagination-bullets span.swiper-pagination-bullet b {
    height: 36px;
    line-height: 37px;
    color: #192633;
    display: inline-block;
    font-weight: normal;
    position: relative;
    font-size: 1rem;
}

.home-news-wrapper .home-news-nav .news-nav-scroll .swiper-pagination-bullets span.swiper-pagination-bullet-active b {
    font-size: 1.125rem;
    font-weight: bold;
}

.home-news-wrapper .home-news-nav .news-nav-scroll .swiper-pagination-bullets span.swiper-pagination-bullet-active b:before {
    content: "";
    width: 24px;
    height: 3px;
    background: #0DC0FE;
    display: block;
    border-radius: 3px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    bottom: -2px;
}




.home-center .foucs_box .livevideo {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 5;
}

.home-center .foucs_box .livevideo img {
    width: 84px;
}

.home-news .nav-fixed-high {
    height: 39px;
}


/*首页导航*/
.home-entrance {
    margin: 18px 11px 0px;
    min-height: 10px;
    overflow: hidden;
}

.home-entrance a {
    display: block;
    width: 16.6%;
    float: left;
    text-align: center;
    overflow: hidden;
    margin-bottom: 13px;
}

.home-entrance a img {
    width: 48%;
    margin: 0 26%;
}

.home-entrance a strong {
    font-size: 0.75rem;
    color: var(--text-black);
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    display: block;
    overflow: hidden;
    margin-top: 6px;
}

/*广告*/
.home-smk-banner {
    margin: 0 15px;
}

.home-smk-banner img {
    width: 100%;
    border-radius: 5px;
}

.home-topic {
    margin: 15px 15px 12px;
}

.home-topic img {
    width: 100%;
    border-radius: 5px;
}

.home-news {
    background: var(--bg-white);
    width: 100%;
    min-height: 10px;
    overflow: hidden;
    padding: 2px 0 5px;
}

.home-news .home-news-container .home-news-wrapper .home-news-nav .news-nav-scroll .swiper-pagination-bullets span.swiper-pagination-bullet-active b:before {
    left: 0;
    width: 20px;
    margin-left: 0;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}