.contents{
    width: 100%;
    margin-top: 4.6em;
    position: relative;
}
.busmains{
    width: 100%;
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
}
.titles{
    font-size: 3em;
    /* line-height: 4.2em; */
    font-weight: bold;
    top: 1em;
    position: absolute;
    width: 100%;
    text-align: center;
}
.busbox{
    display: flex;
    height: 100%;
}
.busitem{
    flex: 1;
    text-align: center;
    padding-top: 15.65em;
    height: 49.4em;
}
.busitem img{
    width: 25%;
    /* height: 120px; */
}
.ititles{
    font-size: 2.4em;
    font-weight: bold;
    margin-top: 30px;
}
.lines{
    width: 1px;
    height: 49.4em;
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0),#EAF1FF,rgba(234, 241, 255, 0.85),rgba(255, 255, 255, 0));
}
.busactive{
    position: absolute;
    display: flex;
    width: 100%;
    top: 0;
}
.busact{
    width: 25%;
    display: none;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.visible {
    opacity: 1;
    visibility: visible;
}
.buaitem{
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    padding: 12.7em 1.8em 0 ;
    font-weight: 500;
}
.aititle{
    font-size: 2.1em;
    margin-top: 0;
    /* line-height: 42px; */
}
.anotice{
    font-size: 0.9em;
    font-weight: 500;
    /* line-height: 28px; */
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
    margin: 2.2223em 0 2.777em;
}
.babutton{
    width: 41.5%;
    /* height: 2.75em; */
    margin: 0 auto;
    border: 1px #FFFFFF solid;
    background-color: #4C75C8;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
}
.buaitem a{
    width: 100%;
    line-height: 3.0556em;
    color: rgba(255, 255, 255, 0.72)!important;
    font-size: 0.9em;
}
.specific{
    display: flex;
    justify-content: space-between;
    margin-top: 3em;
}
.sbtn{
    padding: 0.5em;
    font-size: 1.2em;
    /* line-height: 28px; */
    background-color: #637CA7;
    border-radius: 0.5em;
    margin-top: 0.833em;
}
.specific .sbtn{
    padding: 0.66667em;
}
.soran{
    color: #FF9A2C;
    font-size: 1.142em;
    /* line-height: 32px; */
}
.ctdfa{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 英文 */
.f36{
    font-size: 1.6em;
}
.btnen{
    padding: 1.1764em 0.235em;
    font-size: 0.85em;
    line-height: 1.1764em;
}
.mart{
    /* margin-top: 65px; */
}
.f17{
    font-size: 0.85em;
    line-height: 1.4117em;
}
.f16{
    font-size: 0.8em;
    line-height: 1.25em;
}

/* 详情样式 */
.dnavs{
    width: 100%;
    padding: 1em 8.3%;
    color: #666666;
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
}
.dnavsfixed{
    position: fixed;
    top: 4.6em;
    left: 0;
    z-index: 999;
}
.dnavs span{
    font-size: 0.8em;
    line-height: 1.375em;
    cursor: pointer;
}
.dnavs span:last-child{
    cursor: default;
}
.dnavs img{
    width: 0.2em;
    height: 0.3em;
    margin: 0 0.55em;
}
.dtitle{
    text-align: center;
    font-size: 42px;
    color: #333333;
    font-weight: 550;
    padding: 60px 0 32px;
    border-bottom: 1px  solid #E5E5E5; 
    margin: 0 8.3%;
}
.detail_mains{
    width: 100%;
    padding: 36px 8.3% 66.5px;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
}
.detail_mains img{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.detail_mains video{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.dimage{
    width: 100%;
    height: 228.5px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 36px;
}
.dimage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dcontent{
    text-indent: 2em;
    margin-bottom: 20px;
}
.detimes{
    margin-top: 20px;
    color: #999999;
    font-size: 16px;
    font-weight: 500;
}
.dcontentn2{
    font-size: 16px;
}
.dttil{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

/* 车主故事更多 */
.cars-detail{
    display: flex;
    flex-wrap: wrap;
    padding:10px 8.3% 37px;
    width: 100%;
    background-color: #FBFBFB;
}
.ownerbox .cardsc:nth-child(4n) {
    margin-right: 0;
}

/* 投资者关系 */
.releft{
    position: absolute;
    top: 13px;
    left: 12%;
    padding-left: 10px;
    border-radius: 4px;
    width: 14.5%;
    text-align: right;
}
.releft>div{
    background-color: #f8f8f8;
    padding: 0 10px;
    cursor: pointer;
}
.reltitle{
    font-size: 20px;
    color: #222;
    line-height: 30px;
    padding: 18px 20px 18px 0!important;
}
.relitem>div{
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 22px;
    padding: 18px 0;
}
.reactive{
    color: #ff7200;
    background-color: #fff!important;
    position: relative;
}
.reactive::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #ff7200;
}
.reright{
    padding-top: 13px;
    width: 56%;
    margin-left: calc(26.5% + 40px);
    font-size: 14px;
    line-height: 1.5;
    min-height: calc(100vh - 295px);
}
.rertitle{
    margin-top: 11px;
    margin-bottom: 30px;
    padding-left: 8px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border-left: 2px solid #ff7200;
}
.rer-content{
    display: none;
}
.reshow{
    display: block;
}
.rermain{
    padding: 8px 30px 38px 20px;
    font-size: 14px;
    color: #666666;
}
.rritem{
    min-height: 40px;
    background: #f8f8f8;
    padding: 20px;
    display: flex
}
.rritem-no{
    color: #666666;
    font-size: 16px;
    /* display: none; */
}
.dates{
    width: 14.6%;
    margin-right: 5px;
}
.rr-mains{
    width: calc(85.4% - 5px);
}
.rr-mains a,.rr-mainst a {
    text-decoration: none;
    color: #666!important;
}
.relitem:hover,.rr-mains a:hover,.reryear span:hover,
.committees a:hover{
    color: #ff7200!important;
}
.reryear{
    margin-bottom: 20px;
    cursor: pointer;
}
.rertable .rritem:nth-child(even) {
    background-color: #fff; /* 更浅的灰色背景 */
}
.rermain p{
    font-weight: bold;
    color: #222222;
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 14px;
}
ul{
    list-style-type: disc;
    padding:0 0 0 20px;
    margin: 0;
}
ul li{
    margin-bottom: 15px;
}
.cgli{
    padding-left: 5px;
    line-height: 25px;
}
.link{
    margin-bottom: 15px;
    margin-left: 0px;
    color: #666;
    font-weight: 550;
}
.lh18{
    line-height: 18px;
}

/* 二手车详情 */
.dnavs_tops{
    height: 3.1em;
    width: 100%;
}
.usdc{
    background-color: #F2F2F2;
}
.usedc_box{
    /* display: flex;
    justify-content: space-between; */
}
.usdc_left{
    width:22.396%;
    /* height: 20.4em; */
    padding: 1.2em 0;
    border-radius: 4px;
    background: #FFFFFF;
    position: fixed;
    top: calc(4.6em + 3.1em);
    left: 0;
    height: calc(100vh - 4.6em - 3.1em);
    overflow-y: auto;
}
.usdc_left>div{
    padding-left: 37.4419%;
    font-size: 0.8em;
    /* height: 4.5em; */
    padding:1.5625em 1.5em 1.5625em 37.4419%;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #666666;
    word-break: break-all;
}
.usdactive{
    font-size: 1em!important;
    color: #333333!important;
    background:linear-gradient(to right,#FFEEE5,#FFFFFF) !important;
    position: relative;
    padding:1.1em 1.2em 1.1em 37.4419%!important;
    font-weight: 550!important;
    word-break: break-all;
    /* height: 4em!important; */
}
.usdactive::before {
    content: '';
    position: absolute;
    left: 7.1em;
    width: 0.2em;
    height: 33.3333%;
    background-color: #ff7200;
}
.usdc_right{
    margin-left: calc(100% - 76.5104%);
    width: 76.5104%;
    background: #FFFFFF;
}
.business_intro{
    padding: 0 10.82369% 0 4.08441%;
    /* width: 85.0919%; */
    /* background: url('../img/xxfqc/business_introbg.png') no-repeat; */
    background-size: 100%;
    background-position: bottom;
}
.business_introls{
    padding: 0;
}
.ywjj_bg{
    background: url('../img/xxfqc/business_introbg.png') no-repeat;
    background-size: 100%;
    /* background-position: bottom; */
}
.ititle{
    margin: 0 10.82369% 0 4.08441%;
    text-align: center;
    font-size: 2.1em;
    color: #333333;
    font-weight: 550;
    padding: 0.9524em 0 0.71429em;
    border-bottom: 1px  solid #E5E5E5; 
    text-align: center;
    line-height: 1.28571em;
    position: relative;
}
.ietail_mains{
    width: 100%;
    padding: 1.7647058em 0 2.35294em;
    font-size: 0.85em;
    line-height: 2.11764em;
    color: #666666;
    word-break: break-all;
}
.ietail_mainsla{
    padding-top: 0;
}
.ietail_mains img{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.fuel_car{
    padding: 0 10.75561% 0 4.08441%;
    position: relative;
}
.fuelt{
    cursor: pointer;
    position: relative;
}
.fuelt:hover .fuel_title{
    display: block;
}
.fuel_title{
    position: absolute;
    top: -3.5em;
    left: -0.8332em;
    z-index: 999;
    padding: 0.833em;
    color: #333333;
    background: rgba(51, 51, 51, 0.90);
    border-radius: 0.2em;
    color: #fff;
    display: none;
    width: 108%;
}
.fuel_title::after {
    content: "";
    position: absolute;
    bottom: -0.5em;       /* 三角形位于容器底部外侧 */
    left: 50%;
    transform: translateX(-50%); /* 水平居中 */
    width: 0;
    height: 0;
    border-left: 0.5555em solid transparent;  /* 左透明边框 */
    border-right: 0.5555em solid transparent; /* 右透明边框 */
    border-top: 0.5555em solid rgba(51, 51, 51, 0.90);          /* 上边框为实色，形成向下三角形 */
  }

.more_car{
    position: absolute;
    top: 0;
    margin-top: 1.15476em;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333333;
    border-radius: 0.5238em;
    height: 0.85714em;
    width: 2.6190em;
    cursor: pointer;
    font-weight: 400;
}
.more_care{
    width: 3.4286em;
}
.more_car img{
    width: 0.214285em;
    /* height: 0.8125em; */
    margin-left: 0.214285em;
}
.fuel_main{
    display: flex;
    flex-wrap: wrap;
    padding: 1.55em 0 2em;
}
.fitem{
    margin-left: 2.75em;
    width: 19em;
    border-radius:0.4em 0.8em 0.8em 0.8em;
    overflow: hidden;
    position: relative;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
}
.fuel_main .fitem:first-child{
    margin-left: 0;
}
.fuimg{
    width: 100%;
    height: 14em;
    overflow: hidden;
}
.fuel_tag{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.fuel_tagtjen{
    width: 8.9em;
}
.fuel_tagtj{
    width: 4.85em;
}
.fuel_tagxl{
    width: 6.85em;
}
.fuel_tagxlen{
    width: 12.35em;
}
.fucon{
    font-size: 0.9em;
    padding: 0.8333em 0.8333em 1.1666em ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 11.7777em;
}
.fuprice{
    color: #E72022;
    font-weight: bold;
    font-size: 1em;
    /* line-height: 1.4285em; */
    margin: 1.1111em 0 1.3333em;
}
.buybtn{
    color: #fff;
    font-weight: bold;
    line-height: 3.0625em;
    background: #FA8200;
    /* padding: 0.875em 0 0.8125em; */
    /* width: 100%; */
    font-size: 0.8889em;
    text-align: center;
    margin: 0 0.3125em;
    border-radius: 0.25em;
    cursor: pointer;
}
.world_map{
    background: url('../img/xxfqc/world_bg.png') no-repeat;
    background-size: 100%;
    padding: 3.05em 10.75561% 1.75em 0;
}
.world_map div{
    width: 68.0273%;
    height: 561px;
    /* padding-top: 32px; */
    margin: 0 auto;
}
.case_notice{
    font-size: 0.381em;
    line-height: 1.5em;
    font-weight: 400;
    margin:1.875em 0 2.4375em;
}
.case_li{
    padding: 0 10.82369% 0 4.08441%;
    position: relative;
}
.case_left{
    left: 4.08441%;
    top: 0;
    margin-top: 4.55em;
}
.case_right{
    right: 10.82369%;
    top: 0;
    margin-top: 4.55em;
}
.case_left>img,.case_right>img{
    width: 2.8em;
}
.case_item{
    padding: 0.45em 4.4em 2em;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.case_item img{
    margin-right: 2.1em;
    border-radius: 0.4em;
    /* transition: width 0.5s ease-in-out; */
    box-shadow:  0 0 0.65em rgba(150, 118, 97, 0.43);
}
.case_item img:nth-child(3n) {
    margin-right:0!important;
}
.case_not{
    color: #999999;
    height: 11em;
    margin-left: 0.45em;
    display: flex;
    align-items: center;
}
.concat_con{
    background: url('../img/xxfqc/business_bg.png') no-repeat;
    background-size: 100%;
    padding: 4.9em 0 0.9em 3.05em; 
}
.titlec{
    font-size: 2.1em;
    line-height: 1.5em;
    color: rgba(255, 255, 255, .87);
    font-weight: bold;
}
.noticat{
    font-size: 1.2em;
    line-height: 1.5em;
    color: rgba(255, 255, 255, .82);
    margin: 0.4166em 0 1.9166em;
}
.concat_qrco{
    font-size: 0.7em;
    text-align: center;
    width: 10.14286em;
    background: #fff;
    border-radius: 0.57143em;
    padding: 0.8571em 0 0.71428em;
    color: #666666;
    margin-bottom: 3.28572em;
}
.chargeit{
    background:  url('../img/xxfqc/charge_bg.png') no-repeat;
    background-size: 100%;
    padding: 0.4em 0.5em 0.7em;
    width: 15.3em;
    color: #FFFFFF;
    margin-right: 0.6em;
}
.peoname{
    color: #FF9A2C;
    font-size: 0.9em;
    margin-left: 0.15em;
    font-weight: bold;
}
.dfac{
    display: flex;
    align-items: center;
}
.udfitem{
    margin-left: 1.3em;
}
.cars-detail .udfitem:first-child{
    margin-left: 0;
}
.udfitem .fuimg{
    height: 12.162em;
}
.udfitem .fucon{
    padding: 1em 0.7895em 1.5em ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 13.8755em;
}
.udfitem .fuprice{
    margin: 1.5555em 0 0;
}
.udfitem .buybtn{
    line-height: 2.9444em;
    font-size:1em;
    text-align: center;
    border-radius: 0.2223em;
    margin: 0 0.2777em;
}
.used_box{
    padding: 1.65EM 8.3% 0;
    background: #FFFFFF;
}
.hot_total{
    padding: 0.15em 0 0.25em 1.8em;
    display: flex;
    height: 2.05em;
    background: url('../img/xxfqc/used_hotcar.png') no-repeat;
    background-size: 7.5em 2.05em;
    color: #333333;
    font-weight: 550;
}
.hot_total div{
    font-size: 1.2em;
    line-height: 1.375em;
}
.ctotals{
    margin-left: 1.6em;
}
body.no-scroll {
    overflow: hidden;
}