body {
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    background-color: #f4f4f4;
}
@media screen and (min-width: 750px) {
    html {
        font-size: 37.5px !important;
    }
}
.container{
    height: 21.7866667rem;
    position: relative;
    width: 100%;
    max-width: 750px;
    box-sizing:border-box;
    height: 100%;
    overflow:auto
}
.carinfo{
    width: 18rem;
    height: 6.8rem;
    background: #ffffff;
    border-radius: 0.72rem;
    margin-left: 1rem;
    margin-top: 1rem;
    box-shadow: 0px 0px 0.72rem #CFECFF;
    position: relative;
}

.addcar{
    width: 18rem;
    height: 3.68rem;
    border: 2px dashed #525252;
    box-shadow: 0px 0px 0.72rem #CFECFF;
    border-radius: 0.72rem;
    margin-left: 1rem;
    margin-top: 1rem;

}

.carinfo .info{
    display: flex;
}

.carinfo .info img{
    width: 3rem;
    height: 3rem;
    margin: 1.6rem 0.2rem 0 1.5rem;
}
.carinfo .info .cp{
    font-family: "SourceHanSansCN-Medium";
    font-size: 1.1rem;
    color: #525252;
    margin-left: 0.5rem;
    margin-top: 2rem;
}

.carinfo .info .cd{
    width: 100%;
    text-align: right;
    padding-right: 1rem;
    position: relative;
    overflow: hidden;
}

.carinfo .info .cd p{
    margin-top: 0;
    font-size: 1.5rem;
    position: relative;
    z-index: 100;
    margin-bottom: 0;
    color: #dddddd;
}

.carinfo  .bg{
    height: 8.6rem;
    width: 8.6rem;
    border-radius: 50%;
    background: #FFEBE6;
    opacity: 0.6;
    right: -4.3rem;
    position: absolute;
    top: -4.3rem;

}
.carinfo .btn button{
    width: 40%;
    margin-left: 55%;
    height: 1.5rem;
}

.carinfo .btn2 button{
    width: 40%;
    margin-left: 55%;
    height: 1.5rem;
}

.carinfo .slot{
    position: absolute;
    left: 0.5rem;
    top:0.4rem;
    background: #1646c0;
    font-family: "SourceHanSansCN-Medium";
    color: #ffffff;
    width: 2.26667rem;
    height: 0.64rem;
    font-size: 0.48rem;
    border-radius: 0.32rem 0 0.32rem 0;
    text-align: center;
}
.carinfo .slot1{
    position: absolute;
    left: 0.5rem;
    top:0.4rem;
    background: #1f67e5;
    font-family: "SourceHanSansCN-Medium";
    color: #ffffff;
    width: 2.26667rem;
    height: 0.64rem;
    font-size: 0.48rem;
    border-radius: 0.32rem 0 0.32rem 0;
    text-align: center;
}

.carinfo .slot2{
    position: absolute;
    left: 0.5rem;
    top:0.4rem;
    background: #e30a0a;
    font-family: "SourceHanSansCN-Medium";
    color: #ffffff;
    width: 2.26667rem;
    height: 0.64rem;
    font-size: 0.48rem;
    border-radius: 0.32rem 0 0.32rem 0;
    text-align: center;
}


.addcar .c1{
    font-size: 0.85rem;
    font-family: "SourceHanSansCN-Regular";
    line-height: 1rem;
    color: #525252;
    text-align: center;
    margin-bottom: 0;
}

.addcar .c2{
    margin-top: 0;
    font-size: 0.64rem;
    font-family: "SourceHanSansCN-Regular";
    color: #8E8E8E;
    text-align: center;
}


