

/** block1 banner------------- */
.new-product-inner-banner{
    height: 380px;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    font-family: PingFangSC, PingFang SC;
    margin-top:136px;
}

@media screen and (min-width: 1920px){
    .new-product-inner-banner{
        width: 1680px;
        height: 380px;
        margin: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        box-sizing: border-box;
        font-family: PingFangSC, PingFang SC;
        margin-top:136px;
    }
}


.new-product-inner-banner .new-product-inner-banner-content{
    width: 100%;
    height: 100%;
    padding:88px 150px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.new-product-inner-banner .new-product-inner-banner-content .new-product-inner-banner-head{
    /* font-size: 48px;
    font-weight: 600;
    color: #222222; */
    line-height: 56px;
    text-align: left;
}

.new-product-inner-banner .new-product-inner-banner-content .new-product-inner-banner-subtitle{
    /* font-weight: 400;
    font-size: 28px;
    color: #222222; */
    line-height: 36px;
    text-align: left;
    margin-top: 16px;
}

.new-product-inner-banner .new-product-inner-banner-content .new-product-inner-banner-button{
    width: 180px;
    height: 64px;
    border-radius: 2px;
    border: 1px solid #FF8E22;
    font-weight: 500;
    font-size: 18px;
    color: #FF8E22;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

/** block1 banner end -------------- */


/** block2 product-intro --------------*/
.product-summary .product-summary-head{
    /* font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 44px; */
    color: #222222;
    line-height: 52px;
    text-align: right;
    font-style: normal;
    margin: 120px auto 80px auto;
    text-align: center;
}

.product-summary .product-summary-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.product-summary .product-summary-left{
    width: calc(54% - 16px);
    font-family: PingFangSC, PingFang SC;
}


.product-summary .product-summary-left .product-summary-left-title{
    font-weight: 600;
    font-size: 36px;
    color: #222222;
    line-height: 44px;
    text-align: left;
    font-style: normal;
    margin-top: 36px;
}

.product-summary .product-summary-left .product-summary-left-intro{
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    margin-top: 36px;
}

.product-summary .product-summary-left .product-summary-left-points{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 36px;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    flex-wrap: wrap;
}

.product-summary .product-summary-left .product-summary-left-sections{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top:32px;
}

.product-summary .product-summary-left .product-summary-left-sections .product-summary-left-section{
    flex:1;
}

.product-summary-left-section-head{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product-summary-left-section-head .product-summary-left-section-img{
    width: 56px;
    height: 56px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    display: flex;
    justify-content: center;
    align-items: center;
}


.product-summary-left-section-head .product-summary-left-section-img img{
    width: 26px;
    height: 26px;
}

.product-summary-left-section-head .product-summary-left-section-text{
    font-weight: 500;
    font-size: 28px;
    color: #222222;
    line-height: 36px;
    margin-left:16px;
}

.product-summary-left-points-bottom-split-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex:0.1;
}

.product-summary-left-points-bottom-split{
    width: 2px;
    height: 100px;
    background-color: #E5E5E5;
    margin-right:16px;
}

.product-summary-left-points-bottom{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    flex-wrap: wrap;
    margin-top: 32px;
}


.product-summary  .product-summary-left-point {
    position: relative; /* 为::before伪元素定位 */
    padding-left: 20px; /* 留出空间给自定义的圆圈 */
    margin-right: 16px; /* 间距 */
    margin-bottom: 16px; /* 间距 */
}

.product-summary  .product-summary-left-point::before {
    content: ''; /* 使用::before伪元素 */
    position: absolute; /* 绝对定位 */
    left: 0; /* 定位到列表项的左侧 */
    top: 50%; /* 垂直居中 */
    transform: translateY(-50%); /* 进一步垂直居中 */
    width: 10px; /* 圆圈的宽度 */
    height: 10px; /* 圆圈的高度 */
    border-radius: 50%; /* 圆形 */
    background-color: #FFf; /* 圆圈的颜色 */
    border: 2px solid #FF8E22; /* 可以用来创建空心效果，这里设置为透明，实际效果取决于边框颜色 */
}

.product-summary .product-summary-right{
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-summary .product-summary-right img{
    max-height: 580px;
    width: 95%;
    height: auto;
}


/** block2 product-intro end --------------*/

/** block3 highlight */
.product-highlight-points{
    padding-bottom:80px;
}

.highlight-title{
    width: 100%;
    text-align: center;
    margin:120px auto 80px auto;
    box-sizing: border-box;
}

.abroad-highlight-title{
    /* width: 1420px; */
    width: 100%;
    text-align: center;
    margin:60px auto 16px auto;
    font-family: PingFangSC, PingFang SC;
    /* font-weight: 500; */
    /* font-size: 44px; */
    color: #222222;
    line-height: 52px;
}

.abroad-highlight-subtitle{
    width: 100%;
    text-align: center;
    margin:16px auto 80px auto;
    font-family: PingFangSC, PingFang SC;
    font-weight: 300;
    /* font-size: 28px; */
    color: #222222;
    line-height: 52px;
}

.highlight-content{
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 80px;
}


.highlight-tab{
    width: 50%;
}

.highlight-tab-item{
    width: 640px;
    height: 104px;
    padding: 24px;
    box-sizing: border-box;
    cursor: pointer;
}

.highlight-tab-button{
    width: 180px;
    height: 64px;
    border-radius: 2px;
    border: 1px solid #FF8E22;
    box-sizing: border-box;
    cursor: pointer;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #FF8E22;
    line-height: 26px;
    text-align: right;
    font-style: normal;
    margin:24px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.highlight-tab-item-head{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.highlight-tab-item .highlight-tab-item-intro{
    display: none;
}


.highlight-tab-item-icon{
    width: 56px;
    height: 56px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlight-tab-item-icon img{
    width: 24px;
    height: 24px;
}

.highlight-tab-item-title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color: #222222;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    margin-left: 16px;
}

.highlight-tab-item.active{
    height: 104px;
    width: 100%;
    height: 200px;
    background: #FAFAFA;
    border-radius: 8px;
}

@media screen and (max-width: 1440px){
    .highlight-tab-item.active{
        height: 104px;
        width: 100%;
        height: 200px;
        background: #FAFAFA;
        border-radius: 8px;
    }
}

.highlight-tab-item.active .highlight-tab-item-intro{
    display: block;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    margin-top: 16px;
}

.highlight-tab-item.active .highlight-tab-item-title{
    color: #FF8E22;
}

.highlight-tab-item.active .highlight-tab-item-icon{
    background-color: #FF8E22;
    border: none;
}



.highlight-tab-content{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlight-tab-content img{
    width: 90%;
    height: auto;
    max-height: 580px;
    display: none;
}

.highlight-tab-content img.active{
    display: block;
    width: 100%;
    height: auto;
    max-height: 500px;
}

/** block3 highlight end */


#product-summary{
    padding: 0px;
}

#travel-tab-container, 
#mall-tab-container,
#car-tab-container, 
#travel-abroad-tab-container{
    padding-left: 0px;
    padding-right: 0px;
}

.product-highlight-points{
    padding: 0px;
}

/* @media screen and (max-width: 1440px){
    #product-summary{
        padding: 0px;
        width: 1200px;
        margin: auto;
    }

    #travel-tab-container, 
    #mall-tab-container,
    #car-tab-container, 
    #travel-abroad-tab-container{
        padding-left: 20px;
        padding-right: 20px;
        width: 1200px;
        max-width: auto;
    }
    .product-highlight-points{
        padding: 0px;
        margin: auto;
    }
} */

/** 启动 */
.pre-current-after-tabs .pre-current-after-head{
    width: 100%;
    text-align: center;
    margin:80px auto 80px auto;
    font-family: PingFangSC, PingFang SC;
    /* font-weight: 500; */
    /* font-size: 44px; */
    color: #222222;
    line-height: 52px;
}

/* @media screen and (max-width: 1440px){
    .pre-current-after-tabs .pre-current-after-head{
        width: 1200px;
        margin:80px auto 80px auto;
    }
} */

.pre-current-after-tabs .pre-current-after-subtitle{
    width: 100%;
    margin:24px auto 80px auto;
    font-family: PingFangSC, PingFang SC;
    font-weight: 300;
    font-size: 28px;
    color: #222222;
    line-height: 36px;
    text-align: center;
}



.pre-current-after-tabs .scroll-tab{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    overflow-x: scroll;
    border-top:1px solid #E5E5E5;
    border-bottom:1px solid #E5E5E5;
}


.pre-current-after-tabs .scroll-tab .tab-item{
    width: 360px;
    height: 120px;
    background: #FFFFFF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
}

.pre-current-after-tabs .scroll-tab .tab-item.active{
    background: #FF8E22;
    color:#ffffff;
}

.pre-current-after-tabs .scroll-tab .tab-item .tab-text-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.pre-current-after-tabs .scroll-tab .tab-item .tab-text-container img{
    width: 24px;
    height: 24px;
}

.pre-current-after-tabs .scroll-tab .tab-item .tab-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-left: 8px;
}

.pre-current-after-tabs .scroll-tab .tab-item .tab-text-more{
    display: none;
}

.pre-current-after-tabs .scroll-tab .tab-item.active .tab-text{
    border: none;
}

.pre-current-after-tabs .scroll-tab .tab-item.active .tab-text-more{
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: right;
}



.pre-current-after-tabs .tab-content .tab-content-item{
    display: none;
    background-color: #FFFFFF;
    cursor: pointer;
}

.pre-current-after-tabs .tab-content .tab-content-item.active{
    display: block;
}

.pre-current-after-tabs .tab-content .tab-content-item .intro{
    width: 100%;
    height: 80px;
    background: #FAFAFA;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 24px;
}


.pre-current-after-tabs .tab-content .tab-content-item .main-page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.pre-current-after-tabs .tab-content .left-tab{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}

.pre-current-after-tabs .tab-content .left-tab-item{
    width: 288px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#222222;
    font-size: 24px;
    border-radius: 4px;
}

.pre-current-after-tabs .tab-content .left-tab-item.active{
    color:#FF8E22;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    background: #FAFAFA;
    border-radius: 4px;
}

.pre-current-after-tabs .tab-content .left-tab-item .left-tab-item-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    margin-right:16px;
}


.pre-current-after-tabs .tab-content .left-tab-item .left-tab-item-icon img{
    width: 24px;
    height: 24px;
}


.pre-current-after-tabs .tab-content .left-tab-item.active .left-tab-item-icon{
    background-color: #FF8E22;
    border: 1px solid #FF8E22;
}

.pre-current-after-tabs .tab-content .right-tab-content{
    display: none;
}

.pre-current-after-tabs .tab-content .right-tab-content.active{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    box-sizing: border-box;
}



.pre-current-after-tabs .tab-content .right-tab-content-left{
    font-family: PingFangSC, PingFang SC;
    width:422px;
    padding-left: 40px;
}

.pre-current-after-tabs .tab-content .right-tab-content-left .pre-title-container{
    width: 140px;
    height: 140px;
    position:relative;
}
.pre-current-after-tabs .tab-content .right-tab-content-left .pre-title-container img{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0px;
    top:0px;
}

.pre-current-after-tabs .tab-content .right-tab-content-left .pre-title{
    position: absolute;
    bottom:0px;
    left:0px;
    width: 72px;
    text-align: left;
    font-weight: 600;
    font-size: 36px;
    color: #222222;
    line-height: 44px;
    text-align: left;
    font-style: normal;
    border-bottom: 5px solid #FF8E22;
}

.pre-current-after-tabs .tab-content .right-tab-content-left .title{
    text-align: left;
    
    font-weight: 500;
    font-size: 28px;
    color: #222222;
    text-align: left;
    margin-top: 20px;
}
.pre-current-after-tabs .tab-content .right-tab-content-left .subtitle{
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 40px;
    text-align: left;
    margin-top: 24px;
}

.pre-current-after-tabs .tab-content .right-tab-content-left .preview-button{
    width: 180px;
    height: 64px;
    border-radius: 2px;
    border: 1px solid #FF8E22;
    margin-top: 24px;
    color:#FF8E22;
    display: flex;
    justify-content: center;
    align-items: center;
}


.pre-current-after-tabs .tab-content .right-tab-content-right{
    width:60%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.pre-current-after-tabs .tab-content .right-tab-content-right img{
    width: 95%;
    height: auto;
    max-width:610px;
    max-height: 488px;
}

.right-tab-content-right img{
    width:610px;
    height: 488px;
}
/** 启动-end- */
.product-huidang{
    /* width: 1420px; */
    height: auto;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.product-huidang .huidang-head{
    font-family: PingFangSC, PingFang SC;
    width: 1440px;
    margin-top:80px;
    margin-bottom:40px;
    text-align: center;
    font-weight: 500;
    font-size: 44px;
    color: #222222;
    line-height: 52px;
}

.huidang-content{
    height: 700px;
    /* margin-left:120px;
    margin-right: 120px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
}

.huidang-card-content{
    height: auto;
    /* margin-left:120px;
    margin-right: 120px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
}

.huidang-card-content .huidang-card{
    width: 450px;
    height: 482px;
    flex:1;
    border:1px dashed #cccccc;
    margin-right: 10px;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding:80px 32px 32px 48px;
}

.huidang-card-content .huidang-card-title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 28px;
    color: #222222;
    line-height: 36px;
    text-align: left;
    font-style: normal;
}

.huidang-card-content .huidang-card-list{
    margin-top: 36px;
}

.huidang-card-content .huidang-card-list .huidang-card-item{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    position: relative; /* 为::before伪元素定位 */
}

.huidang-card-content .huidang-card-list .huidang-card-item::before{
    content: ''; /* 使用::before伪元素 */
    position: absolute; /* 绝对定位 */
    left: -20px; /* 定位到列表项的左侧 */
    top: 20px; /* 垂直居中 */
    transform: translateY(-50%); /* 进一步垂直居中 */
    width: 10px; /* 圆圈的宽度 */
    height: 10px; /* 圆圈的高度 */
    border-radius: 50%; /* 圆形 */
    background-color: #FFf; /* 圆圈的颜色 */
    border: 2px solid #FF8E22; /* 可以用来创建空心效果，这里设置为透明，实际效果取决于边框颜色 */
}

.product-huidang .huidang-content .huidang-content-block{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-huidang .huidang-content .huidang-content-block.text{
    width: 520px;
    display: block;
}


.huidang-text-item-list{
    margin-top:24px;
}

.product-huidang .huidang-content .huidang-content-block .huidang-button{
    width: 180px;
    height: 64px;
    border-radius: 2px;
    border: 1px solid #FF8E22;
    color:#FF8E22;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    cursor: pointer;
}

.product-huidang .huidang-content .huidang-content-block img{
    width: 100%;
    height: auto;
    max-height: 580px;
}


.product-huidang .huidang-content .huidang-content-block .title{
    font-weight: 600;
    font-size: 36px;
    color: #222222;
    line-height: 44px;
    text-align: left;
}

.product-huidang .huidang-content .huidang-content-block .intro{
    font-weight: 400;
    font-size: 28px;
    color: #222222;
    line-height: 36px;
    text-align: left;
    font-style: normal;
}

.product-huidang .huidang-content .huidang-content-block .huidang-text-item{
    font-weight: 600;
    font-size: 36px;
    font-size: 28px;
    color: #222222;
    line-height: 36px;
    text-align: left;
}

.huidang-text-item, .gray-circle{
    margin-left: 26px;
}

.product-huidang .huidang-content .huidang-content-block .huidang-text-item {
    padding-left: 20px; /* 留出空间给自定义的圆圈 */
    margin-right: 16px; /* 间距 */
    margin-bottom: 16px; /* 间距 */
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
}


.orange-circle{
    position: relative; /* 为::before伪元素定位 */
}

.orange-circle::before{
    content: ''; /* 使用::before伪元素 */
    position: absolute; /* 绝对定位 */
    left: 0px; /* 定位到列表项的左侧 */
    top: 18px; /* 垂直居中 */
    transform: translateY(-50%); /* 进一步垂直居中 */
    width: 10px; /* 圆圈的宽度 */
    height: 10px; /* 圆圈的高度 */
    border-radius: 50%; /* 圆形 */
    background-color: #FFf; /* 圆圈的颜色 */
    border: 2px solid #FF8E22; /* 可以用来创建空心效果，这里设置为透明，实际效果取决于边框颜色 */
}


.gray-circle{
    position: relative; /* 为::before伪元素定位 */
}

.gray-circle::before{
    content: ''; /* 使用::before伪元素 */
    position: absolute; /* 绝对定位 */
    left: -18px; /* 定位到列表项的左侧 */
    top: 12px; /* 垂直居中 */
    transform: translateY(-50%); /* 进一步垂直居中 */
    width: 10px; /* 圆圈的宽度 */
    height: 10px; /* 圆圈的高度 */
    border-radius: 50%; /* 圆形 */
    background-color: #CCCCCC;
    border: 2px solid #CCCCCC; /* 可以用来创建空心效果，这里设置为透明，实际效果取决于边框颜色 */
}






/** 客户说 */
.customer-say{
    /* width: 1420px; */
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 48px 40px!important;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px 0px rgba(0,0,0,0.08);
    border-radius: 8px;
    margin-top: 80px;
}

@media screen and (max-width: 1440px){
    .customer-say{
        /* width: 1200px; */
        margin:auto;
    } 
}

.customer-say .main-icon{
    width: 138px;
    height: 40px;
}

.customer-say .main-icon img{
    width: 100%;
    height: 100%;
}

.customer-say .icon{
    width: 138px;
    height: 40px;   
    background: #CCCCCC;
}
.customer-say .icon img{
    width: 100%;
    height: 100%;
}

.customer-say .customer-say-text{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #222222;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    margin-top: 40px;
}
.customer-say .customer-say-people{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-top: 16px;
}
.customer-say .customer-say-icons{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.customer-say .customer-say-icons .customer-say-icon{
    width: 148px;
    height: 56px; 
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #FAFAFA;
    border-radius: 4px;
}

.customer-say .customer-say-icons .customer-say-icon img{
    width: 100%;
    height: 100%;
}
/** 客户说-ends*/

