.html-text-component {
    overflow: unset;
}
body{
    background:#121212
}
.service-main-wrapper *{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
.service-main-wrapper .service-banner picture, .service-main-wrapper .service-banner picture{
    max-width: none;
    height:100%
}
.service-main-wrapper .service-banner{
    width:100%;
}
.service-main-wrapper .service-banner .aito-s7-banner{
    width:100%;
}
.service-main-wrapper .service-banner img{
    width:100%
}
.service-main-wrapper .service-banner-content{
    position: relative;
    overflow: hidden;
}
.service-main-wrapper .service-banner-title-wrapper{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
.service-main-wrapper .service-banner-title{
    position: absolute;
    top:50%;
    left:16.6%;
    transform: translateY(-50%);
}
.service-main-wrapper .service-banner-title-text{
    font-size: 2.5vw;
    font-size: 48px;
    line-height:1.25;
    color:#fff;
    font-weight: bold;
}
.service-main-wrapper .service-banner-title-slogn{
    font-size: 20px;
    line-height:1.6;
    color:#fff;
    margin-top:16px
}
.service-main-wrapper .service-content-nav-wrapper{
    width: 100%;
    background:#121212;
    height: 53px;
    position: sticky;
    top:0;
    border-bottom:1px solid #414141;
    transition: all 0.15s; 
}
.service-main-wrapper .service-content-nav{
    width:100%;
    max-width:1020px;
    height: 100%;
    /* left:50%;
    top:0;
    transform: translateX(-50%); */
    position: relative;
    margin:0 auto;
    color:#F5F5F7
}
.service-main-wrapper .service-content-nav-car{
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    height:100%;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.service-main-wrapper .service-content-nav-car:hover{
    cursor: pointer;
}
.service-content-nav-name{
    font-size: 16px;
    line-height:1.6;
    display: flex;
    align-items: center;
}
.service-content-nav-name span{
    margin-left:8px;
    display: inline-block;
    width:24px;
    height:24px;
    position: relative;
}
.service-content-nav-name span svg{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
}
.service-content-nav-name span svg.svg-active{
    transform: translate(-50%, -50%) rotate(180deg);
}
.service-content-nav-pointer{
    display: flex;
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    align-items: center;
    font-size: 16px;
    line-height:1.6;
}
.service-content-nav-pointer .nav-pointer{
    margin-left:40px;
    color:#969699;
    position: relative;
    height:100%;
    display: flex;
    align-items: center;
}
.service-content-nav-pointer .nav-pointer:hover{
    cursor: pointer;
    color:#F5F5F7
}
.service-content-nav-pointer .nav-pointer0{
    margin-left:0
}
.service-content-nav-pointer .nav-active{
    color:#F5F5F7;
    border-bottom:1px solid #F5F5F7
}
.select-car{
    padding:24px 0 24px 0;
    position: absolute;
    left:0;
    top:104%;
    background:#414141;
    border-radius: 10px;
    display: none;
    max-height:300px;
}
.select-car.active{
    display: block;
}
.select-car li{
    padding:0 64px 0 24px;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    color:#969699;
}
.select-car li:hover{
    color:#F5F5F7
}
.select-car li:nth-child(n+2){
    margin-top:16px
}
.select-car li .arrow-icon{
    width:24px;
    height:24px;
    position: absolute;
    right:16px;
    top:50%;
    transform: translateY(-50%);
    display: none;
}
.select-car li:hover{
    cursor:pointer
}
.select-car li .arrow-icon svg{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.car-list{
    position: relative;
    height:100%;
    /* overflow-y: scroll; */
}
.select-car li.car-list-active{
    color:#F5F5F7;
}
.select-car li.car-list-active .arrow-icon{
    display: block;
}
.car-owner{
    width:100%;
    max-width:1020px;
    margin: 80px auto 80px;
    color:#F5F5F7;
}
.car-owner-content{
    display: none;
}
.car-owner-acrive{
    display: block;
}
.car-owner1{
    width:100%;
}
.car-owner-title{
    font-size:32px;
    line-height: 1.25;
    font-weight: bold;
    color:#F5F5F7
}
.owner-content:nth-child(n+2){
    margin-top: 80px;
}
.car-owner-title2{
    font-size: 20px;
    line-height: 1.25;
    margin-top:40px;
    font-weight: bold;
}
.car-owner-table{
    margin-top:16px
}
.car-owner-table table{
    width:100%;
    border: 1px solid #414141;
    box-sizing: border-box;
    color:#F5F5F7;
    border-collapse:collapse
}
.car-owner-table table th, .car-owner-table table td{
    border: 1px solid #414141;
    padding: 16px 32px
}
.car-owner-table table .no-topLine td{
    border-top:0
}
.car-owner-table table th{
    font-size: 16px;
    line-height: 1.25;
    font-weight: bold;
    border-bottom: 0;
    background: #414141;
}
.car-owner-table table th:first-child{
    text-align: left;
    width:22%
}
.car-owner-table table td{
    font-size: 14px;
    line-height: 1.6;
    vertical-align: middle;
}
.car-owner-table table tr .center-text{
    text-align: center;
}

.picc-table{
    width:100%;
    border: 1px solid #414141;
    box-sizing: border-box;
    color:#F5F5F7
}
.picc-table-title{
    font-size: 16px;
    line-height: 1.25;
    font-weight: bold;
    border-bottom: 0;
    background: #414141;
    padding: 16px 32px;
}
.picc-table-content{
    display: flex;
}
.picc-table-img{
    width:50%;
    border-right: 1px solid #414141;
    padding: 35px 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.picc-table-img img{
    width:100%;
    object-fit: contain;
}
.picc-table-text{
    width:50%;
    padding: 35px 20px 35px 80px;
    font-size: 14px;
    line-height: 1.6;
}


.service-disclamer{
    font-size: 12px;
    line-height: 1.6;
    color: #969699;
    margin-top:16px
}
.service-disclamer2{
    font-size:10px
}
.service-owner-text p{
    font-size: 16px;
    line-height: 1.6;
    color: #969699;
    margin-top: 16px;
}
.service-owner-text a{
    color: #3377FF;
}
.car-owner-table2{
    margin-top: 40px
}
.car-owner-table2 table td{
    width:50%;
    padding:35px;
}
.car-owner-table2 td img{
    width:100%
}
.car-owner-table2 table tr .center-text{
    padding:35px 20px 35px 80px;
    text-align: left;
}
.car-owner-title3{
    font-size: 16px;
    line-height: 1.25;
    color:#F5F5F7;
    font-weight: bold;
    margin-top:40px
}
.car-owner-table3 table th:first-child{
    width:18%;
}
.car-owner-table3 table th:nth-child(2){
    width:49%;
    text-align: left;
}
.car-owner-table3 table th:nth-child(3){
    width:10%;
}
.car-owner-table3 table th:nth-child(4){
    width:23%;
}
.pdf-download{
    width: 100%;
    margin-top: 40px;
}
.pdf-download .download-content{
    width:100%;
    position: relative;
    border-bottom: 1px solid #414141;
    padding-bottom: 24px;
}
.pdf-download a:hover{
    cursor: pointer;
}
.download-content p{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    display: inline-block;
    vertical-align: middle;
    /* margin-bottom: 24px; */
}
.download-content a{
    color: #F5F5F7;
}
.download-content:nth-child(n+2){
    margin-top: 24px;
}
.download-content span{
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #414141;
    font-size: 12px;
    line-height: 1.6;
    padding: 0 8px;
    vertical-align: middle;
    margin-left: 40px;
}
.download-icon{
    width:20px;
    position: absolute;
    right:0;
    top:5px;
}
.download-icon img{
    width:100%;
}
.car-owner-wrapper{
    width:100%
}
.no-wrap{
    white-space: nowrap;
}
.mob-close{
    display: none;
}
.mob-show{
    display: none;
}
.no-scroll{
    overflow: hidden;
}





@media (min-width:1920px){
    .service-main-wrapper .service-banner-title-wrapper{
        max-width:1920px;
    }
    .service-main-wrapper .service-banner-title{
        left:320px;
    }
}
@media (max-width:1919.9px){
    .service-main-wrapper .service-banner-title-text{
        font-size: calc(32*100vw/1200);
        font-size: 32px;
        font-size: calc(32px + (48 - 32)*(100vw - 1200px)/(1920 - 1200));
    }
    .service-main-wrapper .service-banner-title {
        left: calc(200*100%/1200);
        left: 200px;
        left: calc(200px + (320 - 200)*(100vw - 1200px)/(1920 - 1200));
    }
}

@media (max-width:1199px){
    .service-main-wrapper .service-banner-content{
        height:375px
    }
    .service-main-wrapper .service-banner img{
        width: auto;
        height: 100%;
        object-fit: cover;
        /* object-position: 31%; */
    }
    .service-main-wrapper .service-content-nav-wrapper{
        padding-left:32px;
        padding-right:32px
    }
    .service-main-wrapper .service-banner-title{
        left: 80px;
        left: calc(80*100%/768);
    }
    .service-main-wrapper .service-banner-title-text {
        font-size: 32px;
    }
    .car-owner-wrapper{
        padding-left:32px;
        padding-right:32px
    }
    .car-owner-table table th:first-child{
        width:29.5%
    }
    .car-owner-table3 table th:first-child{
        width:20.5%
    }
    .car-owner-table3 table th:nth-child(2){
        text-align: center;
        width:50%
    }
    .car-owner-table3 table th, .car-owner-table3 table td{
        padding:16px
    }
    .car-owner-table2 table td{
        padding:32px
    }
    .car-owner-table2 table tr .center-text{
        padding:24px 16px;
    }
    .car-owner-table2 table td:first-child{
        width:38%
    }
    .picc-table-img{
        width:45%;
        padding: 32px;
    }
    .picc-table-text{
        width:57%;
        padding: 24px 16px;
    }
    .car-owner{
        margin:40px auto 40px
    }
}

@media (max-width:767px){
    .service-main-wrapper .service-banner img{
        object-position: 34%;
    }
    .service-main-wrapper .service-content-nav{
        height: 104px;
        display: flex;
        flex-direction: column;
    }
    .service-main-wrapper .service-content-nav-car{
        position: static;
        transform: translateY(0);
        border-bottom: 1px solid #414141;
        width:100%
    }
    .service-content-nav-pointer{
        position: static;
        display: flex;
        font-size: 14px;
        border-bottom: 1px solid #414141;
    }
    .service-main-wrapper .service-content-nav-wrapper{
        padding-left:16px;
        padding-right:16px;
        border-bottom: 0;
        height:104px
    }
    .service-content-nav-pointer .nav-pointer{
        margin-left: 20px;
    }
    .service-content-nav-pointer .nav-pointer0{
        margin-left: 0;
    }
    .car-owner-wrapper{
        padding-left:16px;
        padding-right:16px
    }
    .service-main-wrapper .service-banner-content{
        height:300px
    }
    .service-main-wrapper .service-banner-title-text{
        font-size:24px
    }
    .service-main-wrapper .service-banner-title-slogn{
        font-size:16px;
        margin-top:8px
    }
    .service-main-wrapper .service-banner-title{
        left:32px;
        left: calc(32*100%/360);
    }
    .mob-close{
        display: block;
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
        width:100%
    }
    .select-car{
        position: fixed;
        /* display: block; */
        bottom: 0;
        width: 100%;
        top:auto;
        border-radius: 10px 10px 0 0;
        padding-bottom:32px;
        z-index: 2;
        max-height: none;
        height: 475px;
        transform: translateY(100%);
        transition: all 0.3s;
    }
    .select-car.car-list_animetion{
        transform: translateY(0);
    }
    .close-wraper{
        width: 100%;
        text-align: right;
        padding-bottom:24px;
        border-bottom: 1px solid rgba(229, 229, 229, 0.2);
        margin-bottom: 32px;
    }
    .close-wraper img{
        width:15px;
        height: 15px;
        display: inline-block;
        margin-right:4px
    }
    .select-car li .arrow-icon{
        right:24px
    }
    .select-car li:nth-child(n+2){
        margin-top:32px
    }
    .close-mask{
        position: fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background: rgba(0, 0, 0, 0.9);
        z-index:1;
        display: none;
    }
    .car-list{
        max-height: 82.5%;
    }
    .car-owner-table table th{
        font-size:14px;
        padding: 16px 9px
    }
    .car-owner-table table td{
        padding: 16px 9px
    }
    .car-owner-table table{
        text-align: center;
    }
    .mob-show{
        display: block;
    }
    .car-owner-title{
        font-size:24px
    }
    .car-owner-title2{
        font-size:16px
    }
    .service-owner-text p{
        font-size:14px
    }
    .picc-table{
        display: flex;
    }
    .picc-table-content{
        flex-direction: column;
        width:63%
    }
    .picc-table-img{
        width:100%;
        border-right: 0;
        border-bottom: 1px solid #414141;
        padding:16px 46px
    }
    .picc-table-text{
        width:100%;
        padding:16px
    }
    .picc-table-title{
        font-size: 14px;
        padding:16px 9px;
        width:37%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #414141;
    }
    .download-content span{
        margin-left: 8px;
    }
    .download-content p{
        font-size: 16px;
    }
    .pdf-download .download-content{
        padding-bottom:14px
    }
    /* .download-content p{
        margin-bottom:16px
    } */
    .car-owner-table table th:first-child{
        width: 37%;
        text-align: center;
    }
    .car-owner-table3 table th:first-child{
        width: 16%;
    }
    .car-owner-table3 table th:nth-child(2){
        width:35.5%
    }
    .car-owner-table3 table th:nth-child(3){
        width:9%
    }
    .car-owner-table3 table th:nth-child(4){
        width:9%
    }
    .car-owner-table3 tr{
        width:100%
    }
    .service-disclamer2{
        font-size:12px
    }
    .service-content-nav-name{
        justify-content: space-between;
        width:100%
    }
    .service-content-nav-name span svg{
        transform: translate(-50%, -50%) rotate(-90deg);
    }
    .car-owner-table table td.mob-text{
        font-size:12px;
        padding:2px
    }
    .s-wrap{
        display: none;
    }
    .car-owner{
        margin: 40px auto 40px
    }
    .car-owner-title2{
        margin-top:16px
    }
    .service-owner-text p{
        margin-top:8px
    }
    .service-main-wrapper .service-content-nav-wrapper{
        z-index: 10;
    }
}
