.car-nav {
    border-top: solid 1px #eeeeee;
}

.car-nav a {
    margin-right: 40px;
    line-height: 60px;
}

.car-nav a:last-child {
    margin-right: 0;
}

.car-nav a:hover, .car-nav a.on {
    color: #c53833;
}

.bgf4 {
    background: #f4f4f4;
}

.car {
    padding-top: 24px;
    padding-bottom: 80px;
}
.car>.center{
    gap:32px;
}
.car .car-left {
    width: 250px;
}

.car .car-left .top-anchor {
    padding: 15px 0 0;
    background: #fff;
}

.car .car-left .top-anchor a {
    margin: 0 5px 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    line-height: 32px;
    color: #555555;
    transition: all .4s;
}

.car .car-left .top-anchor a:hover, .car .car-left .top-anchor a.on {
    color: #fff;
    background: #c53833;
}

.car .car-left .top-anchor .no-choice {
    background: #f3f3f3;
    color: #bebebe;
    pointer-events: none;
}

.car .bottom-car-class {
    margin-top: 20px;
    height: 830px;
    background: #fff;
    overflow: hidden;
}

.car .bottom-car-class .bottom-car-box {
    padding: 18px;
    overflow-y: auto;
    height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* .car .bottom-car-class .bottom-car-box::-webkit-scrollbar { width: 0 !important; } */
.car .bottom-car-class .letter-index {
    padding-bottom: 12px;
    border-bottom: solid 1px #eeeeee;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #555555;
}

.car .bottom-car-class .car-class-box:not(:last-child) {
    margin-bottom: 22px;
}

.car .car-left-ul1 {
    padding-top: 6px;
    font-size: 14px;
    line-height: 32px;
    color: #555555;
}

.car .car-left-ul1 li {
    cursor: pointer;
}

.car .car-left-ul1 li:hover > .title {
    color: #c53833;
}

.car .car-left-ul1 li:hover > .title > .iconfont {
    color: #fff;
    background: #c53833;
}

.car .car-left-ul1 .title .iconfont {
    margin-right: 8px;
    padding-left: 1px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #e9e9e9;
    line-height: 14px;
    text-align-last: center;
    color: #bababa;
    transition: all .4s;
}

.car .car-left-ul1 .on {
    color: #c53833;
}

.car .car-left-ul1 .on .iconfont {
    color: #fff;
    background: #c53833;
    transform: rotate(90deg);
}

.car .car-left-ul1 .car-left-ul2 {
    padding-left: 22px;
    display: none;
}

.car .car-left-ul1 .car-left-ul3 {
    padding-left: 22px;
    color: #888888;
    display: none;
}

.car .car-left-ul3 li:hover {
    color: #c53833;
}

.car .car-right {
    /* width: 918px; */
    flex: 1;
}

.car .car-right .paging {
    margin-top: 26px;
}
.car .car-ul{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.car .car-ul li {
    float: left;
    /* margin-bottom: 24px; */
    /* margin-right: 23px; */
    padding: 14px 15px;
    /* width: 290px; */
    /* height: 485px; */
    background: #fff;
    border-radius: 6px;
}

.car .car-ul li:nth-child(3n) {
    margin-right: 0;
}

.car .car-ul .img {
    position: relative;
    height: 340px;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
}

.car .car-ul .car-msg {
    margin-top: 20px;
    font-size: 14px;
    color: #555555;
    line-height: 24px;
}

.car .car-ul .car-msg .year::after {
    content: ' ';
    clear: both;
    display: block
}

.car .car-ul .a-boxes {
    margin-top: 10px;
    justify-content: space-around;
    font-size: 14px;
    line-height: 36px;
    color: #888888;
}

.car .car-ul .a-boxes a {
    width: 100px;
    height: 36px;
    background-color: #f4f4f4;
    border-radius: 18px;
    transition: all .4s;
    text-align: center;
}

.car .car-ul .a-boxes a:hover {
    background: #c53833;
    color: #fff;
}

.pay-pop {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.pay-pop .pay-pop-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    width: 842px;
    height: 550px;
    background-color: #ffffff;
    border-radius: 10px;
}

.pay-pop .pay-pop-con .title {
    text-align: center;
    font-size: 22px;
    color: #444444;
}

.pay-pop .pay-pop-con .pay-class {
    margin-top: 28px;
    padding: 28px 0 42px;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
}

.pay-pop .pay-pop-con .pay-class .tip-msg {
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.pay-pop .pay-pop-con .pay-class .colorRed {
    color: #c53833;
}

.pay-pop .pay-pop-con .which-way {
    margin-top: 38px;
    padding: 0 40px;
}

.pay-pop .pay-pop-con .which-way .pay-box {
    position: relative;
    width: 290px;
    height: 180px;
    border-radius: 10px;
    border: solid 1px #dcdcdc;
    text-align: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}

.pay-pop .pay-pop-con .which-way .flex-box {
    padding: 0 30px;
    width: 100%;
}

.pay-pop .pay-pop-con .which-way .title-p {
    font-size: 16px;
    color: #444444;
}

.pay-pop .pay-pop-con .which-way .how-much {
    margin-top: 8px;
    font-size: 14px;
    color: #888888;
}

.pay-pop .pay-pop-con .which-way .num {
    margin-right: 6px;
    font-size: 22px;
    color: #c53833;
}

.pay-pop .pay-pop-con .which-way .line {
    margin: 12px auto 12px;
    width: 190px;
    height: 1px;
    background: #eeeeee;
}

.pay-pop .pay-pop-con .which-way .download-times {
    font-size: 14px;
    color: #888888;
}

.pay-pop .pay-pop-con .which-way .top-tig {
    position: absolute;
    left: -32px;
    top: 8px;
    width: 110px;
    background: #d2d2d2;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    transform: rotate(-40deg);
}

.pay-pop .pay-pop-con .which-way .triangle {
    position: absolute;
    bottom: -6px;
    right: -20px;
    width: 70px;
    height: 26px;
    background: none;
    transform: rotate(-40deg);
}

.pay-pop .pay-pop-con .which-way .icon-gougou {
    position: absolute;
    right: 1px;
    bottom: 0px;
    font-size: 24px;
    color: #fff;
}

.pay-pop .pay-pop-con .which-way .on {
    border: 4px solid #c53833;
}

.pay-pop .pay-pop-con .which-way .on .triangle, .pay-pop .pay-pop-con .which-way .on .top-tig {
    background: #c53833;
}

.pay-pop .pay-pop-con .submit {
    margin: 40px auto 0;
    width: 182px;
    height: 54px;
    background-color: #c53833;
    border-radius: 10px;
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    color: #ffffff;
}

.pay-pop .pay-pop-con .close-btn {
    position: absolute;
    right: 24px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.pay-pop .pay-pop-con .close-btn span {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 2px;
    background: #757575;
}

.pay-pop .pay-pop-con .close-btn span:first-child {
    transform: rotate(45deg);
}

.pay-pop .pay-pop-con .close-btn span:last-child {
    transform: rotate(-45deg);
}

/*# sourceMappingURL=style.css.map */
@media(max-width:1199px){
    .car .car-ul{
        grid-template-columns: 1fr 1fr
    }
    .car{
        padding-bottom:75px;
    }
}
@media(max-width:1024px){
    .car .bottom-car-class{
        height:auto
    }
    .car .car-left-ul1 {
        display:flex;
        flex-wrap:wrap;
        gap:0 30px;
    }
    .car-nav{
        padding:10px 0;
    }
    .car-nav .center{
        gap:0 25px;
    }
    .car-nav a{
        line-height:35px;
        margin-right:0;
    }
    .car>.center{
        flex-wrap:wrap;
    }
    .car .car-left{
        width:100%;
    }
     .car .car-ul .a-boxes a{
        width:90px;
    }
    .car{
        padding-bottom:65px;
    }
}
@media (max-width:768px){
   
    .car .car-ul .img{
        height:50vw;
    }
    .car .car-ul li{
        height:auto;
    }
    .car .car-ul{
        gap:15px
    }
    .car{
        padding-bottom:55px;
    }
}
@media (max-width:500px){
    .car-nav a{
        font-size:14px;
        line-height:30px;
    }
    .car{
        padding-bottom:45px;
    }
    .car>.center{
        gap:20px;
    }
    .car .car-ul{
        grid-template-columns:1fr;
    }
    .car .car-right .paging{
        margin-top:10px;
    }
}