.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 9.34% 0 ;
    font-weight: 550;
}
.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; */
}

/* 英文 */
.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: 20px 8.3%;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
}
.dnavs span{
    cursor: pointer;
}
.dnavs span:last-child{
    cursor: default;
}
.dnavs img{
    width: 4px;
    height: 6px;
    margin: 0 11px;
}
.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;
}