.goods h3 {
    position: relative;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 30px;
    margin: 20px 0 48px;
}

.goods h3::after {
    position: absolute;
    top: 72px;
    left: 50%;
    width: 46px;
    height: 2px;
    transform: translateX(-50%);
    background-image: -webkit-gradient(linear, left top, right top, from(#00e3a0), to(#1a5ab0));
    background-image: linear-gradient(90deg, #00e3a0, #1a5ab0);
    opacity: .5;
    content: "";
}

.goods .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

.goods .list .item {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: rgba(14, 4, 27, .16);
    box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
}

.goods .list .item:nth-child(4n) {
    margin-right: 0;
}

.goods .list .item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid hsla(0, 0%, 90.2%, .1);
}

.goods .list .item .title span {
    color: #bbafca;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goods .list .item .title a {
    display: block;
    color: transparent;
    font-size: 20px;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #00e3a0, #1a5ab0);
}

.goods .list .item .nr {
    width: 100%;
    padding: 20px 28px;
    box-sizing: border-box;
}

.goods .list .item .nr .xing {
    width: 100%;
    margin-bottom: 10px;
}

.goods .list .item .nr .img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.goods .list .item .nr .img span {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    background-color: #E6224D;
}

.goods .list .item .nr .img img {
    width: 100%;
    object-fit: cover;
    transition: all .3s;
}

.goods .list .item .nr .img img:hover {
    transform: scale(1.05);
}

.goods .list .item .nr p {
    color: #bbafca;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}


/* 详情 */

.details .about {
    width: 100%;
    margin: 32px 0;
    padding: 40px 49px 37px;
    box-sizing: border-box;
    border-radius: 32px 8px 8px;
    background-color: rgba(14, 4, 27, .16);
    -webkit-box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
    box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
}

.details .about h3 {
    color: #f4f4f4;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 6px;
}

.details .about .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
}

.details .about .title span {
    color: #fff;
    font-size: 23px;
}

.details .about .title a {
    color: #75d1c6;
    font-size: 18px;
}

.details .about .in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.details .about .in .left {
    width: 30%;
}

.details .about .in .left img {
    width: 100%;
}

.details .about .in .right {
    width: 68%;
}

.details .about .in .right p {
    color: rgb(142, 129, 158);
    font-size: 19px;
    line-height: 2;
}

.details .about .in .right .imgs {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.details .about .in .right .imgs .img {
    width: 200px;
    margin-right: 50px;
}

.details .about .in .right .queh img {
    width: 30px;
}

.details .about .in .right .queh span {
    color: #fff;
    font-size: 18px;
}

.details .car {
    width: 100%;
    margin: 32px 0;
    padding: 40px 49px 37px;
    box-sizing: border-box;
    border-radius: 32px 8px 8px;
    background-color: rgba(14, 4, 27, .16);
    -webkit-box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
    box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
}

.details .car h3 {
    color: #f4f4f4;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 6px;
}

.details .car .tip {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 24px 0 40px;
    padding: 20px 30px;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: rgba(22, 6, 42, .2);
}

.details .car .tip img {
    width: 28px;
    margin-right: 10px;
}

.details .car .tip span {
    color: #fff;
    font-size: 20px;
}

.details .car .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.details .car .list .item {
    position: relative;
    width: 48%;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 12px 12px 0;
    box-sizing: border-box;
    background-color: rgba(22, 6, 42, .2);
    border-top: 1px solid hsla(0, 0%, 76.1%, .05);
    border-right: 1px solid hsla(0, 0%, 76.1%, .05);
    border-bottom: 1px solid hsla(0, 0%, 76.1%, .05);
    border-left: 4px solid rgba(194, 194, 194, 0.5);
    box-shadow: 0 0 0 2px transparent;
    transition: box-shadow .5s linear 0s, -webkit-box-shadow .5s linear 0s;
    cursor: pointer;
}

.details .car .list .item .hd {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.details .car .list .item .hd span {
    color: #fff;
    font-size: 18px;
}

.details .car .list .item .bd {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid hsla(0, 0%, 76.1%, .05);
}

.details .car .list .item .bt {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 13px 4px;
    box-sizing: border-box;
}

.details .car .list .item .bt span {
    color: #fff;
    font-size: 18px;
}

.details .car .list .item .you {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 18px;
    line-height: 16px;
    padding: 5px 9px;
    border-radius: 8px;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);
    background: rgb(117, 209, 198);
}

.details .car .list .item .money {
    position: absolute;
    top: 0;
    left: -9999px;
}

.details .car .list .on {
    border-left: 4px solid rgb(117, 209, 198);
}

.details .car .list .on .you {
    display: block;
}

.details .buy {
    width: 230px;
    height: 60px;
    line-height: 60px;
    color: #f0f0f0;
    font-size: 18px;
    text-align: center;
    margin: 70px auto;
    border: 0 none;
    border-radius: 80px;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 227, 160, .8)), to(rgba(26, 90, 176, .8)));
    background: linear-gradient(90deg, rgba(0, 227, 160, .8), rgba(26, 90, 176, .8));
    cursor: pointer;
}

.details .ping {
    position: relative;
    width: 100%;
    padding: 46px;
    margin-bottom: 80px;
    box-sizing: border-box;
    background-color: #16062a;
    -webkit-box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
    box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
    border-radius: 32px 8px 8px;
}

.details .ping h4 {
    color: #8e819e;
    font-size: 26px;
    margin-bottom: 20px;
}

.details .ping p {
    width: 80%;
    color: #8e819e;
    font-size: 22px;
}

.details .ping img {
    position: absolute;
    right: 48px;
    bottom: 0;
}


/* 弹窗 */

.tc {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 560px;
    padding: 40px 30px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 15;
}

.tc .hd {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px 0;
}

.tc .hd p {
    color: #606266;
    font-size: 22px;
    font-weight: bold;
}

.tc .hd span {
    display: block;
    color: rgb(117, 209, 198);
    font-size: 16px;
    margin-left: 15px;
}

.tc .bd img {
    display: block;
    width: 220px;
    height: 220px;
    margin: 0 auto 20px;
}

.tc .bd p {
    color: #606266;
    font-size: 16px;
    text-align: center;
}

.tc .bd .btn {
    display: block;
    width: 300px;
    /* height: 60px; */
    color: #f0f0f0;
    font-size: 18px;
    border: 0 none;
    border-radius: 80px;
    padding: 16px 60px;
    margin: 20px auto;
    background: linear-gradient(90deg, rgba(0, 227, 160, .8), rgba(26, 90, 176, .8));
    cursor: pointer;
}

.tc .bt p {
    color: #606266;
    font-size: 18px;
    line-height: 1.5;
}

.tc .bd input {
    position: absolute;
    top: 0;
    left: -999px;
}


/* 遮盖层 */

.cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10;
}


/* 提示 */

#tip {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 147px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 25px;
    background-color: #16062a;
    z-index: 100;
}

@media screen and (max-width: 992px) {
    .goods .list {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .goods .list .item {
        width: 48%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .goods .list .item .title span {
        font-size: 12px;
    }
    .goods .list .item .title a,
    .goods .list .item .title .p {
        font-size: 12px;
    }
    .goods .list .item .nr {
        padding: 15px;
    }
    .goods .list .item .nr p {
        font-size: 14px;
    }
    .details .about {
        padding: 15px;
    }
    .details .about .title span,
    .details .about .title a {
        font-size: 16px;
    }
    .details .about .in {
        display: block;
    }
    .details .about .in .left,
    .details .about .in .right {
        width: 100%;
    }
    .details .about .in .right .imgs {
        display: block;
    }
    .details .about .in .right .imgs .img {
        width: 100%;
        margin-bottom: 15px;
    }
    .details .car {
        padding: 0;
    }
    .details .car .tip span {
        font-size: 12px;
    }
    .details .car .list .item .hd,
    .details .car .list .item .bt {
        display: block;
    }
    .details .car .list .item .hd span {
        font-size: 14px;
    }
    .details .car .list .item .bd {
        font-size: 25px;
        padding: 10px 0;
    }
    .details .car .list .item .bt span {
        font-size: 14px;
    }
    .details .ping {
        padding: 15px;
        border-radius: 15px;
    }
    .details .ping h4 {
        font-size: 22px;
    }
    .details .ping p {
        width: 73%;
        font-size: 18px;
    }
    .details .ping img {
        right: 10px;
    }
    .tc {
        width: 90%;
        padding: 15px;
        height: 90%;
        overflow-y: auto;
        max-height: 90%;
        margin: 0 auto;
        max-width: 90%;
    }
    .tc .hd {
        display: block;
    }
    .tc .hd p {
        font-size: 16px;
        display: inline-block;
    }
    .tc .hd span {
        font-size: 16px;
        margin-left: 0;
        display: inline-block;
    }
    .tc .bd img {
        width: 60%;
        height: auto;
    }
    .tc .bd .btn {
        font-size: 15px;
    }
    .tc .bt p {
        font-size: 14px;
    }
}