<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main {
    display: flex;
    flex-direction: row; 
}

.container {
    max-width: 1240px;
    margin: 5px auto 10px auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 10px;  
}

.car-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.image-gallery {
    flex: 1;
    max-width: 400px;
}

.image-gallery .main-image {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.thumbnails {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.thumbnails img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.thumbnails img:hover {
    transform: scale(1.1);
}

.details {
    flex: 2;
}

.details h1 {
    font-size: 25px;
    color: #333;
    margin-bottom: 5px;
}

.info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
}

.info-grid p {
    flex: 1 1 29.5%; 
    margin: 0;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.details .highlight {
    color: #e74c3c;
    font-weight: bold;
}

.buttons {
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
    margin-top:10px;
}

.buttons .btn-primary {
    background-color: #e74c3c;
    color: #fff;
    border: none;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.buttons .btn-primary:hover {
    background-color: #c0392b;
}

.buttons .btn-secondary {
    background-color: #3498db;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.buttons .btn-secondary:hover {
    background-color: #2980b9;
}

.specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
    margin-top: 10px; 
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.specs p {
    font-size: 14px;
    color: #333;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.specs p:hover {
    transform: scale(1.05);
    background-color: #f1f1f1;
}

.specs p::before {
    content: "â€¢ ";
    color: #007bf5;
    font-weight: bold;
}

.specs p:last-child {
    border-bottom: none;
}

@media (max-width: 768px) {
    .car-info {
        flex-direction: column;
    }

    .specs {
        grid-template-columns: 1fr;
    }
    main, .box, .topbar {
        width: 95%
    }
}

    
table {
	width:100%;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:10px;
}
td,th {
	border:1px solid #ccc;
	padding:8px;
}
tr:nth-child(even) {
	background-color:#f9f9f9;
}
tr:hover {
	background-color:#f0f0f0;
}
td font {
	color:red;
}

.news_box {
    padding: 10px;
    margin-top: 10px;
    overflow: hidden; 
    border-radius: 8px; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); 
}
.ixg {
    padding: 10px; 
    margin-top:10px;
    border-radius: 8px; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); 
}

.part01 {
    list-style: none; 
    padding: 0; 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: flex-start; 
}

.part01 li {
    flex: 1 0 calc(25% - 10px); 
    margin: 5px; 
    background-color: #fff; 
    border-radius: 5px;
    overflow: hidden; 
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    min-width: 200px;
}

.part01 li:hover {
    transform: translateY(-2px);
}

.part01 a {
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

.part01 img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.part01 p {
    text-align: center;
    font-size: 16px;
    color: #555;
}
@media (max-width: 768px) {
    .part01 li {
        flex: 1 0 calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .part01 li {
        flex: 1 0 100%;
    }
}
.pinpai li {
    float: left;
    width: 113px;
    height: 40px;
    line-height: 40px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    text-align: center;
    transition: all .3s;
    overflow: hidden
}

.pinpai li a {
    display: block;
    transition: all .3s
}

.pinpai li a i {
    margin-right: 3px
}

.pinpai li:hover {
    background: #007bf5!important;
    border: 1px solid #007bf5!important
}

.pinpai li a:hover,.pinpai li:hover a {
    color: #fff
}
@media (max-width: 768px) {
    .pinpai li {
        width: 31.7%;
        margin: 0 1% 1% 0
    }
}</pre></body></html>