@font-face {
    font-family: 'futianB';
    src: url('../../fonts/FotonType-Bold.woff2');
}
@font-face {
    font-family: 'futianL';
    src:url('../../fonts/FotonType-Light.woff2');
}
@font-face {
    font-family: 'futianM';
    src:url('../../fonts/FotonType-Medium.woff2');
}
*{
    font-family: "futianL";
    padding: 0;
    margin: 0;
    color: #101010;
}
body{
    background-color: #fafafa;
}
a{
    text-decoration: none;
}

.sj-banner,.sj-per-banner{
    display: none;
}

video{
    width: 100%;
}
.details-banner{
    width: 100%;
    position: relative;
}
.details-banner img{
    width: 100%;
}
.banner-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-title{
    width: 100%;
    text-align: center;
    font-size: 48px;
    margin-top: 3%;
    color: #fff;
    font-family: "futianM";
}
.banner-info span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
}
.banner-btn{
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.banner-btn a:first-child{
    display: inline-block;
    width: 200px;
    height: 50px;
    font-family: "futianM";
    font-size: 18px;
    background-color: #de0033;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-right: 30px;
}
.banner-btn a:last-child{
    display: inline-block;
    width: 200px;
    height: 50px;
    font-family: "futianM";
    font-size: 18px;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 50px;
}
.performance .title{
    font-size: 40px;
    margin-top: 100px;
    margin-bottom: 60px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.performance img{
    width: 100%;
}
.per-info{
    display: flex;
    width: 90%;
    margin-left: 5%;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 150px;
}
.per-info div:first-child{
    flex-shrink: 0;
}
.per-info div{
    /*width: 24.5%;*/
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
}
.per-info div p{
    font-family: "futianM";
    font-size: 24px;
    margin-bottom: 30px
}
.per-info div span{
    font-size: 28px;
    word-break: break-word;
}
.interiors{
    background-color: #f3f3f3;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 80px;
    margin-bottom: 150px;
}
.interiors .title{
    font-size: 40px;
    margin-bottom: 60px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.int-info{
    width: 80%;
    margin-left: 10%;
}
.int-info img{
    width: 100%;
}
.int-infos div{
    width: 100%;
    margin-top: 50px;
    font-size: 24px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center !important;
}
.int-infos div span{
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    color: #a1a1a1;
    border-bottom: solid 1px #d3d3d3;
    cursor: pointer;
    font-family: "futianM";
}
.int-active{
    color: #010101 !important;
    border-bottom: solid 3px #010101 !important;
}
.int-infos p{
    width: 80%;
    margin-left: 10%;
    font-size: 22px;
    line-height: 36px;
}
.threeImg{
    display: flex;
    width: 100% !important;
    justify-content: flex-start;
    margin-left: 0% !important;
    margin-right: 0% !important;
}
/*.threeImg:after {
    content: '';
    width: calc(33% - 20px);
}*/
.twoImg{
    display: flex;
    width: 100% !important;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0px !important;
}
        
.tab-image {
    position: relative;
    overflow: hidden;
}

.tab-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.tab-image img.active {
    opacity: 1;
}

.tab-menu {
    width: 100%;
    margin-top: 50px;
    font-size: 24px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center !important;
}

.tab-menu-item {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    color: #a1a1a1;
    border-bottom: solid 1px #d3d3d3;
    cursor: pointer;
    font-family: "futianM";
}


.tab-menu-item.active {
    color: #010101 !important;
    border-bottom: solid 3px #010101 !important;
}

.tab-content {
    min-height: 100px;
    text-align: center;
}

.content-item {
    display: none;
    width: 80%;
    margin-left: 10%;
    font-size: 22px;
    line-height: 36px;
}

.content-item.active {
    display: block;
}


.safety{
    width: 100%;
    margin-left: 0%;
    margin-bottom: 100px;
}
.safety .title{
    font-size: 40px;
    margin-bottom: 60px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.safety img{
    width: 100%;
}
.saf-infos div{
    width: 100%;
    margin-top: 50px;
    font-size: 24px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.saf-infos div span{
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    color: #a1a1a1;
    border-bottom: solid 1px #d3d3d3;
    cursor: pointer;
    font-family: "futianM";
}
.saf-active{
    color: #010101 !important;
    border-bottom: solid 3px #010101 !important;
}
.saf-infos p{
    width: 80%;
    margin-left: 10%;
    font-size: 22px;
    line-height: 36px;
}
.carrying .title{
    font-size: 40px;
    margin-bottom: 60px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.carrying-img{
    width: 100%;
} 
.carrying-info{
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #f3f3f3;
    padding-bottom: 80px;
    margin-bottom: 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.carrying-info div{
    width: 31%;
    margin-left: 1.15%;
    margin-right: 1.15%;
    text-align: center;
    margin-top: 50px;
}
.carrying-info div img{
    width: 100%;
}
.carrying-info div p{
    font-size: 22px;
    font-family: "futianM";
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
}
.carrying-info div span{
    font-size: 20px;
    line-height: 34px;
}
.energy-consumption{
    padding-bottom: 150px;
}
.energy-consumption .title{
    font-size: 40px;
    margin-bottom: 60px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.energy-img{
    width: 100%;
    margin-bottom: 60px;
}
.enery-img1{
    width: 80%;
    margin-left: 10%;
    /*margin-top: 60px;*/
    margin-bottom: 30px;
}
.energy-info1{
    width: 80%;
    margin-left: 10%;
    text-align: center;
}
.energy-info1 p{
    font-size: 24px;
    font-family: 'futianM';
    margin-bottom: 30px;
}
.energy-info1 span{
    font-size: 20px;
    line-height: 36px;
}
.energy-info{
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 100px;
    padding-bottom: 0px;
    /*margin-bottom: 150px;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.energy-info div{
    width: 47%;
    margin-bottom: 4%;
    text-align: center;
}
.energy-info div img{
    width: 100%;
}
.energy-info div p{
    font-size: 22px;
    font-family: "futianM";
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
}
.energy-info div span{
    font-size: 20px;
    line-height: 34px;
}



.foot{
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 0px;
}
.link{
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.link a{
    margin: 0 20px;
}
.multimedia{
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.multimedia div{
    margin: 0 25px;
}
.multimedia div span{
    font-size: 14px;
    display: block;
    margin-top: 8px;
}
.info{
    font-size: 12px;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 10px;
}


@media screen and (min-width: 1024px) and (max-width: 1400px){
.banner-title{
    width: 100%;
    font-size: 34px;
}
.banner-info span{
    width: 100%;
    font-size: 20px;
    margin-top: 15px;
}
.banner-btn a:first-child{
    width: 160px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin-right: 30px;
}
.banner-btn a:last-child{
    width: 160px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}
.performance .title{
    font-size: 36px;
    margin-top: 70px;
    margin-bottom: 40px; 
}
.per-info{
    width: 90%;
    margin-left: 5%;
    margin-top: 40px;
    margin-bottom: 70px;
}
.per-info div p{
    font-family: "futianM";
    font-size: 22px;
    margin-bottom: 25px
}
.per-info div span{
    font-size: 18px;
    word-break: break-word;
}
.int-info{
    width: 90%;
    margin-left: 5%;
}
.interiors{
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 70px;
}
.interiors .title{
    font-size: 36px;
    margin-bottom: 40px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.int-infos div{
    width: 100%;
    margin-top: 40px;
    font-size: 18px;
    margin-bottom: 20px;
}
.int-infos p{
    width: 80%;
    margin-left: 10%;
    font-size: 18px;
    line-height: 30px;
}
.tab-menu {
    width: 100%;
    margin-top: 50px;
    font-size: 18px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center !important;
}

.tab-menu-item {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    color: #a1a1a1;
    border-bottom: solid 1px #d3d3d3;
    cursor: pointer;
    font-family: "futianM";
}


.tab-menu-item.active {
    color: #010101 !important;
    border-bottom: solid 3px #010101 !important;
}

.tab-content {
    min-height: 100px;
}

.content-item {
    display: none;
    width: 80%;
    margin-left: 10%;
    font-size: 18px;
    line-height: 30px;
}

.safety{
    width: 100%;
    margin-left: 0%;
    margin-bottom: 70px;
}
.safety .title{
    font-size: 36px;
    margin-bottom: 40px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.safety img{
    width: 100%;
}
.saf-infos div{
    width: 100%;
    margin-top: 40px;
    font-size: 18px;
    margin-bottom: 20px;
}
.saf-infos div span{
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    color: #a1a1a1;
    border-bottom: solid 1px #d3d3d3;
}
.saf-infos p{
    width: 80%;
    margin-left: 10%;
    font-size: 18px;
    line-height: 30px;
}
.carrying .title{
    font-size: 36px;
    margin-bottom: 40px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.carrying-info{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #f3f3f3;
    padding-bottom: 60px;
    margin-bottom: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.carrying-info div{
    width: 31%;
}
.carrying-info div img{
    width: 100%;
}
.carrying-info div p{
    font-size: 20px;
    font-family: "futianM";
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
}
.carrying-info div span{
    font-size: 18px;
    line-height: 30px;
}
.energy-consumption{
    padding-bottom: 70px;
}
.energy-consumption .title{
    font-size: 36px;
    margin-bottom: 40px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.energy-img{
    width: 100%;
    margin-bottom: 50px;
}
.enery-img1{
    width: 90%;
    margin-left: 5%;
    /*margin-top: 50px;*/
    margin-bottom: 20px;
}
.energy-info1{
    width: 90%;
    margin-left: 5%;
    text-align: center;
}
.energy-info1 p{
    font-size: 24px;
    font-family: 'futianM';
    margin-bottom: 20px;
}
.energy-info1 span{
    font-size: 18px;
    line-height: 30px;
}
.energy-info{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 60px;
    padding-bottom: 0px;
    /*margin-bottom: 70px;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.energy-info div{
    width: 47%;
}
.energy-info div img{
    width: 100%;
}
.energy-info div p{
    font-size: 20px;
    font-family: "futianM";
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
}
.energy-info div span{
    font-size: 18px;
    line-height: 30px;
}


}


@media screen and (min-width: 768px) and (max-width: 1200px){

.foot{
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 0px;
}

}


@media screen and (min-width: 768px) and (max-width: 1025px){
.details-banner{
    width: 100%;
    position: relative;
}
.details-banner img{
    width: 100%;
}
.banner-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-title{
    width: 100%;
    text-align: center;
    font-size: 28px;
    margin-top: 3%;
    color: #fff;
    font-family: "futianM";
}
.banner-info span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.banner-btn{
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.banner-btn a:first-child{
    display: inline-block;
    width: 140px;
    height: 35px;
    font-family: "futianM";
    font-size: 14px;
    background-color: #de0033;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 30px;
}
.banner-btn a:last-child{
    display: inline-block;
    width: 140px;
    height: 35px;
    font-family: "futianM";
    font-size: 14px;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 35px;
}
.performance .title{
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.performance img{
    width: 100%;
}
.per-info{
    display: flex;
    width: 94%;
    margin-left: 3%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 60px;
}
.per-info div{
    width: 23%;
}
.per-info div p{
    font-family: "futianM";
    font-size: 18px;
    margin-bottom: 15px
}
.per-info div span{
    font-size: 18px;
    word-wrap: break-word;
}
.interiors{
    background-color: #f3f3f3;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 60px;
}
.interiors .title{
    font-size: 32px;
    margin-bottom: 30px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.int-info{
    width: 94%;
    margin-left: 3%;
}
.int-info img{
    width: 100%;
}
.int-infos div{
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.int-infos div span{
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: #a1a1a1;
    border-bottom: solid 1px #d3d3d3;
    cursor: pointer;
    font-family: "futianM";
}
.int-active{
    color: #010101 !important;
    border-bottom: solid 3px #010101 !important;
}
.int-infos p{
    width: 80%;
    margin-left: 10%;
    font-size: 14px;
    line-height: 24px;
}

.safety{
    width: 94%;
    margin-left: 3%;
    margin-bottom: 60px;
}
.safety .title{
    font-size: 32px;
    margin-bottom: 30px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.safety img{
    width: 100%;
}
.saf-infos div{
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.saf-infos div span{
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: #a1a1a1;
    border-bottom: solid 1px #d3d3d3;
    cursor: pointer;
    font-family: "futianM";
}
.saf-active{
    color: #010101 !important;
    border-bottom: solid 3px #010101 !important;
}
.saf-infos p{
    width: 80%;
    margin-left: 10%;
    font-size: 14px;
    line-height: 24px;
}
.carrying .title{
    font-size: 32px;
    margin-bottom: 30px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.carrying-img{
    width: 100%;
} 
.carrying-info{
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    background-color: #f3f3f3;
    padding-bottom: 50px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.carrying-info div{
    width: 31%;
    margin-top: 30px;
}
.carrying-info div img{
    width: 100%;
}
.carrying-info div p{
    font-size: 18px;
    font-family: "futianM";
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.carrying-info div span{
    font-size: 14px;
    line-height: 24px;
}
.energy-consumption{
    padding-bottom: 50px;
}
.energy-consumption .title{
    font-size: 32px;
    margin-bottom: 30px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.energy-img{
    width: 100%;
    margin-bottom: 50px;
}
.enery-img1{
    width: 90%;
    margin-left: 5%;
    /*margin-top: 50px;*/
    margin-bottom: 20px;
}
.energy-info1{
    width: 90%;
    margin-left: 5%;
    text-align: center;
}
.energy-info1 p{
    font-size: 18px;
    font-family: 'futianM';
    margin-bottom: 20px;
}
.energy-info1 span{
    font-size: 14px;
    line-height: 30px;
}
.energy-info{
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.energy-info div{
    width: 47%;
}
.energy-info div img{
    width: 100%;
}
.energy-info div p{
    font-size: 18px;
    font-family: "futianM";
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.energy-info div span{
    font-size: 14px;
    line-height: 24px;
}

.tab-menu {
    width: 100%;
    margin-top: 50px;
    font-size: 18px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center !important;
}

.tab-menu-item {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    color: #a1a1a1;
    border-bottom: solid 1px #d3d3d3;
    cursor: pointer;
    font-family: "futianM";
}
.content-item{
    font-size: 18px;
    width: 90%;
    margin-left: 5%;
}


}


@media screen and (max-width: 768px){
.banner,.per-banner{
    display: none;
}
.sj-banner,.sj-per-banner{
    display: block;
}
.details-banner{
    width: 100%;
    position: relative;
}
.details-banner img{
    width: 100%;
}
.banner-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-title{
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 6%;
    color: #fff;
    font-family: "futianM";
}
.banner-info span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    margin-top: 10px;
}
.banner-btn{
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-btn a:first-child{
    display: inline-block;
    width: 140px;
    height: 35px;
    font-family: "futianM";
    font-size: 14px;
    background-color: #de0033;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-bottom: 5%;
    margin-right: 0;
}
.banner-btn a:last-child{
    display: inline-block;
    width: 140px;
    height: 35px;
    font-family: "futianM";
    font-size: 14px;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 35px;
}
.performance .title{
    font-size: 1.3rem;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.performance img{
    width: 100%;
}
.per-info{
    display: flex;
    width: 94%;
    margin-left: 3%;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 20px;
    flex-wrap:wrap;
}
.per-info div{
    width: 47%;
    margin-bottom: 15px;
}
.per-info div p{
    font-family: "futianM";
    font-size: 0.8rem;
    margin-bottom: 5px;
}
.per-info div span{
    font-size: 12px;
    word-wrap: break-word;
}
.interiors{
    background-color: #f3f3f3;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.interiors .title{
    font-size: 1.3rem;
    margin-bottom: 20px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.int-info{
    width: 100%;
    margin-left: 0;
}
.int-info img{
    width: 100%;
}
.int-infos div{
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    font-size: 12px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* 启用弹性滚动（iOS 专属）*/
    scroll-behavior: smooth; /* 平滑滚动（可选） */
}
.int-infos div::-webkit-scrollbar{
    height: 0;
}
.int-infos div span{
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: #a1a1a1;
    border-bottom: solid 1px #d3d3d3;
    cursor: pointer;
    font-family: "futianM";
}
.int-active{
    flex-shrink:0;
    color: #010101 !important;
    border-bottom: solid 3px #010101 !important;
}
.int-infos p{
    width: 90%;
    margin-left: 5%;
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
}

.safety{
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
}
.safety .title{
    font-size: 1.3rem;
    margin-bottom: 20px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.safety img{
    width: 100%;
}
.saf-infos div{
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    font-size: 12px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* 启用弹性滚动（iOS 专属）*/
    scroll-behavior: smooth; /* 平滑滚动（可选） */
}
.saf-infos div::-webkit-scrollbar{
    height: 0;
    display: none;
}

.saf-infos div span{
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: #a1a1a1;
    border-bottom: solid 1px #d3d3d3;
    cursor: pointer;
    font-family: "futianM";
}
.saf-active{
    color: #010101 !important;
    border-bottom: solid 3px #010101 !important;
}
.saf-infos p{
    width: 90%;
    margin-left: 5%;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}
.carrying .title{
    font-size: 1.3rem;
    margin-bottom: 20px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.carrying-img{
    width: 100%;
} 
.carrying-info{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.carrying-info div{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
}
.carrying-info div img{
    width: 100%;
}
.carrying-info div p{
    font-size: 18px;
    font-family: "futianM";
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.carrying-info div span{
    font-size: 12px;
    line-height: 24px;
}
.energy-consumption{
    padding-bottom: 40px;
}
.energy-consumption .title{
    font-size: 1.3rem;
    margin-bottom: 20px; 
    font-family: "futianM";
    width: 100%;
    text-align: center;
}
.energy-img{
    width: 100%;
    margin-bottom: 30px;
}
.enery-img1{
    width: 90%;
    margin-left: 5%;
    /*margin-top: 30px;*/
    margin-bottom: 20px;

}
.energy-info1{
    width: 94%;
    margin-left: 3%;
    text-align: center;
}
.energy-info1 p{
    font-size: 18px;
    font-family: 'futianM';
    margin-bottom: 20px;
}
.energy-info1 span{
    font-size: 14px;
    line-height: 30px;
}
.energy-info{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.energy-info div{
    width: 100%;
    margin-left: 0%;
    margin-bottom: 20px;
}
.energy-info div img{
    width: 100%;
}
.energy-info div p{
    font-size: 16px;
    font-family: "futianM";
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.energy-info div span{
    font-size: 12px;
    line-height: 21px;
}
   
.foot{
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 0px;
}
.link{
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.link a{
    margin: 0 20px;
    font-size: 12px;
}
.multimedia{
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
}
.multimedia div{
    margin: 0 2%;
    width: 23%;
}
.multimedia div img{
    width: 100%;
}
.multimedia div span{
    font-size: 0.5rem;
    display: block;
    margin-top: 8px;
}
.info{
    font-size: 0.5rem;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 20px;
}

.tab-menu {
    width: 100%;
    margin-top: 30px;
    font-size: 13px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center !important;
}

.tab-menu-item {
    position: relative;
    display: inline-block;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 5px;
    color: #a1a1a1;
    border-bottom: solid 1px #d3d3d3;
    cursor: pointer;
    font-family: "futianM";
}
.tab-content{
    min-height: 50px;
}
.content-item{
    font-size: 12px;
    width: 90%;
    margin-left: 5%;
    line-height: 21px;
}
.threeImg{
    margin-left: 0px !important;
    flex-wrap: wrap;
}
.threeImg>div{
    margin-left: 0%;
    margin-right: 0;
}
.twoImg{
    margin-left: 0 !important;
}


}