* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #f5f5f5;
}

.box {
    min-height: 100vh;
    background-color: #f5f5f5;
}

header {
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.header-min {
    position: relative;
}

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

.header-min .back {
    width: 40px;
    height: 40px;
    background: url(../img/back.png) no-repeat center center;
    background-size: 20px;
}

.header-min .search1 {
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.spac {
    height: 15px;
    background-color: #f5f5f5;
}

.adv {
    background-color: #fff;
    padding: 15px 0;
}

.adv_ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

.adv_ul li {
    text-align: center;
}

.adv_ul li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.adv_ul li img {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
}

.adv_ul li span {
    font-size: 12px;
}

.wzcs {
    background-color: #fff;
    padding: 15px;
}

.wzcs .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.wzcs .title b {
    font-size: 16px;
    color: #333;
}

.wzcs .title .more {
    font-size: 12px;
    color: #999;
    text-decoration: none;
}

.wzcs .title .more img {
    width: 12px;
    vertical-align: middle;
    margin-left: 5px;
}

.list {
    margin-top: 10px;
}

.list ul {
    list-style: none;
}

.list .item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.list .item:last-child {
    border-bottom: none;
}

.list .item .img {
    width: 100px;
    height: 75px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
}

.list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list .item .info {
    flex: 1;
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list .item .car-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list .item .year {
    font-size: 12px;
    color: #999;
}

.list .item .year div {
    margin-right: 8px;
}

.list .item .price {
    font-size: 18px;
    font-weight: 600;
    color: #e53935;
}

.list .item .tag {
    font-size: 12px;
    color: #999;
}

.link-news {
    margin-top: 10px;
}

.link-news ul {
    list-style: none;
}

.link-news li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.link-news li:last-child {
    border-bottom: none;
}

.link-news li a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #333;
}

.link-news li p {
    flex: 1;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}

.link-news li p span {
    margin-right: 10px;
}

.link-news li p i {
    font-size: 12px;
    color: #999;
    font-style: normal;
}

.link-news li img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.host {
    background-color: #fff;
    padding: 15px;
}

.host ul {
    list-style: none;
}

.host li {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.host li:last-child {
    border-bottom: none;
}

.host .item-th {
    margin-bottom: 10px;
}

.host .item-th a {
    text-decoration: none;
}

.host .item-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.host .item-tb {
    display: flex;
}

.host .item-desc {
    flex: 1;
    display: flex;
    justify-content: space-around;
}

.host .item-desc a {
    text-align: center;
    text-decoration: none;
    color: #333;
}

.host .item-desc p:first-child {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.host .item-desc p:last-child {
    font-size: 16px;
    font-weight: 600;
    color: #e53935;
}

.host .serbtn {
    background-color: #15d48a;
    padding: 8px 20px;
    border-radius: 20px;
}

.host .serbtn a {
    color: #fff;
    font-size: 14px;
}

.c-list {
    background-color: #fff;
    margin: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.c-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.c-list .item:last-child {
    border-bottom: none;
}

.c-list .item .left {
    font-size: 14px;
    color: #999;
}

.c-list .item .right {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.article-detail {
    background-color: #fff;
    padding: 15px;
    margin: 15px;
    border-radius: 8px;
}

.article-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    margin-bottom: 15px;
}

.article-info {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.article-content {
    font-size: 15px;
    color: #333;
    line-height: 1.8;
}

.article-content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
    padding: 10px 0;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
}

.nav ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

.nav li {
    text-align: center;
}

.nav li a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 12px;
}

.nav li a.active {
    color: #15d48a;
}

.nav li img {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}

.dp_sou {
    padding-bottom: 30px;
}

.dbu_k {
    height: 15px;
    background-color: #f5f5f5;
}

.news-page {
    background-color: #fff;
    padding: 20px 16px;
}

.news-page h1 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 18px;
    letter-spacing: 0.2px;
}

.article-zan {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}

.article-zan .tip {
    font-size: 13px;
    color: #8c8c8c;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.article-zan .tip span {
    margin-right: 0;
    display: flex;
    align-items: center;
}

.article-zan .tip span:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ddd;
    margin-right: 8px;
}

.article-zan .tip span:first-child:before {
    display: none;
}

.news-article {
    font-size: 16px;
    color: #333;
    line-height: 1.9;
}

.news-article img {
    max-width: 100%;
    height: auto;
    margin: 16px 0;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.news-article p {
    margin-bottom: 18px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.news-article strong {
    color: #1a1a1a;
    font-weight: 600;
}

.news-article h2,
.news-article h3,
.news-article h4 {
    color: #1a1a1a;
    font-weight: 600;
    margin: 24px 0 12px;
    line-height: 1.5;
}

.news-article h2 {
    font-size: 19px;
}

.news-article h3 {
    font-size: 17px;
}

.news-article h4 {
    font-size: 16px;
}

.news-article blockquote {
    margin: 20px 0;
    padding: 16px 20px;
    background-color: #f8f9fa;
    border-left: 4px solid #15d48a;
    border-radius: 0 8px 8px 0;
    color: #555;
}

.news-article ul,
.news-article ol {
    margin: 16px 0;
    padding-left: 24px;
}

.news-article li {
    margin-bottom: 8px;
    color: #444;
}

.article-relink {
    margin-top: 32px;
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f0f0 100%);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.article-relink dd {
    margin: 0;
}

.article-relink b {
    display: block;
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.article-relink p {
    font-size: 13px;
    color: #777;
    line-height: 1.7;
}

.link-news h2 {
    background-color: #fff;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.link-news h2 p {
    margin: 0;
}

.link-news ul {
    background-color: #fff;
    padding: 0 15px;
}

@media screen and (max-width: 320px) {
    .list .item .img {
        width: 80px;
        height: 60px;
    }

    .link-news li img {
        width: 60px;
        height: 45px;
    }
}