.footer .content .info * ,
.footer .copyright *{
    font-family: Source Han Sans SC;
}
.footer_mob .content .info * ,
.footer .copyright *{
    font-family: Source Han Sans SC;
}
.footer {
    background-color: #14171D;
}
.footer_mob{
    background-color: #14171D;
}
@media screen and (min-width:769px) {
    .footer_mob {
        display: none;
    }
    .footer .container-box {
        padding: 0 200px;
    }
    .footer {
        color: white;
        /* background: #112651; */
    }
    .footer .menu-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #87806E;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 0;
    }
    .footer .menu-wrapper .logo {
        height: 56px;
        width: 56px;
        flex-shrink: 0;
    }
    .footer .menu-wrapper .logo img {
        width: 100%;
        height: 100%;
        max-width: 150px;
    }
    .footer .menu {
        flex: 1;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 0;
        margin-left: 50px;
        gap: 40px;
        font-family: Source Han Sans SC;
    }
    .footer .menu li {
        position: relative;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }
    .footer .menu li a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        /* text-transform: uppercase; */
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }
    .footer .menu .menu-arrow {
        width: 12px;
        height: auto;
        transition: transform 0.2s ease;
    }
    .footer .menu .has-submenu:hover .menu-arrow {
        transform: rotate(180deg);
    }
    .footer .menu .submenu {
        display: none;
        position: absolute;
        bottom: calc(100% + 10px);
        left: 0;
        background: #14171D;
        min-width: 120px;
        padding: 10px 0;
        list-style: none;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
        z-index: 1000;
        border-bottom: 2px solid #3f8ed0;
    }
    .footer .menu .submenu::after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 15px;
    }
    .footer .menu .submenu li {
        width: 100%;
        height: auto;
        display: block;
        padding: 0;
    }
    .footer .menu .submenu li a {
        display: block;
        padding: 10px 20px;
        font-size: 13px;
        color: #ffffff;
        text-transform: capitalize;
        font-weight: 500;
        white-space: nowrap;
        transition: all 0.2s;
    }
    .footer .menu .submenu li a:hover {
        background: rgba(255, 255, 255, 0.05);
        color: #3f8ed0;
        padding-left: 25px;
    }
    .footer .menu li.has-submenu:hover .submenu {
        display: block;
    }
    .footer .menu li.active a {
        color: #ffffff;
    }
    .footer .menu li:last-child {
        margin-right: 0;
    }
    .footer .menu li:not(:last-child)::after {
        content: '';
        position: absolute;
        right: -10px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 14px;
    }
    /* Footer Actions Buttons */
    .footer-actions {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .footer .content {
        border-bottom: 1px solid #87806E;
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 20px;
    }
    .footer .content .info {
        flex-shrink: 0;
    }

    .footer .content .logo {
        margin-bottom: 20px;
        height: 56px;
        width: 56px;
        display: none;
    }
    .footer .content .logo img {
        width: 100%;
        height: 100%;
        max-width: 150px;
    }
    .footer .content p {
        font-size: 14px;
        color: white;
        margin-bottom: 15px;
        font-weight: 400;
    }
    .footer .content .contact {
        width: 430px;
    }
    .email2 {
        margin-left: 10px;
    }
    .footer .content .contact-title {
        font-size: 15px;
        color: white;
        line-height: 19px;
        margin-bottom: 20px;
    }
    .footer .content .contact input {
        width: 100%;
        height: 86px;
        background: #F4F1EC;
        border: none;
        border-radius: 8px;
        padding: 10px 20px;
        font-size: 14px;
    }
    .footer .content .contact .email-input {
        width: 430px;
        height: 86px;
        background: #F4F1EC;
        border: none;
        border-radius: 9px;
        padding: 10px 20px;
        font-size: 14px;
        resize: none;
        color: black;
        cursor: auto;
    }
    .footer .content .contact input::placeholder,
    .footer .content .contact .email-input::placeholder {
        color: #999;
    }
    .footer .content .contact .text {
        font-size: 14px;
        color: #5b5b5b;
        line-height: 16px;
        margin: 20px 0 10px 0;
    }
    .footer .content .contact .send-button {
        width: 100%;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        border: 1px solid #D3CBBC;
        border-radius: 8px;
        margin-top: 20px;
        cursor: pointer;
        font-size: 15px;
    }
    .footer .content .contact .send-button:hover {
        opacity: 0.9;
    }
    .footer .content .contact .send-button.disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }
    .footer .copyright {
        /* margin-top: 10px; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
    }
    .footer .copyright .ys{
        display: flex;
        align-items: center;
    }
    .footer .copyright .text {
        color: white;
        font-size: 14px;
    }
    .footer  .social-media {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 25px;
    }
    .footer  .social-media a {
        display: inline-block;
    }
    .footer  .social-media img {
        width: 40px;
        height: 40px;
        opacity: 0.9;
        transition: opacity 0.3s;
    }
    .footer  .social-media img:hover {
        opacity: 1;
    }
    .free-part-modal .modal-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -180px;
        margin-left: -180px;
        width: 360px;
        height: 360px;
        border-radius: 18px;
        max-width: initial;
    }
    .free-part-modal .modal-dialog .modal-content .model-close {
        display: inline-block;
        position: absolute;
        right: 8px;
        top: 8px;
        font-size: 20px;
        font-weight: 400 !important;
        z-index: 999999;
    }
    .free-part-modal .modal-dialog .modal-content .modal-body {
        border-radius: 18px;
        padding: 0;
    }
    .free-part-modal .modal-dialog .modal-content .modal-body img {
        width: 100%;
        height: 100%;
        border: none;
        margin: 0;
    }
    .modal-open {
        padding-right: 0 !important;
    }
}

@media screen and (max-width:769px) {
    .footer {
        display: none;
    }
    .footer_mob {
        color: white;
        /* background: #112651; */
    }
    .footer_mob .container {
        padding: 0 20px;
    }
    .footer_mob .menu-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #87806E;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 0;
    }
    .footer_mob .menu-wrapper .logo {
        height: 56px;
        width: 56px;
        flex-shrink: 0;
        margin-bottom: 16px;
    }
    .footer_mob .menu-wrapper .logo img {
        width: 100%;
        height: 100%;
        max-width: 150px;
    }
    .footer_mob .menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-bottom: 0;
        font-family: Source Han Sans SC;
        width: 100%;
    }
    .footer_mob .menu li {
        position: relative;
        margin-right: 0;
        text-align: center;
        width: 100%;
        white-space: nowrap;

    }
    .footer_mob .menu li a {
        color: white;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        justify-content: center;
    }
    .footer_mob .menu .menu-arrow {
        width: 12px;
        height: auto;
        transition: transform 0.2s ease;
    }
    .footer_mob .menu .submenu {
        display: none;
        list-style: none;
        padding: 10px 0;
        background: rgba(255, 255, 255, 0.05);
        margin-top: 10px;
        width: 100%;
    }
    .footer_mob .menu .submenu li {
        padding: 8px 0;
    }
    .footer_mob .menu .submenu li a {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.8);
    }
    .footer_mob .menu li:not(:last-child)::after {
        display: none;
    }
    /* 移动端操作按钮样式 */
    .footer-actions-mob {
        padding: 20px 10px;
        padding-bottom: 0;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
    }
    .footer-actions-mob .btn-free-trial,
    .footer-actions-mob .btn-sign-in,
    .footer-actions-mob .btn-sign-up {
        font-size: 11px;
        padding: 6px 4px;
        flex: 1;
        text-align: center;
        white-space: nowrap;
        min-width: 0;
    }
    .footer_mob .content {
        border-bottom: 1px solid #87806E;
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    .footer_mob .content .info {
        flex-shrink: 0;
        text-align: center;
        width: 100%;
        padding-top: 0;
        border-top: none;
    }
    .footer_mob .content p {
        font-size: 14px;
        color: white;
        margin-bottom: 15px;
        font-weight: 400;
        line-height: 1.6;
    }
    .footer_mob .content .contact {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .footer_mob  .social-media {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;
    }
    .footer_mob  .social-media a {
        display: inline-block;
    }
    .footer_mob  .social-media img {
        width: 32px;
        height: 32px;
        opacity: 0.9;
        transition: opacity 0.3s;
    }
    .footer_mob  .social-media img:hover {
        opacity: 1;
    }
    .footer_mob .copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 20px 0;
    }
    .footer_mob .copyright .ys {
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .footer_mob .copyright .text {
        color: white;
        font-size: 14px;
    }
    .free-part-modal .modal-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -180px;
        margin-left: -180px;
        width: 360px;
        height: 360px;
        border-radius: 18px;
        max-width: initial;
    }
    .free-part-modal .modal-dialog .modal-content .model-close {
        display: inline-block;
        position: absolute;
        right: 8px;
        top: 8px;
        font-size: 20px;
        font-weight: 400 !important;
        z-index: 999999;
    }
    .free-part-modal .modal-dialog .modal-content .modal-body {
        border-radius: 18px;
        padding: 0;
    }
    .free-part-modal .modal-dialog .modal-content .modal-body img {
        width: 100%;
        height: 100%;
        border: none;
        margin: 0;
    }
    .modal-open {
        padding-right: 0 !important;
    }
}