body,
html {
    margin: 0;
    padding: 0;
    background-color: #f4f6f9;
    height: 100%;

}

.hotProject_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotProject-DetailsTopBg {
    background-image: url("/images/hotProject-Details/hotProject-DetailsBG.png");
    background-size: 100% 100%;
}

.DetailsTopHeight {
    /*height: 300px;*/
}

.container-center {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}

.hotProject_detailsTEXT1 {
    display: flex;
    flex-direction: column;
    /* 单行省略号 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotProject_detailsTEXT1 span:nth-child(1) {
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
}

.hotProject_detailsTEXT1 span:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
      white-space: normal !important;
}

.hotProject_detailsTEXT1 span:nth-child(3) {
    display: none;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
}

.solid-line {
    border-top: 1px solid #d8d8d8;
    margin: 20px auto;
    opacity: 0.3;
}

.dashed-line {
    border-top: 1px dashed #d1d1d1;
    margin: 20px auto;
}

.hotProject_detailsTEXT2 {
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-top: 10px;
}

.hotProject_detailsTEXT2 span:nth-child(1) {
    font-weight: bold;
    font-size: 17px;
}

.hotProject_detailsTEXT2 span:nth-child(2) {
    font-weight: 400;
    font-size: 13px;
}

.flexCenter {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.but1 {
    width: 140px;
    height: 45px;
    background: #ffffff;
    color: #1c5ca6;
    font-size: 15px;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    margin-top: 30px;
}

.but2 {
    width: 140px;
    height: 45px;
    /* background: #1C5CA6; */
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 45px;
    margin-left: 20px;
    margin-top: 30px;
}

.tab-title-hot {
    background-color: #fff;
    height: 60px;
    font-weight: bold;
    font-size: 13px;
    color: #000;
    position: relative;
}

.tab-title-hot .titleBoxFlex-hd {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    height: 60px;
}

.titleBoxFlex-hd-phone {
    display: none;
}

.tab-title-hot .titleBox-tab .title-smallBox {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 150px;
    height: 100%;
    font-size: 14px;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    white-space: nowrap;
    /* 确保文字不在盒子内换行 */
}

.tab-title-hot .titleBox-tab {
    border-bottom: 2px solid #fff;
}

/* active 状态样式 */
.tab-title-hot .titleBox-tab.active {
    background-color: white !important;
    color: #1c5ca6 !important;
    border-bottom: 2px solid #1c5ca6;
}

.tab-title-hot .titleBox-tab.active .title-smallBox span {
    color: #1c5ca6;
}

/* =====================移民政策========================== */
.POLICYphone {
    display: none;
}

.hotProject_Image {
    height: 330px;
    position: relative;
    display: flex
;
    align-items: center;
}

.zcTextBox {
    background-color: #fff;
    min-height: 300px;
    padding: 30px 20px;
    margin-left: -55px;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
}

.zcTextBox .zcText {
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    display: flex;
    align-items: flex-start;
}

.zcTextBox .icon_zc {
    width: 12px;
    margin-right: 5px;
}

/* ===================申请要求=================== */
.xhBoxPhone {
    display: none !important;
}

.sq-BG {
    background-image: url('/images/hotProject-Details/sq-BG.png');
    background-size: 100% 100%;
}

.xhBox {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 5px;
    margin-bottom: 10px;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
}

.xhBox .xhIcon {
    width: 70px;
    height: 45px;
    position: relative;
    background-image: url('/images/hotProject-Details/icon_xh.png');
    background-size: 100% 100%;
}

.xh_text {
    font-weight: 500;
    font-size: 13px;
    color: #111111;
    margin-left: 10px;
    width: 100%;
}

.xhBox .xhIcon span {
    font-family: AlibabaSans, AlibabaSans;
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -4px;
}

.xhBox .xhNum {
    width: 18px;
    height: 18px;
    background: #1c5ca6;
    font-weight: 400;
    font-size: 11px;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 18px;
}

.xhNumBox {
    display: flex;
    align-items: center;
    margin: 10px;
}

.xhLiBox {
    display: flex;
    align-items: center;
    margin: 10px 10px 10px 40px;
}

.xhLi {
    border-radius: 50px;
    width: 4px;
    height: 4px;
    background: #1C5CA6;
}

/* ========================办理流程========================== */
.PROGRESS-bottom{
    margin-bottom: 130px;
}
.progressArrow {
    position: relative;
    width: 100%;
    height: 260px;
    background-image: url('/images/hotProject-Details/progress_arrow.png');
    background-size: 100% 100%;
}



.step-container {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.step-item {
    /*width: 210px;*/
    text-align: center;
    box-sizing: border-box;
    margin: 0px 10px;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
}

.stepText {
    background-color: #fff;
    /*padding: 5px;*/
}

.step-title {
    font-weight: bold;
    font-size: 16px;
    background-color: #1C5CA6;
    color: #fff;
    padding: 8px;
}

.step-desc {
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    padding: 10px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* 上排步骤 */
.top-steps-pc {
    top: 0px;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 20px;

}

/* 下排步骤 */
.bottom-steps-pc {
    top: 234px;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.step-desc-phone {
    display: none;
}

.ringLink {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 连接线 */
.link-line {
    width: 2px;
    height: 18px;
    background: #1C5CA5;
}

.ring-container {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.ring-container .outer-ring,
.ring-container .inner-circle {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ring-container .outer-ring {
    border: 10px solid white;
    /* 白色外环 */
    background-color: transparent;
}

.ring-container .inner-circle {
    background-color: #1C5CA6;
    /* 蓝色内圆 */
    width: 10px;
    height: 10px;
}

/* ================== 项目优势========================== */
.advantageBG {
    background-image: url('/images/hotProject-Details/advantage-BG.png');
}
.advantage-w  {
    width: 25%;

}
.advantageBox {

     background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 30px;
    height: 360px;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
}

.advantageBox .adIcon {
    width: 80px;
    height: 80px;
}

.advantageBox .advantageTitle {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin-top: 20px;
        text-align: center;
}

.advantageBox .advantageDesc {
    font-weight: 400;
    font-size: 12px;
    color: #111111;
    margin-top: 20px;
    text-align: center;
}

/* ===========================相关问答========================== */
.QABox {
    background-color: #fff;
    padding: 20px;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
}

.QABox .QAtext {
    display: flex;
    align-items: flex-start;
}

.QABox .QAtext .QAIcon {
    width: 16px;
}

.QABox .QATitle {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    color: #111111;
    margin-left: 10px;
    /* 单行省略号 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.QABox .QADesc {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-left: 10px;
    /* 单行省略号 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*========================================当屏幕尺寸小于760px时===================================*/
@media (max-width: 767px) {
    .hotProject_Image {
    height: auto;

}
    .phoneTop {
        display: none !important;
    }

    .hotProject_detailsTEXT1 span:nth-child(2) {
        display: none;
    }

    .hotProject_detailsTEXT1 span:nth-child(3) {
        display: block;
        font-weight: 400;
        font-size: 12px;
        color: #ffffff;
        margin-top: 10px;
    }

    .hotProject_detailsTEXT1 span:nth-child(1) {
        font-weight: bold;
        font-size: 22px;
        color: #ffffff;
    }

    .hotProject-DetailsTopBg {
        background-image: url("/images/hotProject-Details/hotProject-DetailsTopBg-phone.png");
        background-size: 100% 100%;
    }

    .DetailsTopHeight {
        height: auto;
    }

    .DetailsTopImage {
        display: none;
    }

    .tab-title-hot .titleBoxFlex-hd {
        display: none;
    }

    .titleBoxFlex-hd-phone {
        display: flex;
        height: 60px;
    }

    /* 隐藏滚动条 */
    .tab-title-hot .titleBoxFlex-hd-phone::-webkit-scrollbar {
        display: none;
        /* 针对WebKit浏览器（如Chrome, Safari） */
    }

    .tab-title-hot .titleBoxFlex-hd-phone {
        -ms-overflow-style: none;
        /* 针对IE和Edge */
        scrollbar-width: none;
        /* 针对Firefox */
    }

    .tab-title-hot .titleBoxFlex-hd-phone {
        overflow-x: auto;
        /* 启用水平滚动 */
        -webkit-overflow-scrolling: touch;
        /* 提升移动设备上的滚动流畅度 */
    }

    .tab-title-hot .titleBox .title-smallBox {
        width: 80px;

    }

    /* =======================移民政策========================== */
    .POLICYpc {
        display: none !important;
    }

    .POLICYphone {
        display: block;
        box-shadow: 0px 0px 60px 0px #00000026;
        margin: auto;
        width: 98%;
    }

    .zcTextBox {
        margin-left: 0;
        padding: 10px;
        height: auto;
    }

    /* ===================申请要求=================== */
    .sq-phoneBG {
        background-image: url('/images/hotProject-Details/sq-phoneBG.png');
        background-size: 100% 100%;
    }

    .bigTitleEnPhone {
        color: #fff;
    }

    .xhBox {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding: 10px;

    }

    .xhIcon {
        width: 32px !important;
        height: 20px !important;
        background-image: url('/images/hotProject-Details/icon_xhPhone.png') !important;

    }

    .xhIconPhone {
        padding-bottom: 10px;
        border-bottom: 1px dashed #D1D1D1;
    }

    .xhBox .xhIcon span {
        font-size: 14px;
        margin-left: -3px;
    }

    .xh_text {
        margin-left: 5px;
        margin-top: 5px;
        font-weight: bold;
    }

    .xhBoxPc {
        display: none;
    }

    .xhBoxPhone {
        display: block !important;
    }

    .xhBoxPhone .xhLiBox {
        margin: 0px 5px 5px 5px;
        display: flex;
        margin: 0px;
        align-items: baseline
    }

    .xhNumBox {
        margin-top: 20px;
        margin-right: 5px;
    }

    /* ====================办理流程=================== */
    .PROGRESS-bottom{
        margin-bottom: 0px;
    }
    /* 上排步骤 */
    .top-steps-pc {
        display: none;

    }

    /* 下排步骤 */
    .bottom-steps-pc {
        display: none;
    }

    .step-desc-phone {
        display: block;
    }

    .step-item-phone {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .step-xh-phone {
        width: 8%;
        height: 8%;
        background-color: #1C5CA6;
        border-radius: 50px;
        text-align: center;
        /* line-height: 8%; */
        color: #fff;
    }

    .step-text-box {
        width: 88%;
        background-image: url('/images/hotProject-Details/step-text-boxbg.png');
        background-size: 100% 100%;
        padding: 20px;
        color: #000;
        font-size: 14px;
        font-weight: 800;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .SETP {
        font-weight: bold;
        font-size: 14px;
        color: #1C5CA6;

    }

    .bxuxian {
        height: 50px;
        margin-left: 4%;
        margin-top: -10px;
        border-left: 1px dashed #1C5CA6;
    }
    .progressArrow {
        height: auto;
        background-image:none;
    }
/* =================项目优势================= */
.advantage-w  {
    width: 50%;

}
.advantageBox{
    padding: 20px;
    height: 300px;
}
.advantageBox .adIcon {
    width: 40px;
    height: 40px;
}
.advantageBox .advantageTitle {
    font-size: 15px;
    margin-top: 10px;
    font-weight: bold;
}
.advantageBox .advantageDesc {
    font-weight: 400;
    font-size: 11px;
    color: #999999;
    margin-top: 20px;
    text-align: center;
}
/* =====================相关问答=================== */
.QABox {
    background-color: #F4F6F9;
}

.QABox .QADesc {
    white-space: normal; /* 恢复正常换行 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制为两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;

}
}