#main-wrapper{
    width: 1px;
    min-width: 100%;
    *width: 100%;    
}
.price-list {
    display: none;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 0;
    /*margin-top: 110px;*/
}
.price-list.active {
    display: block;
}
.price-list > li {
    display: inline-block;
    position: static;
    vertical-align: top;
    width: 280px;
    max-width: 25%;
    /*padding: 0 5px;*/
    padding: 0 1px;
    margin-bottom: 60px;
}
/*.price-list > li::before {
    content: ' ';
    display: block;
    width: 240px;
    max-width: 100%;
    height: 2px;
    margin-bottom: 30px;
}
.price-list > li.active::before, .price-list > li:hover::before {
    background-color: #e3e2e2;
}*/

.price-list > li .select-box{
    padding: 0 4px;
    padding-top: 30px;
    border-radius: 8px;
}
.price-list > li.active .select-box, .price-list > li:hover .select-box{
    border: 1px solid #a5815e;
}

.price-list > li .name, .price-list > li .price, .price-list > li .img-frame {
    cursor: pointer;
}
.price-list > li .name {
    font-size: 22px;
    line-height: 1.5;
}
.price-list > li .price {
    font-size: 16px;
    line-height: 1.5;
    color: #a5805e;
}
.price-list > li .img-frame {
    padding-top: 50px;
}
.price-list > li .img-frame img {
    max-width: 100%;
}

.remark {
    background-color: #f6f3f2;
    padding: 50px;
    font-size: 16px;
    line-height: 1.6;
}


/*@media (max-width: 991px) {*/
@media (max-width: 1024px) {    
    .price-list{
        /*margin-top: 80px;*/
    }
}
@media (max-width: 767px) {
    .price-list > li {
        width: 33.3%;
        max-width: 33.3%;
        /*padding: 0 15px;*/
        padding: 0 1px;
    }
    .price-list > li .select-box{
        padding: 0 14px;
        padding-top: 30px;
    }
    /*.price-list > li.active::before, .price-list > li:hover::before {
        width: 100%;
        background-color: #a5815e;
    }*/
    .remark {
        padding: 50px 15px;
    }
}
@media (max-width: 575px) {
    .price-list > li {
        width: 50%;
        max-width: 50%;
    }
}


/*car-detail*/
@media (min-width: 10px) {
    .price-list > li .car-detail-frame {
        display: none;
        height: 370px;
        text-align: center;
    }
    .price-list > li.active .car-detail-frame {
        display: block;
    }
    .price-list > li .car-detail-frame .car-detail-pointer{
        height: 60px;
        text-align: center;
        line-height: 60px;
    }
    .price-list > li .car-detail-frame .car-detail-pointer img{
        vertical-align: bottom;
        padding-bottom: 10px;
    }
    .price-list > li .car-detail {
        position: absolute;
        width: 100%;
        height: 310px;    
        left: 0;
        border-top: 1px solid #c8c6c5;
        border-bottom: 1px solid #c8c6c5;
        text-align: left;

        height: auto;
    }
    .car-detail .car-type, .car-detail .tech-data{
        display: inline-block;
        vertical-align: top;
        padding-top: 60px;
        height: 100%;
        height: auto;
    }

    .car-detail .car-type{
        position: relative;
        overflow: hidden;
        background-color: #f6f3f2;
        width: 33.5%;
        padding-top: 60px;
        height: 100%;
        text-align: center;

        width: 100%;
        height: 310px;
    }
    .car-detail .car-type .background {
        display: block;
        position: absolute;
        max-width: 100%;
        bottom: 0;
        left: 0;
    }
    .car-detail .car-type .title {
        font-size: 20px;
        line-height: 1.2;
        font-weight: bold;
    }
    .car-detail .car-type .content {
        color: #706864;
        font-size: 18px;
        line-height: 1.2;
        margin-top: 30px;
    }
    .car-detail .car-type .btn-frame {
        margin: auto;
        margin-top: 50px;
    }
    button.detail-btn, a.detail-btn {
        background: #30373f;
        color: #f6f2f2;

        width: 150px;
        font-size: 15px;
    }

    .car-detail .tech-data{
        width: calc(100% - 33.5%);
        padding: 60px 100px;

        width: 100%;
    }
    .car-detail .tech-data .title {
        line-height: 1.2;
        font-weight: bold;
        position: relative;
        font-size: 20px;
        height: 24px;
    }
    .car-detail .tech-data .title span{
        display: inline-block;
    }
    .btn-next, .btn-prev {
        color: #c8c6c5;
    }
    .btn-next.active, .btn-prev.active {
        color: #000;
        cursor: pointer;
    }
    .car-detail .tech-data .tech-list-frame {
        position: relative;
        padding-top: 30px;
        width: 100%;
        height: calc(100% - 24px);
        /*overflow: hidden;*/

        height: auto;
    }
    .car-detail .tech-data .tech-list {
        position: absolute;
        padding: 0;
        width: 500%;
        left: 0;

        position: relative;
        width: 100%;
    }
    .car-detail .tech-data .tech-list > li{
        display: inline-block;
        text-align: center;
        vertical-align: top;

        width: 6.8%;
        padding-right: 0.4%;

        width: 18%;
        margin-right: 2.5%;
        margin-bottom: 2.5%;
    }
    .price-list .active .tech-list > li:nth-child(5n){
        margin-right: 0;
    }
    .car-detail .tech-data .tech-list > li span{
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 1.2;
        margin-top: 15px;
    }
}
/*@media (max-width: 991px) {*/
@media (max-width: 1024px) {    
    .price-list > li .car-detail-frame {
        height: 330px;
    }
    .price-list > li .car-detail {
        height: 270px;
        height: auto;
    }
    .car-detail .car-type{
        height: 270px;
    }

    .car-detail .car-type, .car-detail .tech-data{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .car-detail .tech-data{
        padding: 40px 50px;
    }
}
@media (max-width: 767px) {
    .price-list > li .car-detail-frame {
        height: auto;
    }
    .price-list > li .car-detail {
        height: auto;
    }

    .car-detail .car-type, .car-detail .tech-data{
        width: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .car-detail .tech-data{
        padding: 60px 15px;
    }
    .car-detail .tech-data .title{
        text-align: center;
    }
    .btn-next, .btn-prev {
        display: none;
    }

    .car-detail .tech-data .tech-list-frame {
        height: auto;
    }
    .car-detail .tech-data .tech-list {
        position: relative;
        width: 100%;
        left: 0;
    }
    .car-detail .tech-data .tech-list > li{
        width: 33.3%;
        height: 160px;
        padding: 0 15px;
        margin-right: 0;
    }
}
@media (max-width: 575px) {
    .car-detail .tech-data .tech-list > li{
        width: 50%;
    }
}
