<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content {
    width: 100%;
    display: flex;
    justify-content: center;
}
.content_left {
    width: 880px;
}
.content_right {
    width: 280px;
    margin-left: 20px;
}
.content_middle {
    width: 100%;
}

/*** 鏂拌溅 ***/
/*** 鏂拌溅-鍝佺墝 ***/
.index_brand.mt {
    margin-top: 60px;
}
.index_brand .flex {
    display: flex;
    flex-wrap: wrap;
}
.brand {
    margin: 40px 0;
    width: 107px;
    text-align: center;
    cursor: pointer;
}
.brand .brand_img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
}
.brand .brand_img img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand p {
    width: 100%;
    font-size: 14px;
    color: #1a1a1a;
    text-align: center;
    line-height: 14px;
    padding-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.brand a:hover p {
    color: #ff434f;
}
.brand .brand_icon {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand .brand_icon p {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: #f2f3f5;
    border-radius: 50%;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.brand .brand_icon p i {
    font-size: 24px;
    color: #fff;
}
/*** 鏂拌溅-杞︾郴 ***/
.series {
    width: 12.5%;
    text-align: center;
    cursor: pointer;
}
.series .series_img {
    margin: 0 auto;
    display: block;
    width: 120px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
}
.series .series_img img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.series &gt; p {
    width: 100%;
}
.series .series_name {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 14px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.series .series_price {
    padding-top: 8px;
    font-size: 16px;
    color: #ff434f;
    line-height: 16px;
    font-weight: bold;
}
.series .series_price.small {
    font-size: 14px;
}
.series a:hover p {
    color: #ff434f;
}
/*** 鏂拌溅-绛涢€夋潯浠� ***/
.filter {
    padding: 40px 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.filter h4 {
    line-height: 32px;
}
.filter a {
    margin-right: 10px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    background: #f7f8fa;
    border-radius: 5px;
    font-size: 14px;
    color: #1b1c33;
    text-align: center;
    display: inline-block;
}
.filter a:last-child {
    margin-right: 0;
}
.filter a i {
    font-size: 12px;
    margin-left: 10px;
}
.filter a:hover {
    background: #ff434f;
    color: #FFFFFF;
    transition: color 0s;
}

/*** 鍙戠幇 ***/
.index_find .flex {
    display: flex;
    flex-direction: column;
}
.news_box {
    margin-top: 30px;
    width: 876px;
    border: 1px solid #f2f3f5;
    background-color: #fff;
    overflow: hidden;
    border-radius: 4px;
    padding: 32px 27px 32px 32px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    box-sizing: border-box;
}
.news_box .img img:hover {
    transform: scale(1.1);
}
.news_box .img {
    width: 240px;
    height: 135px;
    border-radius: 4px;
    overflow: hidden;
}
.news_box .img img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}
.news_box .msg {
    width: 100%;
    margin-left: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_box .msg .msg_fixed_top h3 {
    font-size: 20px;
    color: #1b1c33;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
}
.news_box .msg .msg_fixed_top h3:hover {
    color: #ff434f;
}
.news_box .msg .msg_fixed_top p {
    padding-top: 12px;
    font-size: 16px;
    color: #5e5e66;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news_box .msg .msg_fixed_top .tag {
    display: flex;
    flex-wrap: wrap;
    padding-top: 12px;
}
.news_box .msg .msg_fixed_top .tag span {
    display: block;
    font-size: 12px;
    color: #ff434f;
    line-height: 12px;
    padding: 6px 12px;
    background: #f7f8fa;
    border-radius: 4px;
    margin-right: 12px;
    margin-bottom: 12px;
}
.news_box .msg .msg_fixed_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #8d8e99;
}
.news_box .msg .msg_fixed_bottom p {
    max-width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
}
.news_box .msg .msg_fixed_bottom span {
    line-height: 20px;
}
.index_find .more {
    padding: 40px 0;
    display: flex;
    justify-content: center;
}
.index_find .more .button {
    width: 200px;
}
.index_find .more .button i {
    margin-left: 6px;
    font-size: 13px;
}
.menu {
  position: fixed;
  top: 300px;
  left: 40px;
  width: 100px;
  font-size: 16px;
  z-index: 999;
  background-color: white;
  display: none;
}
.menu &gt; ol {
  list-style: none;
  padding: 0;
}
.menu &gt; ol &gt; li {
 /*background: #ff5152; */
  border-left: 5px solid var(--gradient-color);
  margin-bottom: 1px;
  position: relative;
  
}
.menu &gt; ol &gt; li a {
 /* color: #FBFBFB; */
  display: block;
  padding: 15px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.menu &gt; ol {
    display: block;
    max-width: none;
    text-align: center;
}
.menu &gt; ol &gt; li {
    border-top: 5px solid var(--accent-color);
    border-left: 0;
    display: inline-block;
    margin-left: -5px;
    vertical-align: top;
    width: 100px;
}
.menu &gt; ol &gt; li.active {
background: #ff5152; 
 color: #FBFBFB; 
  border-left: 5px solid var(--gradient-color);
  margin-bottom: 1px;
  position: relative;
 
}
.recommendcar {
  width: 215px;
  max-height: 282px;
  background-color: #fff;
  box-shadow: 0 2px 14px 0 #ededf0;
  border-radius: 4px;
  cursor: pointer;
}
.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
recommendcar{
    width:215px;
    max-height:282px;
    background-color:#fff;box-shadow:0 2px 14px 0 #ededf0;border-radius:4px;cursor:pointer
}.recommendcar:hover .img img{-ms-transform:scale(1.1);transform:scale(1.1)}.recommendcar .img{width:100%;height:154px;overflow:hidden;border-radius:4px 4px 0 0;position:relative}.recommendcar .img img{display:inline-block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-ms-transform:scale(1);transform:scale(1);transition:all .2s ease-in-out}.recommendcar .msg_main{height:98px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;padding:12px 12px 16px}.recommendcar .msg_main .flex_top .title{font-size:14px;color:#1b1c33;line-height:21px;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.recommendcar .msg_main .flex_top .title span{display:inline-block;padding:1px 4px;line-height:18px;font-size:12px;color:#fff;border-radius:4px;background-image:linear-gradient(131deg,#ff7366,#ff3340);vertical-align:1px}.recommendcar .msg_main .flex_top .title span.style_1{color:#972f00;background-image:linear-gradient(52deg,#ffb830,#ffe064 95%)}.recommendcar .msg_main .flex_top .config{font-size:12px;color:#8d8e99;line-height:12px;padding-top:6px}.recommendcar .msg_main .price{width:100%;font-size:20px;color:#ff434f;line-height:20px;font-weight:700}.recommendcar .msg_main .price span{font-size:12px}

.recommend_car{margin:0 20px 20px 0}.content .content_left .index_brand .recommend_car:nth-child(4n){margin-right:0}.content .content_left .index_brand .more{display:block;width:140px;margin:40px auto 80px;text-align:center}</pre></body></html>