/* 适配iOS Safari的额外样式 */
@supports (-webkit-overflow-scrolling: touch) {
    /* iOS Safari特有的样式修复 */
    body {
        -webkit-text-size-adjust: 100%;
    }
}

@media only screen and (min-width: 1920px) {
    html {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1919px) {
    html {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    html {
        font-size: 8.533px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    html {
        font-size: 6.4px !important;
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 3.5rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.home-part2-divider {
    background: #5593ED;
}

.fload-left {
    float: left;
}

.m-text-field.m-text-field--solo:not(.m-text-field--solo-flat) > .m-input__control > .m-input__slot {
    box-shadow: initial !important;
    border-radius: initial !important;
}

.m-application {
    font-family: "Samsung Sharp Sans","Red Hat Display" !important;
}

.m-btn {
    text-transform: initial !important;
}

.foot-copyright a, .foot-content a {
    text-decoration: none;
    color: rgba(0,0,0,.7) !important;
}

    .foot-copyright a:visited, .foot-content a:visited {
        text-decoration: none;
        color: white !important;
    }

    .foot-copyright a:hover, .foot-content a:hover {
        text-decoration: underline;
    }

.menu-content-radius {
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
}

#components-reconnect-modal {
    visibility: hidden !important;
}

.bg-color-dark-blue {
    background-color: #1C41AA !important;
}

.bg-color-light-blue {
    background-color: #547BEA !important;
}


.border-white {
    border: 0.0625rem white solid !important;
}

.display-block {
    display: block !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

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

.font-lilita-one {
    font-family: 'Poppins',Roboto,sans-serif !important;
}

.font-poppins {
    font-family: 'Poppins',Roboto,sans-serif !important;
}

.download-btn {
    /*min-width: 13.4375rem !important;*/
    display: inline-flex;
    padding: 0.625rem;
}


.col-1-5 {
    position: relative;
    min-height: 0.0625rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.col-1-5 {
    width: 20%;
    float: left;
}

.down-d {
    text-align: right;
}

@media only screen and (max-width: 959px) {
    .m-list--three-line .m-list-item .m-list-item__avatar {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .head-box {
        width: 100%;
        /*        background-color: #DBDEEF !important;*/
    }

    .head-box-inner {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .head-title {
        color: #000000;
        font-family: Poppins;
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.375rem; /* 187.5% */
        letter-spacing: 0em;
        padding: 1.25rem 1.25rem 0 1.25rem;
    }

    .head-description {
        color: #1C41AA;
        font-family: Poppins;
        /*        font-size: 0.75rem;*/
        font-size: clamp(12px, 0.75rem, 100px);
        font-style: normal;
        font-weight: 400;
        line-height: 1rem; /* 187.5% */
        letter-spacing: 0em;
        padding: 0.625rem 1.25rem;
        text-align: justify;
    }

    .head-breadcrumb {
        color: #1C41AA;
        font-family: Poppins;
        font-size: 0.625rem;
        font-weight: 400;
        line-height: 0.875rem;
        letter-spacing: 0em;
        padding: 0.625rem 1.25rem;
    }

    .foot-content {
        font-size: 0.5rem;
        opacity: 50%;
    }

    .foot-copyright {
        font-size: 0.5rem;
        opacity: 50%;
    }


    .display-block-sm {
        display: block !important;
    }

    .font-banner-title {
        font-size: 1.5625rem !important;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
    }

    .font-banner-content {
        font-size: 0.4375rem !important;
        margin-top: 0.5rem;
    }

    .font-title {
        font-size: 1.25rem !important;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .font-subtitle {
        font-size: 0.875rem !important;
        color: #648EF2;
        text-align: center;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .font-content {
        font-size: 0.625rem !important;
        text-align: center;
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        padding: 1rem;
    }

    .font-36 {
        font-size: 1.125rem !important;
    }

    .font-48 {
        font-size: 1.5rem !important;
    }

    .font-56 {
        font-size: 1.75rem !important;
    }

    .font-64 {
        font-size: 2rem !important;
    }

    .font-72 {
        font-size: 2.25rem !important;
    }

    .font-76 {
        font-size: 2.375rem !important;
    }

    .height-home-part2 {
        height: 56.25rem !important;
    }

    .p-t-100 {
        padding-top: 3.75rem !important;
    }

    .m-t-60 {
        margin-top: 2.25rem !important;
    }

    .m-t-10-sm {
        margin-top: 0.625rem !important;
    }

    .m-t-20-sm {
        margin-top: 1.25rem !important;
    }

    .m-t-30-sm {
        margin-top: 1.875rem !important;
    }

    .m-t-100 {
        margin-top: 3.75rem;
    }

    .m-t-280 {
        margin-top: 17.5rem !important;
    }


    .m-t-100-sm {
        margin-top: 6.25rem !important;
    }


    .m-t-136-sm {
        margin-top: 8.5rem !important;
    }

    .m-t-20-sm {
        margin-top: 1.25rem !important;
    }

    .hide-sm {
        display: none !important;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-justify-sm {
        text-align: justify;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-left-sm {
        text-align: left;
    }

    .m-auto-sm {
        margin: auto;
    }

    .p-b-50-sm {
        padding-bottom: 3.125rem;
    }

    .m-5-sm {
        margin: 0.3125rem !important;
    }

    .m-0-sm {
        margin: 0 !important;
    }

    .col-1-5-sm {
        position: relative;
        min-height: 0.0625rem;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .col-1-5-sm {
        width: 20%;
        float: left;
    }

    .col-1-2-sm {
        position: relative;
        min-height: 0.0625rem;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .col-1-2-sm {
        width: 50%;
        float: left;
    }

    .guide-menu table {
        width: 100%;
    }

    .guide-menu table, .guide-menu th, .guide-menu td {
        border: 0.0625rem solid #DCDDE4;
    }



    .guide-reg {
        position: sticky;
        min-height: 12.5rem !important;
    }

    .guide-menu table {
        border-collapse: collapse;
    }

    .guide-menu td {
        padding: 0.375rem;
    }

    .guide-menu a {
        text-decoration: none;
    }


    .guide-table {
        border-radius: 0.5rem;
    }

        .guide-table table, .guide-table th, .guide-table td {
            border: 0.0625rem solid #DCDDE4;
        }

        .guide-table table {
            border-collapse: collapse;
            width: 100%;
            height: 11.25rem;
            background-color: #F6F7FA;
        }


    .guide-card {
        width: 100%;
        height: 24.8125rem;
        flex-shrink: 0;
        border-radius: 0.75rem !important;
        background: linear-gradient(24deg, #05419A 1.26%, #11E7EA 102.62%);
        box-shadow: 0rem 0.3125rem 0.5rem 0rem rgba(255, 255, 255, 0.40) inset;
        backdrop-filter: blur(0.5rem);
        padding: 1.25rem;
        text-align: center;
    }

        .guide-card .m-image {
            width: 50%;
            margin: 0 auto;
        }
}

@media only screen and (min-width: 960px) {
    .content-max-width-md {
        max-width: 99.75rem !important;
    }

    .head-box {
        width: 100%;
        /*        margin-top: -6.875rem !important;*/
        /*        background-color: #DBDEEF !important;*/
    }

    .head-box-inner {
        width: 99.75rem;
        margin: 0 auto;
        margin-top: 7.5rem;
    }

    .head-title {
        color: #000;
        text-align: left;
        font-family: "Samsung Sharp Sans Bold";
        font-size: 3.75rem;
        font-style: normal;
        font-weight: 700;
        line-height: 5.625rem; /* 150% */
        text-transform: capitalize;
        padding: 1.25rem 1.25rem 0 1.25rem;
    }

    .head-description {
        margin-top: 2.5rem;
        width: 97.5rem;
        color: #000;
        font-family: "Red Hat Display";
        /*        font-size: 1.25rem;*/
        font-size: clamp(12px, 1.25rem, 100px);
        font-style: normal;
        font-weight: 400;
        /*line-height: 1.875rem;*/ /* 150% */
        line-height: clamp(22.5px, 1.875rem, 100px); /* 150% */
        text-transform: capitalize;
        opacity: 0.6;
        padding: 0 1.25rem 0 1.25rem;
    }

    .head-breadcrumb {
        color: #1C41AA;
        font-family: Poppins;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.3125rem;
        letter-spacing: 0em;
        padding: 0.625rem 1.25rem;
    }

    .foot-content {
        font-size: 0.9375rem;
        /*        font-size: clamp(12px, 0.875rem, 100px);*/
        /*        color: rgba(0,0,0,.7);*/
        color: #000;
    }

    .foot-copyright {
        font-size: 0.75rem;
        opacity: 50%;
    }

    .font-banner-title {
        font-size: 5rem !important;
        font-family: 'Samsung Sharp Sans Bold' !important;
        font-style: normal;
        font-weight: 700;
        width: 76.5rem;
        margin: 0 auto;
        text-align: center;
    }

    .font-banner-content {
        margin-top: 2.5rem;
        width: 37.5rem;
        margin: 0 auto;
        color: rgba(255,255,255,0.8);
        font-size: 1.25rem;
        font-weight: 25rem;
        line-height: 1.875rem;
        font-family: 'Red Hat Display' !important;
    }

    .font-title {
        font-size: 3.75rem !important;
        font-family: "Samsung Sharp Sans Bold";
        font-weight: 700;
        line-height: 5rem;
        letter-spacing: 0em;
        padding: 1.25rem 0;
    }

    .font-subtitle {
        /*        font-size: 1.75rem !important;*/
        font-size: clamp(12px, 1.75rem, 100px) !important;
        font-family: Poppins;
        font-weight: 700;
        line-height: 3.125rem;
        letter-spacing: 0em;
        padding: 0.625rem 0;
    }

    .font-content {
        font-size: 1.125rem !important;
        /*        font-size: clamp(12px, 1.125rem, 100px) !important;*/
        font-family: Poppins;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0em;
        padding: 0.625rem 0;
    }

    .font-36 {
        font-size: 2.25rem !important;
    }

    .font-48 {
        font-size: 3rem !important;
    }

    .font-56 {
        font-size: 3.5rem !important;
    }

    .font-64 {
        font-size: 4rem !important;
    }

    .font-72 {
        font-size: 4.5rem !important;
    }

    .font-76 {
        font-size: 4.75rem !important;
    }

    .height-home-part2 {
        height: 75rem !important;
    }

    .p-l-10-md {
        padding-left: 0.625rem !important;
    }

    .p-t-100 {
        padding-top: 6.25rem;
    }

    .m-t-50 {
        margin-top: 3.125rem !important;
    }

    .m-t-60 {
        margin-top: 3.75rem !important;
    }

    .m-t-60-md {
        margin-top: 3.75rem !important;
    }

    .m-t-100 {
        margin-top: 0;
    }


    .m-t-280 {
        margin-top: 6.75rem !important;
    }

    .m-t-180-md {
        margin-top: 11.25rem !important;
    }

    .m-t-220-md {
        margin-top: 13.75rem !important;
    }

    .m-t-280-md {
        margin-top: -1.875rem !important;
    }

    .hide-md {
        display: none !important;
    }

    .text-center-md {
        text-align: center;
    }

    .text-justify-md {
        text-align: justify;
    }

    .text-right-md {
        text-align: right;
    }

    .text-left-md {
        text-align: left;
    }

    .col-1-2-md,
    .col-1-3-md,
    .col-1-5-md {
        position: relative;
        min-height: 0.0625rem;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .col-1-5-md {
        width: 15%;
        float: left;
    }

    .width-12-5 {
        width: 12.5% !important;
    }

    .col-1-3-md {
        width: 33.33333%;
        float: left;
    }

    .col-1-2-md {
        width: 50%;
        float: left;
    }

    .guide-reg {
        min-height: 18.75rem !important;
    }

    .guide-menu table {
        width: 100%;
    }

    .guide-menu table, .guide-menu th, .guide-menu td {
        border: 0.0625rem solid #DCDDE4;
    }

    .guide-menu table {
        border-collapse: collapse;
    }

    .guide-menu td {
        padding: 0.5rem;
    }

    .guide-menu a {
        text-decoration: none;
    }

    .guide-menu-table {
        overflow-y: auto;
        max-height: 37.5rem;
    }


    .guide-table {
        border-radius: 1rem;
    }

        .guide-table table, .guide-table th, .guide-table td {
            border: 0.0625rem solid #DCDDE4;
        }

        .guide-table table {
            border-collapse: collapse;
            width: 40rem;
            height: 18.25rem;
            background-color: #F6F7FA;
        }


    .guide-card {
        max-width: 43.75rem;
        height: 24.8125rem;
        flex-shrink: 0;
        border-radius: 1.625rem !important;
        background: linear-gradient(24deg, #05419A 1.26%, #11E7EA 102.62%);
        box-shadow: 0rem 0.3125rem 0.5rem 0rem rgba(255, 255, 255, 0.40) inset;
        backdrop-filter: blur(0.5rem);
        padding: 2.5rem;
    }

    .sticky {
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: sticky;
        top: 7.5rem;
    }

    .head-box-desc {
        background-color: #2C008F !important;
        display: flex !important;
        /*        align-items: center !important;*/
        justify-content: space-between !important;
    }

    .head-box-desc-inner {
        /*        margin: 0 0 0 12% !important;*/
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: flex-start !important;
        text-align: left !important;
        height: 31.25rem;
    }

    .w-d-m-head-title {
        color: #ffffff;
    }

    .head-breadcrumb-desc {
        /*                font-size: 1.25rem !important;*/
        font-size: clamp(12px, 1.25rem, 100px) !important;
        /*        line-height: 1.875rem;*/
        line-height: clamp(22.5px, 1.875rem, 100px);
        color: #ffffff !important;
        font-weight: 400;
        margin-top: 2.5rem;
    }

    .color-black {
        color: #000000 !important
    }
}



.m-main__wrap {
    background-color: #FFF;
}

.m-t-n110 {
    /*    margin-top: -6.875rem !important;*/
}

.m-t-n115 {
    margin-top: -7.1875rem !important;
}

.p-t-100 {
    padding-top: 6.25rem;
}

.p-t-110 {
    padding-top: 6.875rem;
}

.p-t-115 {
    padding-top: 7.1875rem;
}

.p-l-100 {
    padding-left: 6.25rem;
}

.p-x-100 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
}

.m-t-110 {
    margin-top: 6.875rem !important;
}

.m-t-115 {
    margin-top: 7.1875rem !important;
}

.m-t-200 {
    margin-top: 12.5rem !important;
}

.m-auto {
    margin: auto;
}

.fly-center {
    left: 50%;
    margin-left: -49.875rem !important;
}

.m-right {
    margin-right: 0rem;
}

.width-800 {
    width: 50rem;
}

.width-80p {
    width: 80%;
}

.width-60p {
    width: 60%;
}

.width-70p {
    width: 70%;
}

.height-100p {
    height: 100%;
}

.bg-none {
    background-color: transparent !important;
}

.button-circle {
    border-radius: 50%;
    width: 3.75rem !important;
    height: 3.75rem !important;
}

.min-w-200 {
    min-width: 12.5rem !important;
    margin-right: 0rem !important
}

.home-head-nav {
    display: flex;
}

.m-expansion-panel::before {
    box-shadow: unset !important;
}

.dropdown-menu-m-l {
    /*    margin-left: 1.5625rem;*/
    padding-left: 25px !important;
}

.font-size-14 {
    /*    font-size: 0.875rem !important;*/
    font-size: clamp(14px, 0.875rem, 100px) !important;
}

.footer-col-01 {
    width: 18% !important;
    /*    width: 18.25rem !important;*/
}

.footer-col-02 {
    width: 15% !important;
    /*    width: 10.3125rem !important;*/
    /*    width: clamp(165px, 10.3125rem, 100px) !important;*/
    margin-left: 2rem !important;
}

.footer-col-03 {
    width: 12.5% !important;
    /*    width: 10rem !important;*/
    /*    width: clamp(160px, 10rem, 100px) !important;*/
    /*    margin-left: 2.25rem !important;*/
}

.footer-col-04 {
    width: 12.5% !important;
    /*    width: 8.125rem !important;*/
    /*    width: clamp(130px, 8.125rem, 100px) !important;*/
    /*    margin-left: 1rem !important;*/
}

.footer-col-05 {
    width: 12.5% !important;
    /*    width: 11.875rem !important;*/
    /*    width: clamp(190px, 11.875rem, 100px) !important;*/
    /*    margin-left: 1.375rem !important;*/
}

.footer-col-06 {
    width: 9% !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    /*    width: 5.625rem !important;*/
    /*    width: clamp(90px, 5.625rem, 100px) !important;*/
    /*    margin-left: 1rem !important;*/
}

.footer-col-07 {
    width: 18% !important;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
    padding-right: 0;
    /*    width: 14.6875rem !important;*/
    /*    width: clamp(235px, 14.6875rem, 100px) !important;*/
    /*    margin-left: 2rem !important;*/
}


@media only screen and (min-width: 960px) {
    .bg-banner-1 {
        /*background: linear-gradient(180deg, #07BCE4 0%, #156DBF 100%);*/ /*#0E92D0*/
        background: #2C008F;
    }

    .bg-banner-1-lay2- {
        background-image: url(/img/pages/home/ellipse-2.png);
        background-position: top 100% right;
        background-repeat: no-repeat;
        background-color: transparent !important;
    }

    .bg-banner-1-lay2 {
        background-image: url(/img/pages/home/banner-1.png);
        background-repeat: no-repeat;
        /*        background-size: 120rem;*/
        background-size: 120rem 100%;
        background-position: center bottom;
        background-color: transparent !important;
        position: relative;
        top: 5rem;
    }

    .bg-banner-inner-1-old {
        background-image: url(/img/pages/home/banner1.png), url(/img/pages/home/ovals.png), url(/img/pages/home/shuichao.png),url(/img/pages/home/yuqun.png);
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
        background-position: bottom left, bottom 25% left 10%, bottom 24% left 10%, bottom 0 right 6%;
        background-size: auto,auto,12%,42%;
        background-color: transparent !important;
    }

    .bg-banner-inner-1-old-2 {
        background-image: url(/img/pages/home/guangyun.png), url(/img/pages/home/ovals.png), url(/img/pages/home/shuichao.png),url(/img/pages/home/yuqun.png);
        background-repeat: no-repeat,no-repeat, no-repeat, no-repeat;
        background-position: bottom left,bottom 0 left 10%, bottom 0 left 10%, bottom 110% right -120%;
        background-size: auto,auto,15%,90%;
        background-color: transparent !important;
    }

    .home-banner-btn-1 {
        width: 17.4375rem;
        height: 4.1875rem !important;
    }

        .home-banner-btn-1 span {
            font-size: 1.75rem !important;
            font-weight: 700 !important;
        }

    .text-link {
        color: #11E7EA !important;
    }

    .bg-home-1 {
        background: linear-gradient(180deg, transparent 10%,#64AEF2 0);
        height: 85rem;
    }

    .bg-home-1-lay2 {
        background-image: url(/img/pages/home/haigui-2.png);
        background-repeat: no-repeat;
        background-position: bottom left 20%;
        background-color: transparent !important;
        height: 77.5rem;
    }

    .bg-home-inner-1 {
        /*   background-image: url(/img/pages/home/shuimu1.png),url(/img/pages/home/haichao.png);
        background-repeat: no-repeat, no-repeat;
        background-position: top 1.25rem right 4%, bottom right;
        background-color: transparent !important;
        padding-top: 28.75rem;*/
    }

    .home-part2-title {
        margin-bottom: 1.25rem;
    }

    .home-part3-title {
        margin-bottom: 3.75rem;
    }

    .home-part3-content {
        margin-top: 3.125rem;
        width: 29rem;
    }

    .bg-home-2 {
        background-image: url(/img/pages/home/c1.png),url(/img/pages/home/c2.png);
        background-repeat: no-repeat, no-repeat;
        background-position: top 3.125rem right calc(100vw/2 - 56.25rem), bottom left;
        background-color: transparent !important;
    }


    .bg-1 {
        background-image: url(/img/sys/bg-l-100.png),url(/img/sys/bg-r-100.png),url(/img/sys/beike.png),url(/img/sys/zhangyu.png);
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
        background-position: center left, top right, bottom 10% left 15%, center right 20%;
        background-color: transparent !important;
    }

    .bg-2 {
        background-image: url(/img/sys/bg-l-100.png),url(/img/sys/bg-r-101.png),url(/img/sys/tree.png);
        background-repeat: no-repeat,no-repeat, no-repeat;
        background-position: bottom 10% left, top 10% right, bottom 28% left 20%;
        background-color: transparent !important;
    }


    .bg-3 {
    }

    .bg-4 {
        background-image: url(/img/sys/bg-l-104.png),url(/img/sys/bg-r-104.png);
        background-repeat: no-repeat,no-repeat;
        background-position: top left, bottom right;
        background-color: transparent;
    }

    .bg-4-1 {
        background-image: url(/img/sys/bg-l-104.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-color: transparent;
    }

    .bg-guide {
        background-image: url(/img/pages/guide/bg/l-1.png),url(/img/pages/guide/bg/l-2.png),url(/img/pages/guide/bg/r-1.png),url(/img/pages/guide/bg/r-2.png),url(/img/pages/guide/bg/sm.png),url(/img/pages/guide/bg/by.png),url(/img/pages/guide/bg/zy.png);
        background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
        background-position: top left, top 10% left, top right,top 20% right,top 4% left 10%,top -3.75rem right 20%,top 6% right 10%;
        background-color: transparent !important;
    }

    .bg-shuimu {
        background-image: url(/img/sys/shuimu.png);
        background-repeat: no-repeat;
        background-position: top 1.25rem left calc(100vw/2 - 56.25rem);
        background-color: transparent !important;
    }



    .part-title {
        font-size: 2rem;
        font-family: 'Poppins', Arial, sans-serif;
        color: #506AEC;
        padding: 1.875rem;
    }

    .part-subtitle {
        font-size: 2.25rem;
    }

    .part-content {
        color: #8F93A8;
        text-align: justify;
        font-family: Poppins;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 180%; /* 1rem */
    }

    .part-item {
        padding: 3.75rem;
    }


    .part-item-title {
        padding: 2.5rem 0;
        font-size: 2.125rem !important;
        font-weight: 800;
        line-height: 2.5rem;
    }

    .part-item-content {
        color: #CACDD8;
        font-family: Poppins;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5rem;
    }


    .part-list {
        margin: 2.5rem auto;
    }

    .part-list-item-title {
        color: #8F93A8;
        text-align: justify;
        font-family: Poppins;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 150.5% !important;
        text-transform: capitalize;
    }

    .part-list-item-content {
        color: #8F93A8;
        font-family: Poppins;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .part-grid-shadowbox {
        border-radius: 1.125rem;
        background: rgba(200, 209, 231, 0.50);
        box-shadow: 0rem 1.75rem 1.375rem 0rem rgba(255, 255, 255, 0.50) inset !important;
        backdrop-filter: blur(0.5rem);
    }

    .support-panels-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
        width: 100%;
    }

    .support-panel-item {
        width: 100%;
    }

        .support-panel-item .m-expansion-panels {
            width: 100%;
        }

        .support-panel-item .m-expansion-panel {
            width: 100%;
        }

    .expansion-icon {
        color: #506AEC !important;
        font-size: 1.25rem !important;
        transition: all 0.3s ease;
    }

    /* 隐藏默认的展开图标 */
    .support-panel-item .m-expansion-panel-header__icon {
        display: none !important;
    }

    /* 自定义加号/减号图标 */
    .custom-expansion-icon {
        color: #2C008F !important;
        font-size: 1.5rem !important;
        font-weight: 400 !important;
        transition: all 0.3s ease;
        position: relative;
        width: 1.5rem;
        height: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .custom-expansion-icon .icon-plus,
        .custom-expansion-icon .icon-minus {
            position: absolute;
            transition: all 0.3s ease;
            border: 0.125rem solid #2C008F;
            border-radius: 20%;
            width: 1.5rem;
            height: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: transparent;
            line-height: 1.5rem;
            font-size: 1.5rem;
        }

        .custom-expansion-icon .icon-plus {
            opacity: 0.5;
            transform: scale(1);
        }

        .custom-expansion-icon .icon-minus {
            opacity: 0;
            transform: scale(0);
        }

        .custom-expansion-icon .icon-plus:hover {
            opacity: 1;
        }


    /* 展开时显示减号，隐藏加号 */
    .support-panel-item .m-expansion-panel--active .custom-expansion-icon .icon-plus {
        opacity: 0;
        transform: scale(0);
    }

    .support-panel-item .m-expansion-panel--active .custom-expansion-icon .icon-minus {
        opacity: 0.5;
        transform: scale(1);
    }

        .support-panel-item .m-expansion-panel--active .custom-expansion-icon .icon-minus:hover {
            opacity: 1;
            transform: scale(1);
        }


    .support-panel-item .m-expansion-panel--active .color-blue-01.font-weight-500 {
        font-weight: 700 !important;
    }
}

@media only screen and (max-width: 959px) {

    .bg-banner-1 {
        background: linear-gradient(180deg, #07BCE4 0%, #156DBF 100%);
    }

    .bg-banner-1-lay2- {
        background-image: url(/img/pages/home/ellipse-2-m.png);
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .bg-banner-1-lay2 {
        background-image: url(/img/pages/home/banner-1-m.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        background-color: transparent !important;
    }

    .bg-banner-inner-1-old-2 {
        background-image: url(/img/pages/home/ovals-m.png), url(/img/pages/home/shuichao-m.png),url(/img/pages/home/yuqun-m.png);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: bottom 8% left 4%, bottom left 4%, bottom right -20%;
        background-size: 24%,24%,70%;
        background-color: transparent !important;
    }

    .home-banner-btn-1 {
        width: 9.375rem;
        height: 2.25rem !important;
    }

        .home-banner-btn-1 span {
            font-size: 0.875rem !important;
            font-weight: 700 !important;
        }


    .text-link {
        color: #11E7EA !important;
    }

    .bg-home-1 {
        background-color: #64AEF2 !important;
        padding: 1.25rem;
    }

    .bg-home-2 {
        padding: 0.625rem 1.875rem 0 1.875rem;
    }

    .home-part1-title-sm {
        width: 80% !important;
        margin: 0 auto;
        padding-top: 1.25rem !important;
    }

    .home-part1-list-sm {
        width: 80%;
        margin: 0.25rem auto;
    }


    .m-bg-part-1 {
        background-image: url(/img/sys/m-bg-img-l-1.png), url(/img/sys/m-bg-img-r-1.png);
        background-repeat: no-repeat, no-repeat;
        background-position: top 8% left, bottom 12% right;
        background-size: 20%,20%;
        background-color: transparent !important;
    }

    .m-bg-part-2 {
        background-image: url(/img/sys/m-bg-img-l-1.png),url(/img/sys/m-bg-img-l-2.png), url(/img/sys/m-bg-img-r-2.png);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: top 8% left,bottom 8% left, bottom 30% right;
        background-size: 20%,10%,10%;
        background-color: transparent !important;
    }



    .part-title {
        font-size: 1.5rem;
        font-family: 'Lilita one', Arial, sans-serif;
        color: #506AEC;
        padding: 0.9375rem;
    }

    .part-subtitle {
        font-size: 1.125rem;
    }

    .part-content {
        color: #8F93A8;
        text-align: justify;
        font-family: Poppins;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 180%; /* 1rem */
    }

    .part-item {
        padding: 0.625rem;
    }


    .part-item-title {
        padding: 0.625rem 0;
        font-size: 0.875rem !important;
        font-weight: 700;
    }

    .part-item-content {
        color: #CACDD8;
        font-family: Poppins;
        font-size: 0.625rem;
        font-style: normal;
        font-weight: 400;
    }


    .part-list {
        margin: 2.5rem auto;
    }

    .part-list-item-title {
        color: #8F93A8;
        text-align: justify;
        font-family: Poppins;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 700;
        line-height: 150% !important;
        text-transform: capitalize;
    }

    .part-list-item-content {
        color: #8F93A8;
        font-family: Poppins;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .part-grid-shadowbox {
        border-radius: 1rem;
        background: rgba(200, 209, 231, 0.50);
        box-shadow: 0rem 1.75rem 1.375rem 0rem rgba(255, 255, 255, 0.50) inset !important;
        backdrop-filter: blur(0.5rem);
    }
}


@media only screen and (min-width: 960px) {
    .w-10p-md {
        width: 10% !important;
    }

    .w-20p-md {
        width: 20% !important;
    }

    .w-30p-md {
        width: 30% !important;
    }

    .w-33p-md {
        width: 33.3333% !important;
    }

    .w-40p-md {
        width: 40% !important;
    }

    .w-50p-md {
        width: 50% !important;
    }

    .w-60p-md {
        width: 60% !important;
    }

    .w-70p-md {
        width: 70% !important;
    }

    .w-80p-md {
        width: 80% !important;
    }

    .w-90p-md {
        width: 90% !important;
    }

    .w-100p-md {
        width: 100% !important;
    }

    .bg-color-unset {
        background-color: unset !important
    }

    .m-l-15p {
        margin-left: 15%;
    }

    .m-b-1.875rem {
        margin-bottom: 1.875rem;
    }

    .footer-map .map-title {
        display: flex;
        align-items: center;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 0rem;
        color: rgba(0,0,0,1);
        margin-bottom: 0.5rem;
        opacity: 0.8;
    }

        .footer-map .map-title .prefix1 {
            display: inline-block;
            width: 0.375rem;
            height: 1.25rem;
            background: #11E7EA;
            border-radius: 0.5rem;
            margin-right: 0.5rem;
        }

    .footer-map ul {
        list-style: none;
        padding-left: 0rem;
    }

    .footer-map li a {
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 1.5rem;
        letter-spacing: 0.01em;
        color: rgba(0,0,0,.4) !important;
        text-decoration: none;
    }


    .contact-form {
        margin: auto;
        background-image: url(/img/sys/bg-contact-form.png);
        background-size: cover;
        width: 37.5rem;
        height: 33.75rem;
        flex-shrink: 0;
        padding: 6.25rem;
    }



        .contact-form .theme--light.m-input input {
            border: 0;
        }

        .contact-form .m-input__slot {
            background-color: white !important;
        }


    .home-contact-form {
        margin: auto;
        background-image: url(/img/pages/home/home-part3.png);
        background-size: contain;
        width: 37.5rem;
        height: 33.75rem;
        flex-shrink: 0;
        padding: 6.25rem 5rem 5rem 9.375rem;
    }

        /*        .home-contact-form .theme--light.m-label, .contact-form .theme--light.m-label {
            color: #D4C59D !important;
        }*/


        .home-contact-form .theme--light.m-input input {
            border: 0;
        }

        .home-contact-form .m-input__slot {
            background-color: white !important;
        }


    .warning-btn {
        border-radius: 0.1875rem;
        background: linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), radial-gradient(157.07% 135.7% at 0% 0%, rgba(217, 17, 234, 0.80) 0%, rgba(251, 79, 79, 0.80) 100%);
        box-shadow: 0rem 0.4375rem 0.4375rem -0.1875rem #0052F9;
        display: flex;
        width: 23.75rem;
        padding: 1rem 0.625rem;
        justify-content: center;
        align-items: center;
        gap: 0.1875rem;
        color: #FAFAFA !important;
        text-align: center;
        /* Button */
        font-family: Inter;
        font-size: 1.375rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin-left: calc(100vw/2 + 18.75rem);
        text-decoration: none;
    }
}

@media only screen and (max-width: 959px) {
    .w-10p-sm {
        width: 10% !important;
    }

    .w-20p-sm {
        width: 20% !important;
    }

    .w-30p-sm {
        width: 30% !important;
    }

    .w-33p-sm {
        width: 33.3333% !important;
    }

    .w-40p-sm {
        width: 40% !important;
    }

    .w-50p-sm {
        width: 50% !important;
    }

    .w-60p-sm {
        width: 60% !important;
    }

    .w-70p-sm {
        width: 70% !important;
    }

    .w-80p-sm {
        width: 80% !important;
    }

    .w-90p-sm {
        width: 90% !important;
    }

    .w-100p-sm {
        width: 100% !important;
    }

    .footer-map {
        padding-bottom: 1.25rem;
    }

        .footer-map .map-title {
            align-items: center;
            font-weight: 700;
            font-size: 1rem;
            line-height: 1.5rem;
            letter-spacing: 0rem;
            color: #FFFFFF;
            margin-bottom: 0.25rem;
            opacity: 0.8;
        }

            .footer-map .map-title .prefix1 {
                display: inline-block;
                width: 0.375rem;
                height: 1.25rem;
                background: #11E7EA;
                border-radius: 0.5rem;
                margin-right: 0.5rem;
            }

        .footer-map ul {
            list-style: none;
            padding-left: 0rem;
        }

        .footer-map li a {
            font-weight: 400;
            font-size: 0.875rem;
            line-height: 2.25rem;
            letter-spacing: 0.01em;
            color: rgba(255, 255, 255, 0.50) !important;
            text-decoration: none;
        }

    .contact-form {
        margin: auto;
        background-image: url(/img/sys/bg-contact-form.png);
        background-size: cover;
        width: 100%;
        height: 21.875rem;
        flex-shrink: 0;
        padding: 3.125rem 1.875rem;
    }

        .contact-form .theme--light.m-input input {
            border: 0;
        }

        .contact-form .m-input__slot {
            background-color: white !important;
        }


    .home-contact-form {
        margin: auto;
        background-image: url(/img/pages/home/home-part3.png);
        background-size: contain;
        width: 100%;
        height: 20rem;
        flex-shrink: 0;
        padding: 2.5rem 1.875rem 3.125rem 4.375rem;
    }


        .home-contact-form .theme--light.m-label, .contact-form .theme--light.m-label {
            /*            color: #D4C59D !important;*/
            font-size: 0.75rem;
        }

        .home-contact-form .theme--light.m-input input {
            border: 0;
        }

        .home-contact-form .m-input__slot {
            background-color: white !important;
        }


    .warning-btn {
        border-radius: 0.1875rem;
        background: linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), radial-gradient(157.07% 135.7% at 0% 0%, rgba(217, 17, 234, 0.80) 0%, rgba(251, 79, 79, 0.80) 100%);
        display: flex;
        width: 15rem;
        padding: 0.5rem 0.25rem;
        justify-content: center;
        align-items: center;
        gap: 0.1875rem;
        color: #FAFAFA !important;
        text-align: center;
        /* Button */
        font-family: Inter;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin: 0 auto;
        text-decoration: none;
    }
}

.color-white {
    color: #ffffff !important;
}

.color-yellow {
    color: #FFD74A !important;
}

.color-blue {
    color: #05419A !important; /* #506AEC*/
}

.color-blue2 {
    color: #648EF2 !important;
}

.color-lightblue {
    color: #11E7EA !important;
}

.color-grey {
    color: #9F9F9F !important;
}

.color-grey2 {
    color: #8F93A8 !important;
}

.color-green {
    color: #12B347 !important;
}

.color-purple {
    color: #2C008F !important;
}

.bg-color-blue {
    background-color: #648EF2 !important;
}

.bg-color-white {
    background-color: #FFFFFF !important;
}

.bg-color-unset {
    background-color: unset !important
}

.bg-color-purple {
    background-color: #2C008F !important;
}

.home-part-btn {
    border-width: 0.125rem;
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(215, 242, 235, 0.8)
}

.trader-tools-img-bg {
    background-image: url(/img/pages/trader-tools/bg1.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center center;
    background-size: contain;
}

.contact-form .m-input__control fieldset {
    background-color: #ffffff !important;
}

.copy-trading-box-content {
    color: #8F93A8;
    text-align: center;
    font-family: Poppins;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
}

.social-trading-cost-title1 {
    color: #8F93A8;
    text-align: center;
    font-family: Poppins;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875rem;
}

.social-trading-cost-title2 {
    color: #CACDD8;
    text-align: center;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem; /* 111.111% */
}

.social-trading-cost-title3 {
    color: #CACDD8;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

/* DisputeResolution page spacing */
.dispute-resolution-content .row {
    gap: 2rem;
}

.dispute-resolution-content .col-md-6 {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 48rem) {
    .dispute-resolution-content .col-md-6:first-child {
        padding-right: 2rem;
    }

    .dispute-resolution-content .col-md-6:last-child {
        padding-left: 2rem;
    }
}


@media (min-width: 48rem) {
    .dispute-resolution-content .col-md-6:first-child {
        padding-right: 2rem;
    }

    .dispute-resolution-content .col-md-6:last-child {
        padding-left: 2rem;
    }
}
/* Why Dolphin Markets two-column group under heading */
.d-m-two-col {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.language-font-size {
    /*    font-size: 0.8125rem;*/
    font-size: clamp(12px, 0.8125rem, 100px);
}

@media only screen and (min-width: 960px) {
    .d-m-two-col {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 2rem;
        margin-top: 1rem;
    }

    .d-m-two-col-left,
    .d-m-two-col-right {
        flex: 1 1 0;
    }
}

.sr-home-content {
    height: 62.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

.t-trans-c {
    text-transform: capitalize;
}

.rhd-font {
    font-family: "Red Hat Display";
}

.sss-font {
    font-family: "Samsung Sharp Sans Bold";
}

.font-family-samsung {
    font-family: "Samsung Sharp Sans" !important;
}

.s-front-ccontent {
    color: #000;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 162.5% */
    text-transform: capitalize;
}
