.module2 {
    padding: 1rem 2.1rem 0 2.1rem;
    margin-bottom: 1rem;
}
.module2 h2 {
    font-size: 0.36rem;
    color: #191919;
    margin: 0;
    font-weight: 200;
}
.module2 p {
    font-size: 0.18rem;
    font-weight: 300;
}
.module2 p:nth-of-type(1) {
    margin-top: 0.2rem;
}
.module2 p:nth-of-type(2) {
    margin-top: 0.1rem;
}
.module2 .btn {
    height: 0.6rem;
    width: 2.8rem;
    border: 0.01rem solid #7e5d59;
    color: #7e5d59;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.45rem;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0 !important;
    transition: all 0.3s;
    font-weight: 300;
}
.module2 .btn:hover {
    color: #7e5d59;
    background: #f2edea;
}
.module2 .btn:hover::after {
    transform: scale(1, 1);
}
.module2 .btn::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #471a14;
    transform: scale(0, 1);
}
.module2 .car-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.module2 .car-list .car-box {
    visibility: hidden;
    flex: 1 1 auto;
    border-radius: 0.26rem;
    position: relative;
    aspect-ratio: 5 / 4;
}

.module2 .car-list .card-group-1 {
    aspect-ratio: 727 / 480;
}
.module2 .car-list .card-group-2 {
    aspect-ratio: 1 / 1.01;
}

.module2 .car-list .card-group-2 .car-box-info {
    padding: 0 0.2rem;
}

.module2 .car-list .card-group-2 .car-box-alias_name {
    font-size: 0.16rem;
}

.module2 .car-list .card-group-2 .car-box-price {
    font-size: 0.16rem;
}

.module2 .car-list .card-group-2 .car-list-mask-btn-box {
    padding-left: 0.2rem;
}

/* 所有卡片内的图片自适应 */
.module2 .car-list .car-box .car-box-car {
    display: flex;
    align-items: center;
    justify-content: center;
}
.module2 .car-list .car-box .car-box-car img {
    height: auto;
    width: 100%;
}

.car-box-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0.26rem;
    z-index: 1;
    opacity: 0.7;
}
.car-box-car {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    z-index: 2;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.car-box-car img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.car-list-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    border-radius: 0.26rem;
    cursor: pointer;
    z-index: 2;
}
.car-list-mask video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.26rem;
}
.car-box-new-text {
    position: absolute;
    z-index: 1;
    top: 0.3rem;
    color: #8c7b77;
    left: 0.5rem;
    font-style: italic;
    font-size: 0.2rem;
    letter-spacing: 0.02rem;
    font-weight: 300;
}
.car-box-info {
    display: flex;
    align-items: center;
    padding: 0 0.34rem 0 0.52rem;
    justify-content: space-between;
    bottom: 0.35rem;
    position: absolute;
    z-index: 2;
    width: 100%;
}
.car-box-alias_name {
    color: #444;
    font-size: 0.18rem;
    font-weight: 300;
}
.car-box-price {
    color: rgba(68, 68, 68, 0.5);
    font-size: 0.18rem;
    font-weight: 300;
}
.car-box:hover .car-list-mask {
    display: block;
}
.car-list-mask-alias_name {
    color: #fff;
    font-size: 0.3rem;
    text-align: center;
    /* margin-top: 1.5rem; */
    font-weight: 200;
}
.car-list-mask-desc {
    margin-top: 0.26rem;
    color: #fff;
    font-size: 0.18rem;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.05rem;
}
.car-list-mask-price {
    color: #fff;
    font-size: 0.15rem;
    margin-top: 0.5rem;
    text-align: center;
}
.car-list-mask-price span {
    font-size: 0.28rem;
}
.car-list-mask-btn-box {
    display: flex;
    align-items: center;
    /* margin-top: 0.8rem; */
    justify-content: center;
    font-weight: 300;
    /* padding-left: 0.4rem; */
    position: absolute;
    bottom: 2em;
    width: 100%;
}
.car-list-mask-btn {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    color: #fff;
    width: 1.7rem;
    padding: 0.1rem 0.15rem;
    justify-content: center;
}
.car-list-mask-btn:hover img {
    margin-left: 0.3rem;
}
/* .car-list-mask-btn:nth-last-of-type(1) {
    margin-left: 0.4rem;
} */

body
    > div.home-all
    > main
    > div.module2
    > div
    > div.car-box.car-box0
    > div.car-list-mask.car-list-mask0
    > div
    > div.car-list-mask-btn-box
    > a {
    margin-left: 0;
}
.car-list-mask-btn img {
    width: 0.35rem;
    display: block;
    transition: all 0.5s;
    margin-left: 0.2rem;
}
.car-list-mask-content {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.26rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767px) {
    .module2 {
        padding: 0rem 0.58rem 1.52rem 0.58rem;
    }
    .module2 .car-list .car-box:nth-of-type(3) {
        margin-top: 0.34rem;
        width: 100%;
    }
    .module2 .car-list .car-box:nth-of-type(4) {
        margin-top: 0.34rem;
        width: 100%;
    }
    .module2 .car-list .car-box:nth-of-type(5) {
        margin-top: 0.34rem;
        width: 100%;
    }
    .module2 h2 {
        font-size: 0.48rem;
        color: #191919;
        margin: 0;
        font-weight: bold;
        line-height: 0.7rem;
    }
    .module2 p {
        font-size: 0.24rem;
        line-height: 0.45rem;
    }
    .module2 p:nth-of-type(1) {
        margin-top: 0.35rem;
    }
    .module2 p:nth-of-type(2) {
        margin-top: 0;
    }
    .module2 .btn {
        height: 0.8rem;
        width: 4.2rem;
        border: 0.01rem solid #7e5d59;
        color: #7e5d59;
        font-size: 0.24rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.45rem;
        position: relative;
        cursor: pointer;
        background-color: #fff;
        border-radius: 0 !important;
        transition: all 0.3s;
    }
    .module2 .btn:hover {
        color: #7e5d59;
        background: #f2edea;
    }
    .module2 .btn:hover::after {
        transform: scale(1, 1);
    }
    .module2 .btn::after {
        position: absolute;
        height: 2px;
        width: 100%;
        content: "";
        display: block;
        left: 0;
        bottom: 0;
        transition: all 0.5s;
        background-color: #471a14;
        transform: scale(0, 1);
    }
    .module2 .car-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 1.03rem;
    }
    .module2 .car-list .car-box {
        height: 6.68rem;
        width: 100%;
        margin-top: 0.34rem;
        border-radius: 0.2rem;
        position: relative;
    }
    .car-box-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 0.26rem;
        z-index: 1;
    }
    .car-box-car {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 2;
        transform: inherit;
    }
    .car-box-car img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .car-list-mask {
        position: absolute;
        /* width: 100%;
    height: 100%; */
        top: 0;
        left: 0;
        /* display: none; */
        border-radius: 0.26rem;
        cursor: pointer;
        z-index: 2;
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
    }
    .car-box4:hover .car-list-mask4 {
        display: none;
    }
    .car-list-mask video {
        /* width: 100%;
    height: 100%; */
        object-fit: cover;
        border-radius: 0.26rem;
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
    }
    .car-box-new-text {
        position: absolute;
        z-index: 1;
        top: 0.32rem;
        color: #8c7b77;
        right: 0.36rem;
        font-style: italic;
        font-size: 0.24rem;
        letter-spacing: 0.02rem;
        left: auto;
    }
    .car-box-info {
        display: flex;
        align-items: center;
        padding: 0 0.34rem 0 0.52rem;
        justify-content: space-between;
        bottom: 0.35rem;
        position: absolute;
        z-index: 2;
        width: 100%;
    }
    .car-box-alias_name {
        color: #444;
        font-size: 0.39rem;
        position: absolute;
        top: -5.1rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .car-box-price {
        color: rgba(68, 68, 68, 0.5);
        font-size: 0.25rem;
        width: 100%;
        text-align: center;
    }

    .car-box:hover .car-list-mask {
        display: none;
    }

    .car-list-mask img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0.26rem;
    }
    .car-list-mask-alias_name {
        color: #fff;
        font-size: 0.35rem;
        text-align: center;
        margin-top: 0.8rem;
    }
    .car-list-mask-desc {
        margin-top: 0.26rem;
        color: #fff;
        font-size: 0.25rem;
        text-align: center;
    }
    .car-list-mask-price {
        color: #fff;
        font-size: 0.15rem;
        margin-top: 0.5rem;
        text-align: center;
    }
    .car-list-mask-price span {
        font-size: 0.28rem;
    }
    .car-list-mask-btn {
        width: 2.6rem;
        height: 0.6rem;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.14rem;
        color: #fff;
        margin: 0 auto;
        margin-top: 0.8rem;
        position: relative;
        border: 0.01rem solid #fff;
    }

    .car-list-mask-btn::after {
        position: absolute;
        height: 0.03rem;
        width: 100%;
        content: "";
        display: block;
        left: 0;
        bottom: 0;
        transition: all 0.5s;
        background-color: #fff;
        transform: scale(0, 1);
    }
    .car-list-mask-btn:hover::after {
        transform: scale(1, 1);
    }
    .car-list-mask-content {
        z-index: 1;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 0.26rem;
    }
}
