.conetnt {
    margin: 0 auto;
    background: linear-gradient(to bottom, #20BEBD, #F5F5F5 40%);
    padding: 0 10px 5px 10px;
    font-size: 14px;
}

.page {
    position: relative;
    z-index: 2;
    width: 100%;
    background-size: 120px 60px;
}

.page .top-icon {
    height: 1.5rem;
}

.saveBtn {
    flex-direction: column;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
}

.clickBtn {
    position: relative;
    border: 0px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
    background-color: #0081ff;
    color: #fff;
    height: 32px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    overflow: visible;
    margin-left: initial;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    margin-right: initial;
}

.page .info {
    margin-bottom: 10px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px 10px;
}

.page .info .top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c5c5c58f;
    margin-top: 20px;
}

.page .info .top .left {
    flex: 30%;
}

.page .info .top .right .model {
    font-size: 20px;
    line-height: 24px;
    font-family: PingFang-SC;
}

.page .info .top .right .vin {
    font-size: 13px;
    line-height: 34px;
    font-weight: 400;
}

.page .info .top .right {
    flex: 70%;
    margin-left: 20px;
}

.page .info .top .left img {
    height: 5rem;

}

.page .info .bottom {
    text-align: center;
    width: 100%;
    color: #898787;
    padding: 10px;
}

.page .info .title {
    font-size: 18px;
    font-weight: 800;
    padding-top: 10px;
    font-family: PingFang-SC;
}

.radar {
    width: 100%;
    height: 347px;
    padding: 0 !important;
    margin: 20px 0 0 !important;
}


.page .info .bgcar .lists {
    padding: 0.1rem 0px;
}

.page .info .bgcar .lists li {
    display: flex;
    height: 2.8rem;
    align-items: center;
    padding-left: 1rem;
    line-height: 18px;
}

.page .info .bgcar .lists li span {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}

.page .info .bgcar .lists li span:nth-child(1) {
    width: 30%;
}

.page .info .bgcar .lists li span:nth-child(2) {
    font-size: 1rem;
    font-weight: 500;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap !important;
    width: 25%;
}
.page .info .bgcar .lists li span:nth-child(3) {
    font-size: 1rem;
    font-weight: 500;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap !important;
    width: 15%;
}
.page .info .bgcar .lists li span:nth-child(4) {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 10px;
    word-wrap: break-word;
    word-break: break-all;
    width: 25%;
}

.page .info .bgcar .lists li img{
    width: 20px;
    height: 20px;
}

.page .info .bgcar .lists .wran{
    color: red;
}

.even {
    background: #F5FAFB;
}

.page .unsInfo .title-jd{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page .info .disclaimer{
    font-size: 14px;
    font-family: 'PingFang-Regular';
    font-weight: 400;
    color: #666666;
    padding: 8px 10px;
    line-height: 26px;
}

.page .remove {
    width: 60px;
    height: 50px;
    position: absolute;
    top: 40px;
    right: 10px;
}

.vehicle-item{
    margin: 15px 0px;
}

.report-item {
    padding: 11px 16px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 1rem !important;
}
.report-item .bt, .report-item .data {
    font-size: 1rem !important;
}
.fw-bold {
    font-weight: bold;
    color: black;
    text-align: right;
}