body {
    background: #fff;
    margin: 0;
}

.footerContain {
    background: #002f6c;
}

.footer_part1 .app_link {
    position: absolute;
    right: 0;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.footer_part1 .app_link a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.footer_part1 .app_link a img {
    display: block;
}

.footer_part1 .app_link img {
    width: auto;
}

.footer_part1 .phone_app_link {
    display: none;
}

.footer_part1 .main_content {
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}

.footer_part1 .main_content .main_content_items {
    display: flex;
    column-gap: 20px;
    height: 390px;
    flex-direction: column;
    flex-wrap: wrap;
}

.footer_part1 .main_content .main_content_items .dividItem {
    padding-top: 15px;
}

.contacter {
    padding: 40px 0;
}

.contacter a {
    text-decoration: underline;
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #00b9f2;
    /*color:#fff;*/
    cursor: pointer;
}

.footer_part1 .contact_information {
    width: 252px;
    margin-bottom: 17px;
    color: #fff;

    span {
        font-family: 'Rubik Regular';
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: right;
        color: #fff;
    }
}

.footer_part1 .contact_information span {
    color: #fff;
}

.footer_part1 .phone_number {
    margin-top: 17px;
}

.footer_part1 .phone_number img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.footer_part1 .phone_number span,
.footer_part1 .phone_number a {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    vertical-align: middle;
}

.footer_part1 .items_right {
    text-align: right;
    position: relative;
}

.footer_part1 .items .items_title {
    line-height: 20px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}

.footer_part1 .items .items_title.items_title_nochild {
    margin-bottom: 0;
}

.footer_part1 .items .items_title a {
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.footerContain .expand_icon {
    cursor: pointer;
}

.footer_part1 .main_content .items .items_title .expand_icon {
    height: 0;
    opacity: 0;
}

.footer_part1 .items .item {
    line-height: 18px;
    margin-bottom: 8px;
}

.footer_part1 .items .item a {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
}

.footer_part1 .items_right .contact {
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #00b9f2;
    margin: 40px 0;
}

.footer_part1 .items_right .contact_phone {
    display: flex;
}

.footer_part1 .phone_style {
    display: none;
}

.footerContain .footerBorder {
    background-color: #A9A9A9;
    height: 1px;
    position: relative;
}

/* 第二部分 */
.footerContain .footer_part2 {
    padding: 24px 0;
    border-top: 0;
}

.footerContain .footer_part2 .contain {
    text-align: left;
}

.footerContain .footer_part2 a {
    text-decoration: underline;
    margin-right: 20px;
}

.footerContain .footer_part2 .copyright {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.phone_nav_contain {
    padding-top: 32px;
}

.phone_nav_contain .item.footerHidden {
    height: 0;
    opacity: 0;
    line-height: 0;
    margin-bottom: 0;
    display: none;
}

.footerContain .footer_part2 .privacyLink {
    cursor: pointer;
    text-decoration: underline;
}

.footerContain .footer_part2 .privacyLink:hover {
    text-decoration: underline;
}

.chatbot_main {
    position: fixed;
    right: 30px;
    bottom: 25px;
    z-index: 10000;
    display: none;
}

.chatbot_main .chatbot_main_close {
    position: absolute;
}

.chatbot_main .chatbot_main_words {
    position: absolute;
    top: 0;
    right: 84px;
    width: 130px;
    height: 40px;
    background: url(/eportal/uiFramework/commonResource/image/2025052421483156863.png) no-repeat center center;
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #002e6c;
    vertical-align: middle;
    text-align: center;
    display: none;
}

.chatbot_main .chatbot_main_words.active {
    display: inline-block;
}

.footerCookiesAlert {
    position: fixed;
    bottom: 0;
    background: #000;
    color: #fff;
    opacity: 0.74;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 200;
    padding: 12px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
    gap: 16px;
}

.footerCookiesAlert .main {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
}

.footerCookiesAlert .acceptCloseBtn {
    cursor: pointer;
    white-space: nowrap;
    width: 150px;
    height: 36px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    gap: 4px;
    border-radius: 4px;
    border-width: 1px;
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerContain .footer-item-nolink {
    cursor: default;
}

.footerContain .footer_part1 .main_content {
    width: 100%;
}

.footer_part1 .phone_number a.tel-link {
    color: #d0dbff;
}
/* 区域选择 */
.region_alert{
    background-image: url("/eportal/uiFramework/commonResource/image/2025073116470460280.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: fit-content;
    min-width: 185px;
    display: none;
    position: absolute;
    top: -36px;
    right: 84px;
  }
  .region_alert_content{
    padding: 9px 21px 15px 19px;
    box-sizing: border-box;
    min-width: 185px;
  }
  .region_alert .region_tip{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #002E6C;
  }
  .region_alert .region_btns{
    display: flex;
    gap:12px;
    margin-top: 4px;
    width: 100%;
  }
  .region_alert .region_btns .hk_btn,.region_alert .region_btns .ma_btn{
    padding: 7px 0px;
    background: #00B9F2;
    text-align: center;
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FCFCFC;
    border-radius: 2.5px;
    /* flex: 0 0 50%; */
    white-space: nowrap;
    flex: 1;
    width: 68px;
    cursor: pointer;
  }
@media (min-width: 1400px) {
    .footer_part1 .main_content .main_content_items {
        column-gap: 80px;
    }
}

@media (min-width: 1000px) and (max-width: 1300px) {
    .footer_part1 .main_content .main_content_items {
        column-gap: 30px;
    }

    .footer_part1 .app_link {
        gap: 10px;
    }
}

@media (max-width: 953px) {
    .footer_part1 .contact_information span {
        font-size: 16px;
        line-height: 24px;
    }

    .footer_part1 .phone_number span,
    .footer_part1 .phone_number a {
        font-size: 18px;
    }

    .footer_part1 .contact_information {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer_part1 .contact_information:last-child {
        margin-bottom: 32px;
    }

    .footer_part1 .contact_information span {
        text-align: left
    }

    .footer_part1 .phone_number {
        display: flex;
    }

    .footerContain .contacter {
        padding: 0 0 32px 0;
    }

    .footerCookiesAlert {
        flex-direction: column;
        justify-content: center;
    }

    .footerCookiesAlert .main {
        font-size: 10px;
    }

    .footerCookiesAlert .acceptCloseBtn {
        width: 100%;
        font-size: 16px;
    }

    .footer_part1 .items,
    .app_link {
        display: block;
    }

    .footerContain .firstRightDes {
        display: block;
    }

    .footer_part1 .main_content .main_content_items {
        height: 0;
        opacity: 0;
        display: none;
    }

    .footer_part1 .main_content {
        flex-direction: column;
        border-bottom: 1px solid #a9a9a9;
        padding: 0;
        margin: 0;
    }

    .footer_part1 {
        padding: 32px 0px 16px 0px;
        margin-bottom: 16px !important;
        /*height:730px;*/
    }

    .app_link {
        /*height: 0;
        opacity: 0;*/
        display: none !important;
    }

    .footer_part1 .items_right {
        text-align: left;
    }

    .footer_part1 .items_right .contact {
        margin: 32px 0;
    }

    .footer_part1 .items_right .contact_phone {
        display: flex;
        flex-direction: column;
    }

    .footer_part1 .phone_style {
        display: block;
    }

    .footer_part1 .phone_style .phone_app_link {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 32px;
        align-items: center;
    }

    .footer_part1 .phone_style .functions {
        margin-top: 32px;
    }

    .footer_part1 .phone_style .functions .function_title {
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    .footer_part1 .phone_style .functions .function_title span {
        font-family: 'Rubik Regular';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: #fff;
    }

    .footer_part1 .phone_style .functions .function_title .down_icon {
        background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/white_bottom.png');
        vertical-align: middle;
        width: 24px;
        height: 24px;
        display: inline-block;
    }

    .footer_part1 .phone_style .functions .function_title.active .down_icon {
        background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/white_top.png');
    }

    .footer_part1 .phone_style .functions ul {
        list-style: none;
        padding: 0;
        display: none;
    }

    .footer_part1 .phone_style .functions ul.active {
        display: block;
    }

    .footer_part1 .phone_style .functions ul.active a {
        text-decoration: none;
    }

    .footer_part1 .phone_style .functions ul.active li {
        font-family: 'Rubik Regular';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: #ffffff;
    }

    .footer_part2 {
        padding: 16px 24px;
    }

    .footerContain .footer_part2 .copyright {
        /*font-size:18px;
        line-height:28px;*/
    }

}

@media (max-width: 340px) {
    .navbar {
        padding: 10px 10px;
    }

    .frame-app .picList {
        display: flex;
        gap: 10px;
    }

    .frame-app .picList .picListLeft p {
        display: flex;
        gap: 5px;
    }

    .footer_part1 {
        padding: 32px 10px 16px;
        width: 100%;
    }
}

.footer_part2 #ft-contain {
    display: none;
}

.copyright span {
    margin-right: 2px;
}
.firstRightDes {
    margin-left: 2px;
}