.world-box .nav-list article {
    background: #fff;
    padding: 1.8rem 2rem;
    border-radius: 0 0 16px 16px;
    text-align: left;
    height: 12.2rem;
}

.world-box,
.safe-box,
.loc-box {
    background: #E4EEFF;
    text-align: center;
    padding-bottom: 12rem;
    width: 100%;
}

.loc-box .nav-list {
    width: 67rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    margin: 0;
}
.loc-box .nav-list li {
    width: 32.7rem;
    height: 23.1rem;
    background-color: #1F77EF;
    border-radius: 1.6rem;
    padding: 5rem 3rem 10rem 3rem;
    box-sizing: border-box;
    text-align: left;
}
.loc-box .nav-list li:nth-child(2) {
    background-color: #49AEF3;
}
.loc-box .nav-list li:nth-child(3) {
    background-color: #49AEF3;
    background: linear-gradient(54.03deg, #134384 16.13%, #42A3E8 96.97%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.loc-box .nav-list li:nth-child(4) {
    background-color: #E4E4E4;
}
.loc-box .nav-list li:nth-child(4) span {
    color: #344256; 
    font-weight: 500;
    font-size: 2rem;
}
.loc-box .nav-list li:nth-child(4) strong {
    color: #2E88F6;
}
.loc-box .nav-list li span {
    color: #fff;
    font-weight: 400;
    font-size: 2rem;
    font-style: normal;
    line-height: normal;
}
.loc-box .nav-list li strong {
    display: block;
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
    color: var(--text04, #FFF);
    font-family: Inter;
    font-style: normal;
    line-height: normal;
    text-align: left;
}

.safe-box .nav-list li {
    background: url('../images/bg.webp') no-repeat top center;
    background-size: 100% 100%;
    width: 38rem;
    padding: 4rem 2rem;
    box-sizing: border-box;
}

.en .safe-box .nav-list li .txt-group span {
    line-height: 2rem;
}


.home-page .pay-options .scroll-pays .nav-list::-webkit-scrollbar {
    overflow-x: hidden;
}
@media (max-width: 767px) {
    .home-page .pay-bg {
        background: url('../images/bg-big.jpg') no-repeat top center;
        background-size: cover;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 5.6rem 0;
    }

    .home-page .pay-bg .contant-us {
        background-color: #FCD249;
        padding: 1.4rem 5.8rem;
        display: inline-block;
        float: left;
        margin-top: 5rem;
        font-weight: 400;
    }
    .home-page .nav-list {
        gap: 2.4rem;
    }
    .home-page .pay-options > h2 {
        padding-bottom: 5rem;;
    }
    .home-page .playace-pay {
        margin-top: 20rem;
    }
    .home-page .pay-options .scroll-pays {
        width: 100%;
    }
    .home-page section h2 {
        font-size: 2.4rem;
        letter-spacing: normal;
    }
     .pay-bg {
        flex-direction: column;
        padding: 4rem;
        height: auto;
    }
     .pay-bg .info-box {
        width: auto;
    }
     .pay-bg .info-box p {
        font-size: 3.2rem;
        font-weight: 600;
        margin: 0 0 2rem;
        line-height: 6rem;
        color: var(--text01, #344256);
        text-align: center;
        
        font-style: normal;
    }
    .en.about-us-page .playace-pay-box .txt-info span,
    .en .pay-bg .info-box p {
        line-height: normal;
    }
     .pay-bg .info-box span {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: normal;
        padding: 0 2rem;
        text-align: center;
        letter-spacing: 0.9px;
        display: block;
    }
     .pay-bg .pay-world {
        width: 29.1rem;
        height: auto;
        margin-top: 2rem;
    }
     .pay-options {
        padding: 4rem 0;
    } 
    .home-page .pay-options > h2 {
        padding-bottom: 3rem;
        letter-spacing: normal;
        padding-top: 0;
        text-align: center;
    }
    .pay-options .scroll-pays .nav-list {
        gap: 2.4rem;
        padding-left: 5rem;
    }
    .home-page .nav-list li {
        padding: 0;
        line-height: normal;
        height: auto;
        /* background: none; */
    }             
    .playace-pay p {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .playace-pay img {
        width: 32rem;
        margin-top: 2.5rem;
    }
    .pay-options .nav-list img {
        width: 3.7rem;
    }
    .world-box .nav-list,
    .world-box .nav-list li  {
        width: 100%;
    }
    .world-box .nav-list li  {
        border-radius: 1.6rem;
        overflow: hidden;
    }
    .home-page section {
        max-width: 100%;
        padding: 4rem 2rem;
    }
    .home-page .world-box .nav-list {
        margin-top: 2rem;
        flex-direction: column;
        gap: 2rem;
        display: flex;
        width: auto;
    }
    .home-page .world-box .nav-list img {
        width: 33.5rem;
        height: 32rem;
    }
    .home-page .world-box .nav-list article {
        padding: 1.2rem 1rem;
        background-color: #fff;
        height: auto;
    }
    .home-page .world-box .nav-list article h4 {
        font-weight: 600;
        font-size: 2rem;
        color: var(--text01, #344256);
        text-align: left;
        font-style: normal;
        line-height: normal;
    }
    .home-page .world-box .nav-list article span {
        font-size: 1.6rem;
        margin-top: 0.8rem;
        color: var(--text01, #344256);
        font-style: normal;
        font-weight: 400;
    }
    .home-page .us-box {
        width: 100%;
    }
    .home-page .us-box .sub-title {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.5rem; 
        color: var(--text01, #344256);
        text-align: center;
        font-style: normal;
        letter-spacing: 0.24px;
    }
    .home-page .us-box .nav-list {
        gap: 2rem;
        width: 100%;
        margin-top: 2rem;
        flex-wrap: wrap;
    }
    .home-page .us-box .nav-list li {
        width: 100%;
        background-color: #E8F0FF;
        border-radius: 8px;
        padding: 3rem 2.3rem;
    }
    .home-page .us-box .nav-list li:nth-child(2) {
        padding-bottom: 0;
    }
    .home-page .us-box .nav-list li strong {
        font-size: 2rem;
        font-weight: 700;
        color: var(--text01, #344256);
        text-align: center;
        
        font-style: normal;
        line-height: 2.4rem;
    }
    .home-page .us-box .nav-list li:nth-child(4) img ,
    .home-page .loc-box .txt-group,
    .home-page .tloc-box .txt-group,
    .home-page .loc-box .txt-group strong,
    .home-page .tloc-box .nav-list,
    .home-page .tloc-box .contain {
        width: 100%;
    }
    .home-page .us-box .nav-list li p {
        margin-top: 1rem;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        color: var(--text01, #344256);
        text-align: center;
        
        line-height: normal;
    }
    .home-page .us-box .nav-list li img {
        width: 30rem;
        height: 16rem;
        height: auto;
        margin: 3rem auto 0;
        padding: 0 3rem;
    }
    .home-page .us-box .nav-list li:nth-child(2) img {
        padding: 0;
        width: 27.2rem;
        margin-top: 1.6rem;
    }
    .home-page .us-box .nav-list li:nth-child(3) {
        padding-bottom: 0;
    }
    .home-page .us-box .nav-list li:nth-child(3) img {
        width: 16.7rem;
        height: 20.1rem;
        padding: 0;
    }
    .home-page .us-box .nav-list li:nth-child(4) {
        padding: 3rem 0 0;
    }
    .home-page .us-box .nav-list li:nth-child(4) img {
        margin-top: 3.7rem;
        padding: 0;
    }
    .home-page .us-box .last-contact {
        display: none;
    }
    .home-page .loc-box {
        flex-direction: column-reverse;
        width: 100%;
        display: flex;
        background: var(--bg05, #E4EEFF);
    }
    .home-page .loc-box .txt-group {
        text-align: center;
    }
    .home-page .pay-bg .contant-us {
        margin-top: 2rem;
        float: none;
        padding: 1.4rem 4rem;
        font-size: 1.6rem;
        font-weight: 400;
        color: var(--text01, #344256);
        
        font-style: normal;
        line-height: normal;
    }
    .home-page .loc-box .txt-group strong {
        font-size: 2.4rem;
        color: var(--text01, #344256);
        text-align: center;
        
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .home-page .loc-box .txt-group p {
        margin: 1rem auto;
        line-height: 1.5;
        font-size: 1.2rem;
        font-weight: 400;
        text-align: center;
        color: var(--text01, #344256);
        text-align: center;
        
    }
    .loc-box .txt-group .contant-us {
        padding: 1.2rem 2.6rem;
        font-weight: 400;
        font-size: 1.2rem;
    }
    .home-page .loc-box .nav-list { 
        gap: 8px;
        width: 100%;
        margin-top: 2rem;
    }
    .home-page .loc-box .nav-list li { 
        padding: 2.5rem 1.5rem 5rem;
        width: 16.3rem;
        height: 12.4rem;
    }
    .home-page .loc-box .nav-list li strong {
        font-size: 3rem;
        font-weight: 700;
        line-height: 3.6rem;
    }
    .loc-box .contain .txt-group.sub-title {
        line-height: 1.5rem;
        text-align: center;
        display: block;
    }
    .loc-box .nav-list li span {
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .home-page .loc-box .nav-list li:nth-child(1) {
        background-color: #1F77EF;
    }
    .home-page .loc-box .nav-list li:nth-child(4) span {
        font-size: 1rem;
        font-weight: 400;
    }
    .home-page .tloc-box .contain {
        flex-direction: column;
        height: auto;
    }
    .home-page .tloc-box .contain .txt-group p {
        text-align: center;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem; 
        margin-bottom: 2rem;
        margin-top: 1rem;
    }
    .home-page .tloc-box .txt-group strong {
        flex-direction: column;
        text-align: center;
        font-size: 2.4rem;
        font-weight: 600;
        color: var(--text01, #344256);
        
        font-style: normal;
        line-height: normal;
    }
    .home-page .tloc-box .nav-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 2rem;
    }
    .home-page .tloc-box .nav-list li span {
        color: var(--text01, #344256);
        text-align: center;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .home-page .tloc-box .nav-list li {
        width: 9.8rem;
    }
    .home-page .safe-box .nav-list li .txt-group span {
        color: var(--text01, #344256);
        text-align: center;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.96px;
    }
    .home-page .safe-box .nav-list li .txt-group strong {
        line-height: 3.8rem;
        display: block;
        color: var(--text01, #344256);
        text-align: center;
        
        font-size: 2rem;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 1.2px;
    }
    .en.home-page .safe-box .nav-list li .txt-group strong {
        letter-spacing: normal;
    }
    .home-page .tloc-box .nav-list img {
        width: 100%;
        height: 5.7rem;
    }
    .contact-us-form-page .form-content .telegram-qcode .qcode {
        padding: 1.2rem;
    }
    .home-page .safe-box .nav-list li img {
        width: 8rem;
        height: 8rem;
    }
    .home-page .safe-box .nav-list li .txt-group {
        margin-top: 1rem;
    }
    .home-page .safe-box h2 {
        padding-bottom: 0;color: var(--text01, #344256);
        text-align: center;
        
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 600;
        line-height: 3rem;
        letter-spacing: 2px;
    }
    .en.home-page .safe-box h2 {
        letter-spacing: normal;
    }
    .home-page .safe-box .contain {
        width: 100%;
        margin-top: 2rem;
    }
    .home-page .safe-box .nav-list {
        width: 100%;
        flex-direction: column;
        gap: 2rem;
    }
    .home-page .safe-box .nav-list li {
        margin-bottom: 0;
        width: 100%;
        padding: 3rem 2rem;
    }

    .home-page .playace-pay {
        margin-top: 6rem;
    }
    .home-page .playace-pay h3 p, 
    .home-page .playace-pay h3 span {
        font-size: 2.4rem;
        font-weight: 700;
        width: 78%;
        margin: auto;
        line-height: 3rem;
        letter-spacing: normal;
        color: var(--text01, #344256);
        text-align: center;
        
        font-style: normal;
    }
    .home-page .world-box .sub-title,
    .home-page .playace-pay .sub-title {
        font-weight: 500;
        color: var(--text01, #344256);
        text-align: center;
        
        font-size: 1.2rem;
        font-style: normal;
        line-height: normal;
        max-width: 92%;
        margin: 0 auto;
    }
    
    .home-page.world-box > h2 {
        padding-bottom: 2rem;
    }
    
    .home-page .us-box h2,
    .home-page .world-box h2 {
        color: var(--text01, #344256);
        text-align: center;
        
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    
    /* 跑马灯内容 */
    .marquee-content {
        padding-left: 100%; /* 起始位置：容器右侧边缘 */
        animation: marquee 8s linear infinite; /* 应用动画 */
    }
}

@media (min-width: 768px) {
    .home-page .world-box .sub-title,
    .home-page .playace-pay .sub-title {
        font-size: 1.8rem;
        font-weight: 500;
    }
    .world-box .nav-list {
        gap: 6rem;
        width: 132rem;
        margin: 5.5rem auto 0;
    }
    .world-box .nav-list article {
        padding: 1.8rem 2rem;
        text-align: left;
    }
    .world-box .nav-list article h4 {
        line-height: 2.8rem;
    }
    .world-box .nav-list article h4,
    .world-box .nav-list article span {
        font-family: Noto Sans SC;
        font-weight: 400;
        font-style: Bold;
        font-size: 2.8rem;
        text-align: left;
    }
    .world-box .nav-list article span {
        font-weight: 400;
        font-size: 1.8rem;
        display: block;
        text-align: left;
        margin-top: 1rem;
        line-height: normal;
    }
    .banner-bg {
        background: url("../images/bg-big.jpg") no-repeat top center;
        background-size: cover;
        width: 100%;
        padding-top: 8.6rem;
        padding-bottom: 5.6rem;
    }
    .banner-bg .pay-bg  {
        display: flex;
        justify-content: space-between;
        width: 140rem;
        margin: auto;
    }
    .world-box .nav-list li {
        width: 40rem;
        height: 57.5rem;
        background: #fff;
        border-radius: 1.6rem;
        cursor: pointer;
        transition: transform 0.3s ease;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .world-box .nav-list li img {
        width: 40rem;
        height: 45.3rem;
    }
    .world-box .nav-list li:hover {
        transform: scale(1.05);
    }
    .pay-bg .info-box {
        width: 58.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .pay-bg .info-box span {
        color: var(--text01, #344256);
        
        font-size: 2ren;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 2rem;
    }
    .en .pay-bg .info-box p {
        line-height: 7rem;
        width: 80rem;
    }
    .pay-bg .info-box p {
        margin-bottom: 2rem;
        line-height: normal;
        text-align: left;
        color: var(--text01, #344256);
        
        font-size: 5rem;
        font-style: normal;
        font-weight: 700;
    }
    .banner-bg .contant-us {
        display: flex;
        width: 18.1rem;
        height: 4.4rem;
        padding: 1rem;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        margin-top: 5rem;
    }
    .pay-bg .info-box span {
        font-size: 2rem;
        line-height: normal;
    }
    .pay-bg .info-box span,
    .pay-bg .info-box .index_subTitle {
        text-align: left;
        display: block;
    }
    .pay-bg .pay-world {
        width: 53.3rem;
        animation: shadow 5s linear  infinite;
    }
    .pay-options h2 {
        color: var(--text01, #344256);
        text-align: center;
        
        font-size: 3.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
        padding-bottom: 5rem;
    }
    .pay-options .nav-list {
        gap: 9rem;
        padding-bottom: 6px;
    }
    .playace-pay h3 {
        display: flex;
        justify-content: center;
        padding-bottom: 2rem;
        margin-top: 20rem;
    }
    .world-box h2,
    .us-box h2,
    .playace-pay h3 p,
    .playace-pay h3 span {
        color: var(--text01, #344256);
        text-align: center;
        
        font-size: 3.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
    }
    .playace-pay .sub-title {
        color: var(--text01, #344256);
        text-align: center;
        
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .pay-options .nav-list img {
        width: 8.8rem;
        height: 5.6rem;
    }
    .playace-pay img {
        width: 110rem;
        margin-top: 5rem;
    }
    .world-box h2 {
        padding-bottom: 2rem;
    }
    .world-box .nav-list article h4 {
        color: var(--text01, #344256);
        
        font-size: 2.6rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 1.4rem;
        line-height: 2.8rem;
    }
    .world-box .nav-list article span {
        color: var(--text01, #344256);
        
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .us-box h2 {
        padding-bottom: 2rem;
    }
    .us-box .sub-title {
        color: var(--text01, #344256);
        text-align: center;
        
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .us-box .nav-list {
        width: 120rem;
        display: flex;
        flex-wrap: wrap;
        gap: 4rem;
        margin: 5rem auto 0;
    }
    .us-box .nav-list li {
        background: #E8F0FF;
        width: 58rem;
        border-radius: 1.6rem;
        padding: 50px 24px 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .us-box .nav-list li strong {
        font-size: 2.4rem;
        font-weight: 700;
        color: var(--text01, #344256);
        text-align: center;
        
        font-style: normal;
        line-height: normal;
    }
    .us-box .nav-list li p {
        font-size: 1.6rem;
        margin-top: 2rem;
        text-align: center;
        color: var(--text01, #344256);
        
        font-style: normal;
        font-weight: 400;
    }
    .us-box .nav-list li img {
        height: 28.3rem;
        width: fit-content;
        margin-top: 4rem;
    }
    .us-box .nav-list li:first-child {
        gap: 4rem;
        padding-bottom: 5.7rem;
    }
    .us-box .nav-list li:first-child img {
        width: 31.7rem;
        height: auto;
        margin-top: 0;
    }
    .us-box .nav-list li:nth-child(2) img {
        width: 40rem;
        height: 29.1rem;
        margin-top: 2.2rem;
    }
    .us-box .nav-list .last-contact {
        width: 100%;
        flex-direction: row;
        gap: 0;
        justify-content: center;
        padding: 4.3rem 14.6rem;
    }
    .us-box .nav-list .last-contact img {
        width: 37rem;
        margin-top: 0;
    }
    .us-box .nav-list .last-contact .txt-group strong {
        font-size: 3.6rem;
        font-style: normal;
        font-weight: 700;
        color: var(--text01, #344256);
        text-align: center;
        
        line-height: normal;
    }
    .us-box .nav-list .last-contact .txt-group p {
        font-weight: 500;
        text-align: left;
    }
    
    .us-box .nav-list .last-contact .txt-group {
        text-align: left;
        margin-left: 12.5rem;
    }
    .us-box .last-contact .txt-group .contant-us {
        margin-top: 2rem;
        padding: 1.2rem 2.7rem;
        line-height: 2rem;
    }
    .loc-box {
        display: flex;
        gap: 4rem;
        align-items: center;
        justify-content: center;
        min-width: 128.7rem;
        width: 100%;
    }
    .loc-box .txt-group {
        width: 57.7rem;
        text-align: left;
    }
    .loc-box .txt-group p {
        font-size: 1.6rem;
        margin: 4rem 0;
        text-align: left;
        font-weight: 500;
        color: var(--text01, #344256);
        
        font-style: normal;
        line-height: normal;
    }
    .loc-box .txt-group strong {
        font-size: 3.6rem;
        font-weight: 600;
        color: var(--text01, #344256);
        
        font-style: normal;
        line-height: normal;
    }
    .en .us-box .nav-list .last-contact .txt-group strong {
        font-size: 2.4rem;
    }
    .loc-box .txt-group .contant-us {
        padding: 1.2rem 2.6rem;
    }
    .tloc-box .contain {
        height: 35.5rem;
        display: flex;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .tloc-box .nav-list {
        display: flex;
        flex-wrap: wrap;
        width: 53rem;
        gap: 2rem;
    }
    .tloc-box .nav-list li {
        display: flex;
        flex-direction: column;
    }
    .tloc-box .nav-list img {
        width: 11rem;
        height: 7.3rem;
        margin-bottom: 1rem;
    }
    .tloc-box .contain .txt-group {
        width: 44.2rem;
        text-align: left;
    }
    .tloc-box .contain .txt-group strong {
        font-size: 3.6rem;
        margin-bottom: 3rem;
        display: block;
        text-align: left;
    }
    .tloc-box .contain .txt-group p {
        font-size: 2rem;
        font-weight: 500;
        text-align: left;
    }
    .safe-box .contain {
        margin-top: 3rem;
        display: flex;
        justify-content: space-between;
    }
    .safe-box .nav-list {
        margin: 0 auto;
        width: 120rem;
        gap: 3rem;
    }
    .safe-box .nav-list li img {
        width: 14rem;
        height: 14rem;
    }
    .safe-box .nav-list li .txt-group {
        margin-top: 3rem;
    }
    .safe-box .nav-list li .txt-group strong {
        display: block;
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 1.2px;
        margin-bottom: 1rem;
    }
    .safe-box .nav-list li .txt-group span {
        font-size: 1.6rem;
        line-height: 4rem;
        font-weight: 400;
        margin-top: 1rem;
    }
    /* 跑马灯内容 */
    .marquee-content {
        padding-left: 100%; /* 起始位置：容器右侧边缘 */
        animation: marquee 20s linear infinite; /* 应用动画 */
    }

}

.marquee-container {
    width: 100%;
    overflow: hidden; /* 隐藏容器外的内容 */
    white-space: nowrap; /* 文本不换行 */
    box-sizing: border-box;
    padding: 10px 0;
}

/* 鼠标悬停时停止动画 */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

/* 定义动画 */
@keyframes marquee {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); } /* 滚出容器 */
}

@keyframes shadow {
    0%, 100% {transform: scale3d(1, 1, 1);}
    50% {transform: scale3d(1.05, 1.05, 1.05);}
}