.loading {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.loading img {
    width: .5rem;
}

/* .all .list .box .table-box .cell:hover .cell-box{
    background-color: rgba(243,234,230,0.5)
}
.all .list .box .table-box .cell .cell-box:hover{
    color: #793d10;
}
.all .list .box .table-box .cell .cell-box-first:hover{
    color: #434343;
} */



.cookie-pop {
    z-index: 100001
}

.header_nav_box {
    z-index: 1000000000 !important
}

.all {
    max-width: 1920px;
    /* max-width: 100%; */
    margin: 0 auto;
    padding: 0rem 0.5rem 0;
    color: #000;
    position: relative;
    z-index: 2
}

.all .config-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0.2rem .25rem;
    background: #131616;
    position: sticky;
    top: 0;
    margin-top: 0.8rem;
    z-index: 20000;
    transition: all 0.1s;
}

.all .config-header .left-box {
    display: flex;
    align-items: center;
    position: relative
}

.all .config-header .left-box .select-box {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}

.all .config-header .left-box .select-box .name {
    color: #4E2A07;
    font-size: .18rem;
    font-weight: 300
}

.all .config-header .left-box .select-box img {
    width: .12rem;
    margin-left: .15rem
}

.all .config-header .left-box .select-box .select-list {
    position: absolute;
    box-shadow: 0px 3px 16px 1px rgba(75, 75, 75, 0.17);
    background: #fff;
    border-radius: .08rem;
    display: flex;
    flex-direction: column;
    padding: .3rem;
    width: 2.27rem;
    z-index: 12345;
    top: .5rem;
    left: 0;
}

.all .config-header .left-box .select-box .select-list .li {
    color: #4E2A07;
    font-size: .18rem;
    font-weight: 400;
    margin-bottom: .45rem;
    cursor: pointer
}

.all .config-header .left-box .select-box .select-list .li:nth-last-of-type(1) {
    margin-bottom: 0
}

.all .config-header .left-box .price {
    margin-left: .6rem;
    color: #B8A99B;
    font-size: .18rem;
    font-weight: 300;
    position: relative;
}

.all .config-header .left-box .price::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #4E2A07;
    top: 50%;
    transform: translateY(-50%);
    left: -.3rem;
    opacity: .86
}

.all .config-header .right-box {
    display: flex;
    align-items: center;
}

.all .config-header .right-box .l {
    display: flex;
    align-items: center
}

.all .config-header .right-box .r {
    display: flex;
    align-items: center
}

.all .config-header .right-box .icon-box {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
    cursor: pointer;
}

.all .config-header .right-box .icon-box .icon {
    width: 0.46rem;
    position: relative;
    height: 0.24rem;
}

.all .config-header .right-box .icon-box .icon .checkbox {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.all .config-header .right-box .icon-box .icon .switch {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #4B4B4B;
    opacity: .23;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.all .config-header .right-box .icon-box .icon .slider {
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease-out;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.all .config-header .right-box .icon-box .icon .checkbox:checked+.switch {
    background-color: #4E2A07;
    opacity: 1
}

.all .config-header .right-box .icon-box .icon .checkbox:checked+.switch .slider {
    left: calc(100% - 0.2rem - 2px);
}

.all .config-header .right-box .icon-box img {
    width: 0.21rem;
}

.all .config-header .right-box .icon-box .t {
    font-size: 0.16rem;
    font-weight: 500;
    margin-left: 0.08rem;
    color: #fff
}


.all .config-header .right-box .btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #4E2A07;
    justify-content: center;
    width: 1.62rem;
    height: 0.5rem;
    position: relative;
    font-size: 0.16rem;
    color: #4E2A07;
    font-weight: 300;
    border-radius: 0;
    padding: 0;
    transition: all .3s;
    margin-left: .58rem
}

.all .config-header .right-box .btn1:hover {
    background: rgba(242, 237, 234, .3)
}

.all .config-header .right-box .btn2 {
    margin-left: 0.3rem;
    color: #fff;
    border: 1px solid #967967;
    background: #967967;
}

.all .config-header .right-box .btn2:hover {
    background: rgba(150, 121, 103, .3);
    border-color: rgba(150, 121, 103, .3);
    color: #5B5B5A
}

.all .testdrive-btn {
    width: 1.11rem;
    height: 0.32rem;
    text-align: center;
    line-height: 0.32rem;
    border-radius: 0.32rem;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.13rem;
    background: #1b1b1b;
    margin-left: 0.5rem;
}

.all .reserve-btn {
    width: 1.11rem;
    height: 0.32rem;
    text-align: center;
    line-height: 0.32rem;
    border-radius: 0.32rem;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.13rem;
    background: #1b1b1b;
    margin-left: 0.1rem;
    position: relative;
}


.all .title-box {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    background-color: #131616;
    padding: 0.1rem 0.2rem;
}

.all .title-box .title1 {
    font-size: 0.24rem;
    font-weight: 300;
    color: #fff;
}

.all .title-box .title2 {
    font-size: 0.4rem;
    font-weight: 600;
    color: #fff;
    font-family: "SiYuanSongTiCN-SemiBold";
}

.all .title-box .title3 {
    font-size: 0.14rem;
    color: #5F5F5F;
    margin-top: .4rem
}

.all .lists {
    display: flex;
    margin-top: -0.4rem;
}

.all .lists .anchors {
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    position: sticky;
    top: 1.5rem;
    height: 7.5rem;
    width: 11%;
}

.all .lists .anchors .anchor {
    color: #fff;
    height: 0.3rem;
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
    font-weight: 300;
    cursor: pointer;
    transition: all .3s;
    position: relative;
    opacity: 0.5;
    line-height: 0.3rem;
}

.all .lists .anchors .anchor.active {
    color: #fff;
    font-weight: 800;
    opacity: 1;
}

.all .lists .anchors .anchor.active::after {
    height: .15rem;
    width: 2px;
    background: #A88D7A;
    position: absolute;
    content: '';
    left: -.16rem;
    top: 50%;
    transform: translateY(-50%)
}

.all .list {
    /* width: 87%; */
    width: 88%;
    margin-left: .44rem;
    padding-right: .2rem;
    background: #131616;
}

.all .list-modal {
    margin-left: 0;
    padding-right: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #272727;
}

.all .list .box {
    position: relative;
}

.all .list .box .box-title {
    background: #000;
    /* height: 0.76rem; */
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 200;
    pointer-events: none;
    cursor: pointer;
}

.all .list .box .box-title .title {
    display: flex;
    align-items: center;
}

.all .list .box .box-title .notice {
    font-size: 0.166rem;
    color: #fff;
}

.all .list .box .box-title .title .t {
    font-size: 0.26rem;
    font-weight: 800;
    color: #A88D7A;
}

.all .list .box .box-title .title .ul-icon {
    width: 0.26rem;
    margin-left: 0.05rem;
    display: none;
    transition: all 0.3s;
}

.all .list .box .box-title .notice {
    font-size: 0.166rem;
}

.all .list .box .box-title ul {
    position: absolute;
    left: 0;
    top: 0.76rem;
    width: 4rem;
    background-color: #1b1b1b;
    border-radius: 0.02rem;
    box-shadow: 9px 15px 15px -10px rgba(0, 0, 0, 0.1);
    padding: 0.16rem 0.1rem;
    display: none;
    height: 5rem;
    overflow-y: auto;
}

.all .list .box .box-title ul li {
    font-size: 0.14rem;
    padding: 0.1rem 0.14rem;
    transition: all 0.3s;
    color: rgba(255, 255, 255, 0.5);
}

.all .list .box .box-title ul li.active {
    color: #fff;
    font-weight: bold;
}

.all .list .box .disabled {
    pointer-events: initial;
}

.all .list .box .disabled .title .ul-icon {
    display: none;
}

.all .list .box .table-box {
    background-color: #131616;
    z-index: 100;
    width: 100%;
}

.all .list .box .table-box .cell {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #494949;
    position: relative;
    overflow: hidden;
}

.all .list .box0 .table-box .cell {
    border-bottom: unset;
}

.all .list .box0 .table-box .cell:nth-of-type(1) {
    background: #131616;
}

.all .list .box .table-box .cell .change-btn {
    position: absolute;
    width: 85%;
    padding-right: 8%;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 11;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
}

.all .list .box .table-box .cell .change-btn img {
    width: 0.1rem;
    cursor: pointer;
}

.all .list .box .table-box .cell .change-btn .to-box {
    width: .48rem;
    height: .48rem;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center
}

.all .list .box .table-box .cell .change-btn .toLeft {
    transform: rotate(180deg);
}

.all .list .box .table-box .cell .cell-box {
    font-size: 0.16rem;
    display: flex;
    align-items: normal;
    flex-direction: column;
    flex: none;
    padding: 0.2rem 0.3rem;
    transition: transform 0.5s;
    justify-content: center;
    background: #131616;
    font-weight: 400;
    color: #fff;
}

.all .list .box0 .table-box .cell:nth-of-type(1) .cell-box {
    background: #131616;
    color: #fff
}

.all .list .box .table-box .cell .cell-box .t-box {
    display: flex;
    flex-direction: column;
    align-items: normal;
}

.all .list .box .table-box .cell .cell-box-first {
    align-items: flex-start;
    justify-content: center;
    width: 24%;
    padding-left: 0.3rem;
    padding-right: .5rem;
    position: relative;
    z-index: 10;
    transform: translateX(0);
    font-size: 0.16rem;
}

.all .list .box:nth-of-type(1) {
    position: sticky;
    top: 0;
    background-color: #131616;
    z-index: 5000 !important;
    padding-top: .3rem;
    transition: all 0.1s;
}

.all .list .box:nth-of-type(1) .table-box .cell:nth-of-type(1) .cell-box {
    font-weight: 400;
    font-size: 0.22rem;
    color: #fff;
}

.all .list .box .table-box .cell .unit-title-row {
    width: 100%;
    background: #f4f0ed;
    font-weight: 800;
}

.all .change-car-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 10000000000;
}

.all .change-car-box .car-box {
    position: absolute;
    background-color: #272727;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.06rem;
    padding: 0.5rem 0.77rem;
    width: 7rem;
}

.all .change-car-box .car-box .top-box {
    display: flex;
    justify-content: space-between;
}

.all .change-car-box .car-box .top-box .left .t1 {
    font-size: 0.26rem;
    color: #fff;

}

.all .change-car-box .car-box .top-box .left .t2 {
    font-size: 0.14rem;
    font-weight: 300;
    color: #fff;

}

.all .change-car-box .car-box .top-box .right {
    cursor: pointer;
    width: 0.2rem;
}

.all .change-car-box .car-box .top-box .right img {
    width: 100%;
}

.all .change-car-box .car-box .car-name {
    font-size: 0.2rem;
    margin-top: 0.3rem;
    color: #fff;
    font-family: "SiYuanSongTiCN-SemiBold";
}

.all .change-car-box .car-box .list .car-list-box {
    margin-top: 0.34rem;
    width: calc(100% / 3);
}

.all .change-car-box .car-box .list .car-list-box .t {
    font-size: 0.18rem;
    width: 1.66rem;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    color: #fff;
    border-radius: 0.4rem;
    margin-top: 0.2rem;
    background: #404040;
    cursor: pointer;
}

.all .change-car-box .car-box .list .car-list-box .t.active {
    background: #000;
}

.all .change-car-box .car-box .list .car-list-box .t-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.all .change-car-box .car-box .list .car-list-box .t-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 0.09rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.all .change-car-box .car-box .list .car-list-box .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 0.2rem;
    width: 0.2rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.all .change-car-box .car-box .list .car-list-box .t-checkbox input:checked~.checkmark {
    background-color: #4E2A07;
    border: 1px solid #4E2A07;
}

.all .change-car-box .car-box .list .car-list-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.all .change-car-box .car-box .list .car-list-box .t-checkbox input:checked~.checkmark:after {
    display: block;
}

.all .change-car-box .car-box .list .car-list-box .t-checkbox .checkmark:after {
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0.04rem;
    height: 0.08rem;
    border: solid white;
    border-width: 0 0.15em 0.15em 0;
}

.all .change-car-box .car-box .car-list-btn {
    width: 100%;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 0.38rem;
    color: #fff;
    padding-top: 0.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.all .change-car-box .car-box .car-list-btn .car-list-item {
    background: #404040;
    cursor: pointer;
    width: 2.24rem;
    height: 0.55rem;
    border-radius: 0.55rem;
    text-align: center;
    line-height: 0.55rem;
    font-size: 0.18rem;
}



.all .memo {
    padding: 0.3rem 0.3rem 0.5rem;
    font-size: 0.152rem;
    color: rgba(0, 0, 0, 0.5);
}

.all .memo img {
    max-width: 60%;
    margin-top: .2rem;
}

.all .memo h2 {
    font-size: 13px;
    font-weight: 300;
    color: #515151;
}

.all .memo h3 {
    font-size: 13px;
    font-weight: 300;
    color: #515151;
}

.all .memo h4 {
    font-size: 13px;
    font-weight: 300;
    color: #515151;
}

.all .memo li {
    font-size: 13px;
    color: #515151;
}


.box0 .table-box .cell:nth-of-type(2) .cell-box {
    font-weight: 800 !important;
}

.all .config-footer {
    position: sticky;
    bottom: 0;
    width: 100%;
    height: 1rem;
    border-top: 1px solid #e6e6e6;
    z-index: 3000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all .config-footer .left {
    font-size: 0.16rem;
    color: #967967;
    display: flex;
}

.all .config-footer .left img {
    width: 7%;
    height: 6%;
    display: flex;
    margin-top: 0.05rem;
    margin-left: 0.05rem;
}

.all .config-footer .right {
    display: flex;
    align-items: center;
}

.all .config-footer .right .btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #4E2A07;
    justify-content: center;
    width: 1.62rem;
    height: 0.5rem;
    position: relative;
    font-size: 0.16rem;
    color: #4E2A07;
    font-weight: 300;
    border-radius: 0;
    padding: 0;
    transition: all .3s;
    margin-left: .58rem;
}

.all .config-footer .right .btn img {
    width: 1.3rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.6rem;
    display: none;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.all .config-footer .right .btn:hover img {
    display: block
}

.all .config-footer .right .btn2 {
    margin-left: 0.3rem;
    color: #fff;
    border: 1px solid #967967;
    background: #967967;
}

.all .config-footer .right .btn2:hover {
    background: rgba(150, 121, 103, .3);
    border-color: rgba(150, 121, 103, .3);
    color: #5B5B5A;
}


.pc-pad {
    display: block !important;
}

.mb-only {
    display: none !important;
}


.btnlist-qr-box {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    z-index: -999999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none!important;
}

.btnlist-qr-box.active {
    /* display: block; */
    z-index: 9999999999;
    display: flex!important;
}


@media (max-width: 768px) {
    .pc-pad {
        display: none !important;
    }

    .mb-only {
        display: block !important;
    }

    .all .config-footer {
        height: auto;
        padding: 0.4rem;
        z-index: 300;
        position: static;
        display: flex;
        flex-direction: column-reverse;
    }

    .all .config-footer .left {
        /* color: #424A52; */
        font-size: .28rem;
        margin-top: .53rem;
        padding-bottom: .11rem;
        border-bottom: 1px solid #967967;
    }

    .all .config-footer .left img {
        display: none
    }

    .all .config-footer .right {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .all .config-footer .right .btn {
        width: 100%;
        height: 0.88rem;
        font-size: 0.28rem;
        margin-left: 0;
    }

    .all .config-footer .right .btn img {
        width: 0.32rem;
    }

    .all .config-footer .right .btn2 {
        margin-left: .13rem;
    }

    .all .config-header .left-box .select-box .select-list .li {
        font-size: 0.32rem
    }

    .all .list .box:nth-of-type(1) {
        padding-top: 0rem;
    }

    .header_nav_mb {
        z-index: 1000000001 !important
    }

    /* .all .list{
        overflow: auto;
    max-height: 6rem;
} */
    .all {
        max-width: 100%;
        width: 100%;
        padding: 0rem 0 0;
    }

    .all .memo img {
        max-width: 100%;
    }

    .all .list .box .disabled .title .ul-icon {
        display: block
    }

    .all .config-header {
        flex-direction: column;
        align-items: flex-start;
        padding: .35rem 0.4rem .35rem
    }

    .all .config-header .left-box .select-box .name {
        font-size: .32rem
    }

    .all .config-header .left-box .select-box img {
        width: .2rem;
        margin-left: .2rem
    }

    .all .config-header .right-box {
        /* margin-top: .68rem; */
        justify-content: space-between;
        width: 100%;
    }

    .all .config-header .right-box .l {
        /* flex-direction: row-reverse */
        justify-content: space-between;
        width: 100%;
    }


    .all .config-header .right-box .icon-box {
        margin-left: 0
    }

    .all .config-header .right-box .icon-box .t {
        margin-left: 0
    }

    .all .config-header .right-box .icon-box {
        margin: 0;
    }

    .all .config-header .right-box .icon-box:nth-of-type(2) {
        margin-right: 0.2rem;
    }

    .all .config-header .right-box .icon-box .icon {
        width: 0.61rem;
        height: 0.32rem;
        margin-right: .1rem
    }

    .all .config-header .right-box .icon-box .icon .slider {
        width: 0.24rem;
        height: 0.24rem;
    }

    .all .config-header .right-box .icon-box .icon .checkbox:checked+.switch .slider {
        left: calc(100% - 0.24rem - 2px);
    }

    .all .config-header .right-box .icon-box .t {
        font-size: 0.23rem;
        font-weight: 300;
    }

    .all .config-header .right-box .icon-box img {
        width: 0.3rem;
        margin-right: 0.08rem;
    }

    .all .config-header .right-box .btn {
        width: 1.56rem;
        height: .6rem;
        font-size: .2rem
    }

    .all .config-header .right-box .btn2 {
        margin-left: .2rem
    }

    .all .lists .anchors {
        display: none
    }

    .all .title-box {
        flex-direction: column;
        height: auto;
        padding-left: 0.4rem;
        /* margin-top:0; */
        /* padding-top: .56rem; */
        padding-bottom: 0.4rem;
        margin-bottom: 0.3rem;
    }

    .all .title-box .title1 {
        font-size: .24rem
    }

    .all .title-box .title2 {
        font-size: .36rem
    }

    .all .title-box .title3 {
        font-size: .2rem
    }

    .all .list {
        width: 100%;
        padding-right: 0;
        margin-left: 0
    }

    .all .list .box .box-title .notice {
        font-size: 0.2rem;
        font-weight: 300;
        white-space: nowrap;
    }

    .all .title-box .left-box {
        width: 100%;
        height: 1.02rem;
        display: flex;
        align-items: center;
        font-size: 0.46rem;
        letter-spacing: 0.007rem;
        font-weight: bold;
        color: #000;
    }


    .all .list .box .box-title {
        height: 1.02rem;
        padding: 0 0.4rem;
        z-index: 200000
    }

    .all .list .box .box-title .title .t {
        font-size: 0.26rem;
        font-weight: 700;
        letter-spacing: 0.007rem;
    }

    .all .list .box .box-title .title .ul-icon {
        width: 0.24rem;
        position: relative;
        z-index: 20;
        margin-left: .2rem;
    }

    .all .list .box .box-title ul {
        width: 100%;
        padding: 0.2rem 0.2rem;
        height: 7rem;
        overflow: auto;
        top: 1rem;
    }

    .all .list .box .box-title ul li {
        font-size: 0.24rem;
        padding: 0.2rem 0.2rem;
        color: #fff;
    }

    .all .list .box .table-box .cell {
        padding: 0;
    }

    .all .list .box .table-box .cell .change-btn {
        display: none !important;
    }

    .all .list .box .table-box .cell .cell-box {
        font-size: 0.26rem;
        padding: 0.3rem;
        justify-content: center;
        overflow-wrap: break-word;
    }

    .all .list .box .table-box .cell .cell-box-first {
        width: 32%;
        position: relative;
        padding-left: .4rem;
        padding-right: .4rem;
        font-size: 0.26rem;
        font-weight: 500;
    }

    .all .list .box .table-box .cell .cell-box-first::after {
        width: 1px;
        height: 300%;
        background: #393939;
        content: '';
        display: block;
        right: 0;
        position: absolute
    }

    .all .list .box .table-box .cell .cell-box-first-active {
        box-shadow: 2px 0 10px -1px rgba(0, 0, 0, .15)
    }

    .all .list .box .table-box .cell .cell-box-first-active::after {
        display: none
    }

    .all .list .box .table-box .cell .unit-title-row {
        width: 100%
    }

    .all .list .box .table-box .cell .unit-title-row::after {
        display: none
    }

    .all .list .box0 .table-box .cell:nth-of-type(1) .cell-box-first::after {
        display: none
    }

    .all .list .box:nth-of-type(1) .table-box .cell:nth-of-type(1) .cell-box {
        font-size: 0.26rem;
        letter-spacing: 0.02rem;
        font-weight: 700;
        color: #fff;
        padding: .4rem;
    }

    .all .change-car-box .car-box {
        width: 100%;
        top: auto;
        transform: translateX(-50%);
        bottom: 0;
        border-radius: 0;
        padding: 0.4rem;
    }

    .all .change-car-box .car-box .top-box .left .t1 {
        font-size: 0.3rem;
        font-weight: 500;
        color: #fff;
    }

    .all .change-car-box .car-box .top-box .left .t2 {
        font-size: 0.26rem;
        margin-top: 0.1rem;
        font-weight: 300;
    }

    .all .change-car-box .car-box .top-box .right {
        width: 0.28rem;
    }

    .all .change-car-box .car-box .car-name {
        font-size: 0.42rem;
        font-weight: 700;
        padding-bottom: 0.24rem;
        margin-top: 0.48rem;
    }

    .all .change-car-box .car-box .list {
        max-height: 6rem;
        overflow: auto
    }

    .all .change-car-box .car-box .list .car-list-box {
        margin-top: 0.56rem;
    }

    .all .change-car-box .car-box .list .car-list-box .t {
        font-size: 0.3rem;
        font-weight: 300;
    }

    .all .change-car-box .car-box .list .car-list-box .t-checkbox .checkmark {
        width: 0.4rem;
        height: 0.4rem;
    }

    .all .change-car-box .car-box .list .car-list-box .t-checkbox .checkmark::after {
        width: 0.1rem;
        height: 0.2rem;
    }

    .all .change-car-box .car-box .car-list-btn {
        height: 0.88rem;
        font-size: 0.28rem;
        margin-top: 0.76rem;
    }

    .all .memo h2 {
        font-size: 0.2rem;
        margin-top: 20px;
        margin-bottom: 6px;
        color: #515151;
    }

    .all .memo h3 {
        font-size: 0.2rem;
        font-weight: 300;
        margin-bottom: 6px;
        color: #515151;
    }

    .all .memo h4 {
        font-size: 0.2rem;
        font-weight: 300;
        margin-bottom: 6px;
        color: #515151;
    }

    .all .memo li,
    .all .memo p {
        font-size: 0.2rem;
        line-height: 1.5;
        color: #515151;
        font-weight: 300;
    }

    .mob-btn-list{
        display: flex;
        justify-content: space-around;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #0E0E0E;
        height: 1.08rem;
        width: 100%;
        z-index: 999;
        align-items: center;
    }
    
    .all .testdrive-btn {
        margin: 0;
        width: 3.45rem;
        height: 0.71rem;
        font-size: 0.26rem;
    }

    .all .reserve-btn {
        margin: 0;
        width: 3.45rem;
        height: 0.71rem;
        font-size: 0.26rem;
        line-height: 0.71rem;
    }
}

.buttonTitle1 {
    position: relative;
}

.buttonTitle1::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #967967;
    transform: scale(0, 1);
}



.buttonTitle1:hover::after {
    transform: scale(1, 1);
}