#head .mainmenu{
    background-color: rgba(0, 0, 0, 0.95);
}
/*车型参数弹窗*/
.table-box {
    font-family: PingFangSC-Regular, PingFang SC;
    width: 100%;
}
#main{
    min-height: auto;
}
.table-box .table-pop {
    background: #FFFFFF;
}

.table-box .table-pop .car-list {
    width: 100%;
    display: flex;
    border: 1px solid #F3F3F3;
    border-bottom: 0;
    border-right: 0;
}

.table-box .table-pop .car-list li {
    flex: 1;
    text-align: center;
    height: 0.7rem;
    line-height: 0.7rem;
    border-right: 1px solid #F3F3F3;
}

.table-box .table-pop .car-list li.on-active {
    background: #98d3d9;
    color: #fff;
}

.table-box .table-pop .sct {
    height: 6.5rem;
    overflow: auto;
}

.table-box .table-pop table {
    width: 100%;
    /* border: solid 1px #F3F3F3;
    border-width: 0px 1px 1px 0px; */
    border-collapse: collapse;
    font-size: 0.26rem;
}

.table-box .table-pop table thead tr:nth-child(1) {
    background: #FFFFFF;
    color: #90d3d8;
}

.table-box .table-pop table tbody {
    display: block;
    /*height: 6.5rem;*/
    overflow-y: scroll;
}

.table-box .table-pop table td,
th {
    border: solid 1px #F3F3F3;
    border-width: 0px 0px 0px 1px;
    text-align: center;
    height: 0.7rem;
    padding: 0.1rem;
    color: #272727;
}
.table-box .table-pop #deTable .tbody td{
    white-space: pre-line;
    word-break: break-word;
}
.table-box .table-pop #deTable .tbody td .td-inner{
    display: inline-block;
    text-align: left;
}
.table-box .table-pop table thead td:first-child,
.table-box .table-pop table thead th:first-child,
.table-box .table-pop table tbody td:first-child {
    width: 1.5rem;
    color: #818B94;
    
}
.table-box .table-pop table thead th:first-child,
.table-box .table-pop table thead td:first-child,
.table-box .table-pop table tbody td:first-child {
    border-width: 0px 0px 0px 0px;
}

th.prize {
    font-size: 0.26rem;
    color: #F7BE7F !important;
}

th.vehicle-name {
    font-size: 0.26rem;
    color: #363F4F !important;
}

td.title-name {
    display: flex;
    align-items: center;
    width: 100%  !important;
    height: 0.8rem !important;
    background: #F1F3F5 !important;
    border: 1px solid #F3F3F3 !important;
    text-align: left !important;
    color: #4B526A !important;
    font-size: 0.24rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    padding: 0 0.1rem;
}

.table-box .table-pop table thead,
table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    
}
table tr {
    border-top: solid 1px #F3F3F3;
}
.table-box .table-pop table#deTable-fixed tr:last-child{
    border-bottom: solid 1px #F3F3F3;
}
.table-box .table-pop table#deTable-fixed {
    position: fixed;
    top: .95rem;
    left: 0;
    background: #fff;
    display: none;
}

.aiony-config-logo {
    margin-top: .95rem;
    height: 2.68rem;
    text-align: center;
    box-sizing: border-box;
}

.aiony-config-logo > img {
    opacity: 0;
    width: auto;
    height: .4rem;
    margin: .92rem auto .28rem;
    object-fit: contain;
    vertical-align: middle;
}

.aiony-config-logo > h2 {
    font-size: .28rem;
    font-weight: 400;
    color: #4B526A;
    line-height: .40rem;
    letter-spacing: .13rem;
}

.table-box .table-pop .car-list-aions {
    width: 100%;
    display: flex;
    border: 1px solid #F3F3F3;
    border-bottom: 0;
    border-right: 0;
}

.table-box .table-pop .car-list-aions li {
    flex: 1;
    text-align: center;
    height: 0.94rem;
    font-size: 0.24rem;
    line-height: 0.94rem;
    border-right: 1px solid #F3F3F3;
    color: #4B526A;
    font-weight: 600;
}

.table-box .table-pop .car-list-aions li.on-active {
    background: linear-gradient(270deg, #36CBAD 0%, #68EAB6 100%);
    color: #FFFFFF;
}

.table-box .table-pop table .vehicle-config-link{
    cursor: pointer;
    text-decoration:underline;
}