::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(255, 255, 255, 0)
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #aaa
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: #aaa
}

:root {
    --vh: 1vh
}

root {
    --hover_color: #254194
}

@font-face {
    font-family: "NotoSans_Regular";
    src: url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "NotoSans_Medium";
    src: url("../fonts/NotoSans-Medium.woff2") format("woff2"), url("../fonts/NotoSans-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "NotoSans_Bold";
    src: url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

body {
    font-family: "NotoSans_Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
    margin: 0;
    padding: 0;
    font-style: normal !important;
    font-variant: normal !important;
    color: #2a2b2e;
    font-size: 12px;
    margin: 0px auto;
    padding: 0px
}

a {
    color: #2a2b2e;
    text-decoration: none;
    outline: none;
    /* transition: .3s linear;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear */
}

a:hover {
    color: #0055CD;
    text-decoration: none;
    outline: none
}

a:focus {
    outline: none;
    text-decoration: none
}

.clear {
    clear: both;
    font-size: 0vw;
    line-height: 0;
    height: 0
}

* html .clearfix {
    zoom: 1
}

*:first-child+html .clearfix {
    zoom: 1
}

.cell,
.cell2,
.cell3 {
    border-collapse: collapse;
    border-spacing: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

a,
img {
    border: 0px
}

br {
    font-family: SimSun
}

p {
    margin: 0px;
    padding: 0px;
    /* line-height: 1.75 */
}

i {
    margin: 0px;
    padding: 0px;
    font-style: normal
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

ul li {
    margin: 0px;
    padding: 0px;
    list-style: none
}

br {
    margin: 0px;
    padding: 0px
}

.clearheight {
    width: 100%;
    height: 1px;
    overflow: hidden
}

input,
select,
textarea {
    font-family: "NotoSans_Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
    outline: none
}

input::-ms-clear,
input::-ms-reveal {
    display: none
}

input[type=text]:disabled {
    background-color: #999
}

input::-moz-placeholder {
    color: #000
}

input::-moz-placeholder {
    color: #000
}

input::-ms-input-placeholder {
    color: #000
}

input::-webkit-input-placeholder {
    color: #000
}

input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
select,
textarea,
button {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0vw 13.3333vw #fff inset;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

input[type=button],
input[type=text],
input[type=password] {
    -webkit-appearance: none;
    outline: none
}


/* a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    background: none;
    text-decoration: none
} */

.font12 {
    font-size: 12px
}

.font14 {
    font-size: 14px
}

.font15 {
    font-size: 15px
}

.font16 {
    font-size: 16px
}

.font18 {
    font-size: 18px
}

.font20 {
    font-size: 20px
}

.in_body {
    min-height: 100vh;
    position: relative;
    opacity: 0;
    background-color: #fff
}

.wrapNew {
    width: 100%;
    margin: 0px auto;
    padding: 0px
}

.wrap_in {
    margin: 0px 7.81vw
}

.w_wap {
    display: none !important
}

.header_empty {
    width: 100%;
    height: 117px;
    overflow: hidden;
}

.new-header-content {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background-color: #fff;
    -moz-box-shadow: 0px 20px 20px rgba(0, 0, 0, .01);
    -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, .01);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .01)
}

.topheader_top {
    width: 100%;
    overflow: visible;
    padding: 0px 150px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    background-color: #434343;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.top_t {
    width: 100%;
    overflow: visible;
    height: 36px;
    background-color: #e4e8eb;
    position: relative;
    z-index: 991
}

.top_t .fr {
    margin-right: 150px;
    position: relative;
    z-index: 999
}

.top_t .fl {
    margin-left: 150px;
    display: flex;
    align-items: center;
    height: 36px;
}

.toptr_li {
    float: left;
    position: relative
}

.toptr_li .topli_t {
    overflow: hidden;
    height: 36px;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center
}

#unLogin .topli_t::before {
    display: none;
}

.toptr_li .topli_t::before {
    content: "";
    width: 1px;
    height: 12px;
    display: block;
    overflow: hidden;
    background-color: #b6babc;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.toptr_li .topli_t a {
    color: #999
}

.toptr_li .topli_t a.a1 {
    display: inline-block;
    background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/new_navs/fer/images/t_07.svg") right 8px no-repeat;
    background-size: 10px;
    padding-right: 17px
}

.toptr_li .topli_t i {
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-top: 11px;
    position: relative;
    overflow: visible;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center
}

.toptr_li .topli_t i .imgBox {
    text-align: center;
    line-height: 28px;
}

.toptr_li .topli_t i img,
.toptr_li .topli_t i .imgBox {
    color: white;
    border: none;
    margin-bottom: 0;
    font-size: 14px !important;
    width: 28px !important;
    height: 28px !important;
    display: block;
    border-radius: 50%;
    object-fit: cover
}

.toptr_li .topli_t i em {
    display: inline-block;
    font-style: normal;
    background-color: #0055CD;
    color: #fff;
    line-height: 13px;
    padding: 0px 4px;
    border-radius: 13px;
    position: absolute;
    right: -8px;
    top: -4px
}

.toptr_li .topli_t span {
    float: left;
    line-height: 50px;
    margin-left: 10px
}

.toptr_li:last-child .topli_t::before {
    display: none
}

.toptr_li:last-child .topli_t {
    padding-right: 0px
}

.toptr_li .topli_c {
    overflow: hidden;
    position: absolute;
    left: 30px;
    top: 36px;
    display: none;
    background-color: #fff;
    z-index: 990;
    -moz-box-shadow: 0px 0px 12px rgba(166, 166, 166, .1);
    -webkit-box-shadow: 0px 0px 12px rgba(166, 166, 166, .1);
    box-shadow: 0px 0px 12px rgba(166, 166, 166, .1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.toptr_li .topli_c1 {
    width: 480px;
    padding: 30px 50px
}

.toptr_li .topli_c1 .ticc1_l {
    overflow: hidden;
    float: left;
    width: 150px;
}

.toptr_li .topli_c1 .ticc1_l p {
    width: 100%;
    overflow: hidden;
    line-height: 1.75;
    margin-bottom: 5px;
    word-break: keep-all;
    overflow-wrap: normal;
    white-space: normal;
}

.toptr_li .topli_c1 .ticc1_l p a {
    color: #2a2b2e
}

.toptr_li .topli_c1 .ticc1_l p a:hover {
    text-decoration: underline
}

.toptr_li .topli_c1 .ticc1_l p.p1 {
    margin-bottom: 30px;
    color: #777;
    font-family: NotoSans_Medium
}

.toptr_li .topli_c1 .ticc1_l p:last-child {
    margin-bottom: 0px
}

.toptr_li .topli_c1 .ticc1_r {
    width: 180px;
    overflow: hidden;
    float: right
}

.toptr_li .topli_c1 .ticc1_r p {
    width: 100%;
    overflow: hidden;
    line-height: 1.75
}

.toptr_li .topli_c1 .ticc1_r p.p1 {
    color: #777;
    font-family: NotoSans_Medium;
    margin-bottom: 11px
}

.toptr_li .topli_c1 .ticc1_r p.p2 a {
    width: 100%;
    height: 38px;
    background-color: #0055CD;
    border: 1px solid #0055CD;
    border-radius: 3px;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.toptr_li .topli_c1 .ticc1_r p.p2 a:hover {
    background-color: #fff;
    color: #0055CD
}

.toptr_li .topli_c1 .ticc1_r p.p3 {
    margin-top: 11px
}

.toptr_li .topli_c1 .ticc1_r p.p3 a {
    color: #2a2b2e
}

.toptr_li .topli_c1 .ticc1_r p.p3 a:hover {
    text-decoration: underline
}

.toptr_li .topli_c2 {
    width: 420px;
    padding: 15px 30px;
    left: -100px
}

.toptr_li .topli_c2 ul.ul1 {
    float: left
}

.toptr_li .topli_c2 ul.ul2 {
    float: right;
    width: 47%
}

.toptr_li .topli_c2 ul li {
    width: 100%;
    line-height: 1.75;
    margin: 10px 0px
}

.toptr_li .topli_c2 ul li a {
    color: #2a2b2e
}

.toptr_li .topli_c2 ul li a:hover {
    text-decoration: underline
}

.toptr_li .topli_c3 {
    width: 260px;
    padding: 30px 30px;
    left: -70px
}

.toptr_li .topli_c3 p {
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 1.75
}

.toptr_li .topli_c3 p.p1 {
    font-family: NotoSans_Medium;
    color: #777
}

.toptr_li .topli_c3 p.p2 {
    margin-top: 20px
}

.toptr_li .topli_c3 p.p2 a {
    display: inline-block;
    width: 100%;
    height: 38px;
    border-radius: 3px;
    background-color: #0055CD;
    border: 1px solid #0055CD;
    line-height: 38px;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.toptr_li .topli_c3 p.p2 a:hover {
    background-color: #fff;
    color: #0055CD
}

.toptr_li .topli_c3 p.p3 {
    margin-top: 14px
}

.toptr_li .topli_c3 p.p3 a {
    display: inline-block;
    width: 100%;
    height: 38px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #0055CD;
    line-height: 38px;
    color: #0055CD;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.toptr_li .topli_c3 p.p3 a:hover {
    background-color: #0055CD;
    color: #fff
}

.toptr_li .topli_c4 {
    width: 320px;
    height: 422px;
    padding: 24px;
    left: initial;
    right: 0px;
    -moz-box-shadow: 0px 0px 12px rgba(166, 166, 166, .1);
    -webkit-box-shadow: 0px 0px 12px rgb(166 166 166 / 10%);
    box-shadow: 0px 0px 12px rgb(166 166 166 / 10%);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

.productsCategoriesBox {
        position: relative;
        transition: all 5s;
    }

    .productsCategoriesTitle {
        /* width: 270px; */
        /* height: 431px; */
        flex-shrink: 0;
        position: fixed;
        border: 1px solid var(--unnamed, #DADCE0);
        background: var(--unnamed, #FFF);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        z-index: 99999;
    }

    @media screen and (max-width: 750px) {
        .productsCategoriesTitle {
            right: 5px;
            top: 105px;
        }
    }

    @media screen and (min-width: 750px) {
        .productsCategoriesTitle {
            right: 30px;
            top: 141px;
        }
    }

    .productsCategoriesBox .productsCategoriesBox-top {
        /* width: 260px; */
        height: 40px;
        flex-shrink: 0;
        border-bottom: 1px solid var(--unnamed, #DADCE0);
        background: var(--f-4, #F4F4F4);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
    }

    .productsCategoriesBox .productsCategoriesBox-top p {
        color: var(--unnamed, #202124);
        /* 14px */
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
    }

    .productsCategoriesBox .productsCategoriesBox-top p ~ p {
        color: var(--unnamed, #5F6368);
        /* 14px */
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        cursor: pointer;
    }

    .productsCategoriesBox-center {
        padding: 0 10px;
        height: 280px;
        overflow: auto;
    }

    .productsCategoriesBox-center li {
        width: 270px;
        height: 91px;
        flex-shrink: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid var(--unnamed, #DADCE0);
        position: relative;
    }

    .productsCategoriesBox-center li .productsCategoriesBoxClose {
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        cursor: pointer;
        background: url("/productsCategories/img/close2.svg");
    }

    .productsCategoriesBox-center li .productsCategoriesBoxClose:hover {
        background: url("/productsCategories/img/close.svg");
        background-color: #E60039;
    }

    .productsCategoriesBox-center li div img {
        width: 74px;
        height: 74px;
        flex-shrink: 0;
    }

    .productsCategoriesBox-center li div p {
        width: 160px;
        color: var(--unnamed, #202124);
        /* 14px */
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
    }

    .productsCategoriesBox-center li div p ~ p {
        width: 160px;
        color: var(--unnamed, #5F6368);
        /* 12px */
        font-family: Arial;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* 150% */
    }

    .productsCategoriesBox-btn {
        display: flex;
        justify-content: center;
    }

    .productsCategoriesBox-btn button {
        display: inline-flex;
        padding: 4px 30px;
        align-items: flex-start;
        border-radius: 2px;
        background: var(--unnamed, #E60039);
        color: var(--unnamed, #FFF);
        border: none;
        /* 14px */
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        margin: 21px 0;
        display: flex;
        align-items: center;
    }

    .productsCategoriesBox-foot {
        /* width: 270px; */
        height: 40px;
        flex-shrink: 0;
        background: var(--f-4, #F4F4F4);
        color: var(--unnamed, #E60039);
        /* 14px */
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        /* 142.857% */
        cursor: pointer;
    }

    .productsCategoriesIcon {
        width: 72px;
        height: 72px;
        flex-shrink: 0;
        border-radius: 43px;
        background: var(--unnamed, #E60039);
        color: #FFF;
        font-family: Arial;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 72px;
        text-align: center;
        /* 125% */
        /* display: flex;
        justify-content: center;
        align-items: center; */
        display: none;
        position: fixed;
        right: 5px;
        top: 141px;
        cursor: pointer;
    }

    

    .login-hover-container-logout {
        color: #0055cd;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
    }

    .login-hover-container-logout:hover {
        cursor: pointer;
        text-decoration: underline;
        color: #0055cd;
    }

    .login-hover-container-center {
        margin-top: 10px;
        /* padding: 10px 57px; */
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;

    }

    .login-hover-container-center-img {
        text-align: center;
    }

    .login-hover-container-center-img-a {
        width: 80px;
        height: 80px;
        display: block;
        border-radius: 50%;
        background-color: white;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

    .login-hover-container-center-img-a b {
        color: white;
        background-size: 100% !important;
        font-size: 28px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .login-hover-container-center-username {
        color: #2a2b2e;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin: 10px;
    }

    .login-hover-container-center-email {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .login-hover-container-center-email-a {
        display: block;
        width: 80px;
        background-color: rgb(65, 24, 253);
        height: 80px;
        margin: 0 auto;
        text-align: center;
        border-radius: 50%;
    }

    .login-hover-container-center-myPorductList {
        border-top: 1px solid #d5d5d5; /* 设置上边框 */
        border-bottom: 1px solid #d5d5d5; /* 设置下边框 */
        border-left: none; /* 左边无边框 */
        border-right: none; /* 右边无边框 */
        text-align: center;
        height: 70px;
        line-height: 70px; /* 设置与父元素高度相同的行高，以实现纵向居中 */
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .login-hover-container-center-myPorductList a {
        display: inline-block; /* 使链接内容为块级元素，以便行高生效 */
    }

    .login-hover-container-center-myPorductList:hover {

        text-decoration: underline;
    }

    .login-hover-container-center-account {
        text-align: center;
        font-size: 14px;
        margin: 10px;
        margin-top: 20px;
    }

    .login-hover-container-center-account-hover {
        text-align: center;
        font-size: 14px;
        margin: 10px;
        display: none;
    }

    .login-hover-container-logout {
        text-align: center;

    }

    .login-hover-center-logout {
        color: #0055cd;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }


.toptr_li:hover .topli_t a {
    text-decoration: underline
}

.toptr_li:hover .topli_t a.a1 {
    color: #0055CD;
    text-decoration: none;
    background: url("./t_07_on.svg") right 8px no-repeat;
    background-size: 10px
}

.toptr_li:hover .topli_c1 {
    display: block
}

.toptr_li:hover .topli_c2 {
    display: block
}

.toptr_li:hover .topli_c3 {
    display: block
}

.toptr_li:hover .topli_c4 {
    display: block
}

.top_c {
    width: 100%;
    overflow: visible;
    height: 80px;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 98;
    background-color: #0055CD;
    box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 0.05);
}

.topcn_t a {
    color: #FFF !important;
}

.topc_fl {
    float: left;
    margin-left: 150px;
    height: 80px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center
}

.topc_fl a {
    display: block;
    width: 120px
}

.topc_fl img {
    display: block;
    width: 93px
}

.topc_sch {
    width: 180px;
    height: 44px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 150px;
    top: 18px;
    background-color: rgba(241, 243, 245, 0.10);
    border-radius: 4px;
    color: #FFFFFF
}

.topc_sch span {
    margin-left: 18px;
    line-height: 44px;
    cursor: pointer
}

.topc_sch b {
    widtH: 18px;
    height: 100%;
    display: block;
    cursor: pointer;
    overflow: hidden;
    background: url("./t_08.svg") center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 18px;
    top: 0px
}

.top_ts_s {
    width: 100%;
    overflow: visible;
    height: 1px;
    position: relative;
    z-index: 990
}

.topc_sch_tc {
    width: calc(100% - 300px - 120px - 6.25vw);
    position: absolute;
    left: calc(120px + 6.25vw + 150px);
    top: -80px;
    margin-top: 39px;
    display: none;
    opacity: 0;
    z-index: 990
}

.topc_sch_tc .topcstc_t {
    width: 100%;
    height: 80px;
    overflow: hidden;
    background-color: #f4f4f4;
    position: relative
}

.topc_sch_tc .topcstc_t::before {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    overflow: hidden;
    background-color: #0055CD;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 8
}

.topc_sch_tc .topcstc_t .topcstc_txt {
    width: 100%;
    height: 100%;
    color: #222;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0px;
    background-color: #f4f4f4;
    padding: 0px 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.topc_sch_tc .topcstc_t .topcstc_txt::-moz-placeholder {
    color: #9b9fa8
}

.topc_sch_tc .topcstc_t .topcstc_txt::-moz-placeholder {
    color: #9b9fa8
}

.topc_sch_tc .topcstc_t .topcstc_txt::-ms-input-placeholder {
    color: #9b9fa8
}

.topc_sch_tc .topcstc_t .topcstc_txt::-webkit-input-placeholder {
    color: #9b9fa8
}

.topc_sch_tc .topcstc_t .topcstc_btn {
    width: 20px;
    height: 100%;
    border: 0px;
    background: none;
    cursor: pointer;
    background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/new_navs/fer/images/t_08.svg") center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 6.67vw
}

.topc_sch_tc .topcstc_t .close {
    width: 20px;
    height: 100%;
    display: block;
    overflow: hidden;
    background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/new_navs/fer/images/t_11.svg") center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 3.13vw;
    top: 0px
}

.topc_sch_tc .topcstc_c {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, .05);
    box-shadow: 0px 0px 21px rgba(0, 0, 0, .05)
}

.topc_sch_tc .topcstc_c ul li {
    width: 100%;
    overflow: hidden;
    line-height: 1.75;
    padding: 20px 50px;
    color: #777b84;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.topc_sch_tc .topcstc_c ul li:last-child {
    border-bottom: 0px
}

.topc_sch_tc .topcstc_c ul li a {
    color: #777b84
}

.topc_sch_tc .topcstc_c ul li a:hover {
    color: #0055CD
}

.top_ts_s.on .topc_sch_tc {
    margin-top: 0px
}

.topc_nav {
    float: left;
    margin-left: 5.25vw;
    width: calc(100% - 300px - 6.25vw - 180px - 120px - 30px)
}

.topc_nav ul li {
    float: left;
    padding-right: 3.5vw
}

.topc_nav ul li:last-child {
    padding-right: 0px
}

.topc_nav ul li .topcn_t {
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 99;
    background-color: #0055CD;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    font-family: NotoSans_Medium;
    margin: 0px 6px;
}

.topc_nav ul li .topcn_t::before {
    content: "";
    width: 0%;
    height: 3px;
    display: block;
    overflow: hidden;
    background-color: #ffffff;
    position: absolute;
    left: 0%;
    bottom: 0px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear
}

.topcn_t:hover {
    background-color: rgba(241, 243, 245, 0.10)!important;
}

.topc_nav ul li:last-child {
    float: right
}

.topc_nav ul li:hover .topcn_t::before {
    width: 100%;
    left: 0px
}

.topc_nav ul li:hover .topcn_t a {
    color: #FFFFFF
}

.topc1r_li_show {
    width: 100%;
    height: calc(500px - 90px - 20px); 
    overflow-y: auto;
}

.topc_nav ul li .topcn_c {
    width: 100%;
    overflow: hidden;
    height: 500px;
    position: absolute;
    left: 0px;
    top: 80px;
    z-index: 90;
    background-color: #fff
}

@media screen and (max-width: 1280px) {
    .topc_nav ul li .topcn_c {
        height: 470px;
    }
    .topc1r_li_show {
        height: calc(470px - 90px - 20px); 
    }
}
}

.topc_nav ul li .topcn_c {
    display: block;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .01)
}

.topc_nav ul li .topcn_c::before {
    content: "";
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: none;
    z-index: 0;
    box-shadow: inset 0px 10px 10px rgba(0, 0, 0, .03)
}

.topc_nav ul li .topcn_c1 {
    display: none
}

.topc1_l {
    box-sizing: content-box;
    width: calc(120px + 6.25vw + 68px);
    padding-top: 40px;
    height: calc(100% - 40px);
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #f0f0f0;
    padding-left: 150px;
    overflow-y: auto;
}

.topc1l_sol {
    width: 100%;
    height: 100%;
    /* overflow-x: visible;
    overflow-y: auto; */
    position: relative
}

.topc1l_sol::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.topc1l_sol::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(255, 255, 255, 0)
}

.topc1l_sol::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #aaa
}

.topc1l_sol::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: #aaa
}

.topc1_c .topc1l_sol {
    height: calc(100% - 20px)
}

.topc1_r .topc1l_sol {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.tcnc1_1_li {
    width: 100%;
    overflow: visible;
    border-bottom: 1px solid #ced3d7
}

.tcnc1_1_li .tc1li1_t {
    width: 100%;
    height: 60px;
    padding-right: 60px;
    padding-left: 20px;
    color: #2a2b2e;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.tcnc1_1_li .tc1li1_c {
    width: 100%;
    overflow: hidden;
    padding: 15px 0px;
    display: none
}

.tcnc1_1_li .tc1li1_c p {
    width: 100%;
    overflow: hidden;
    color: #9b9fa8;
    line-height: 1.75;
    padding: 5px 0px
}

.tcnc1_1_li .tc1li1_c p a {
    color: #7d7d7d;
    margin-left: 40px
}

.tcnc1_1_li .tc1li1_c p a.a_pc {
    margin-left: 0px
}

.tcnc1_1_li .tc1li1_c p span {
    display: inline-block;
    margin-left: 40px;
    position: relative;
    cursor: pointer
}

.tcnc1_1_li .tc1li1_c p span::before {
    content: "";
    width: 12px;
    height: 100%;
    display: none;
    position: absolute;
    right: -17px;
    top: 0px;
    overflow: hidden;
    background: url("./t_12.svg") right center no-repeat;
    background-size: 100%
}

.tcnc1_1_li .tc1li1_c p.on span {
    color: #0055CD;
    font-family: NotoSans_Bold
}

.tcnc1_1_li .tc1li1_c p.on span::before {
    display: block
}

.tcnc1_1_li .tc1li1_c p.on a {
    color: #0055CD;
    font-family: NotoSans_Bold
}

.tcnc1_1_li:last-child {
    border-bottom: 0px
}

.tcnc1_1_li:first-child {
    border-top: 1px solid #ced3d7
}

.tcnc1_1_li.on {
    border-bottom: 0px
}

.tcnc1_1_li.on .tc1li1_t {
    background-color: #f9f9f9;
    color: #0055CD;
    font-family: NotoSans_Bold
}

.tcnc1_1_li.on .tc1li1_t::before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.tcnc1_1_li.on:first-child {
    border-top: 0px
}

.topc1_c {
    box-sizing: content-box;
    width: 320px;
    height: calc(100% - 40px);
    padding-top: 40px;
    overflow: hidden;
    background-color: #eff2f4;
    position: absolute;
    left: calc(120px + 6.25vw + 68px + 150px);
    top: 0px
}

.topc1_c .topc1c_li {
    width: 100%;
    overflow: hidden;
    display: none
}

.topc1_c .topc1c_li p {
    width: 100%;
    overflow: hidden;
    line-height: 1.75;
    padding: 10px 0px 10px 30px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.topc1_c .topc1c_li p span {
    width: 100%;
    display: block;
    overflow: hidden;
    padding-right: 30px;
    background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/new_navs/fer/images/t_15.png") calc(100% + 10px) center no-repeat;
    background-size: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* transition: .3s linear;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear */
}

.topc1_c .topc1c_li p a {
    width: 100%;
    display: block;
    overflow: hidden;
    padding-right: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.topc1_c .topc1c_li p a.a_pc {
    padding-right: 0px
}

.topc1_c .topc1c_li p.on a {
    color: #0055CD
}

.topc1_c .topc1c_li p.on span {
    background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/new_navs/fer/images/t_15.png") right center no-repeat;
    background-size: 10px
}

.topc1_c .topc1c_li .more1 {
    display: none
}

.topc1_c .topc1c_b {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 50px;
    padding: 0px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.topc1_c .topc1c_b a {
    color: #0055CD;
    font-family: NotoSans_Bold;
    background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/Reyee/header/images/right-icon.svg") right center no-repeat;
    background-size: 24px;
    padding-right: 40px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease
}

.topc1_c .topc1c_b a:hover {
    color: #0055CD;
    background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/Reyee/header/images/right-icon.svg") right center no-repeat;
    background-size: 24px;
    padding-right: 45px
}

.topc1r_b {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 50px;
    padding: 0px 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.topc1r_b a {
    color: #2a2b2e;
    font-family: NotoSans_Bold;
    background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/new_navs/fer/images/t_13.png") right 5px no-repeat;
    background-size: 30px;
    padding-right: 50px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease
}

.topc1r_b a:hover {
    color: #0055CD;
    background: url("./t_14.png") right 5px no-repeat;
    background-size: 30px;
    padding-right: 55px
}

.topc1_r {
    width: calc(100% - 310px - 120px - 6.25vw - 68px - 150px );
    height: 100%;
    /* overflow: hidden; */
    position: absolute;
    right: 0px;
    top: 0px
}

.topc1r_li {
    width: 100%;
    overflow: hidden;
    padding: 0px 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: none
}

.topc1r_li.on {
    display: block
}

.topc1r_li .more1 {
    display: none
}

.topc1r_li_c1 {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px; */
}

.topc1r_li_c1 p {
    width: 100%;
    overflow: hidden;
    line-height: 1.5;
    color: #9b9fa8;
    margin-bottom: 5px
}

.topc1r_li_c1 p a {
    color: #7d7d7d
}

.topc1r_li_c1 p a:hover {
    color: #0055CD
}

.topc1r_li_c1 p:last-child {
    margin-bottom: 10px
}

.topc1r_li_c2 {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.topc1r_li_c2 .tc1r_lic2_li {
    width: 100%;
    overflow: hidden
}

.topc1r_li_c2 .tc1r_lic2_li p {
    width: 100%;
    overflow: hidden;
    color: #2a2b2e;
    margin-bottom: 10px;
    line-height: 1.5
}

.topc1r_li_c2 .tc1r_lic2_li p a {
    color: #7d7d7d
}

.topc1r_li_c2 .tc1r_lic2_li p a:hover {
    color: #0055CD
}

.topc1r_li_c2 .tc1r_lic2_li p.p1 {
    border-bottom: 1px solid #d8dcdf;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: NotoSans_Bold
}

.topc1r_li_c2 .tc1r_lic2_li p:last-child {
    margin-bottom: 0px
}

.topc_nav ul li .topcn_c2 {
    display: none
}

.topc2_l {
    box-sizing: content-box;
    width: calc(120px + 6.25vw + 68px);
    padding-top: 40px;
    height: calc(100% - 40px);
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #f0f0f0;
    padding-left: 150px
}

.topc2l_li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ced3d7;
    height: 60px;
    color: #2a2b2e;
    position: relative;
    text-indent: 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.topc2l_li:last-child {
    border-bottom: 0px
}

.topc2l_li:first-child {
    border-top: 1px solid #ced3d7
}

.topc2l_li.on {
    background-color: #f9f9f9;
    color: #0055CD;
    font-family: NotoSans_Bold;
    border-top: 0px;
    border-bottom: 0px
}

.topc2_r {
    width: calc(100% - 120px - 6.25vw - 68px - 150px - 150px);
    height: 100%;
    position: absolute;
    right: 150px;
    top: 0px
}

.resourcesSec .topc2_r {
    right: unset;
    left: 0;
    padding-left: 150px;
    box-sizing: border-box;
}

.topc2r_li {
    width: 100%;
    overflow: hidden;
    padding: 0px 0px 0px 50px;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.topc2r_li .topc2ri_li {
    width: 100%;
    overflow: hidden
}

.topc2r_li .topc2ri_li p {
    width: 100%;
    overflow: hidden;
    color: #2a2b2e;
    margin-bottom: 10px;
    line-height: 1.5
}

.topc2r_li .topc2ri_li p a {
    color: #9b9fa8
}

.topc2r_li .topc2ri_li p a:hover {
    color: #0055CD
}

.topc2r_li .topc2ri_li p.p1 {
    border-bottom: 1px solid #d8dcdf;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: NotoSans_Bold
}

.topc2r_li .topc2ri_li p:last-child {
    margin-bottom: 0px
}

.topc2r_li.on {
    display: grid
}

.topc_nav ul li .topcn_c3,
.topc_nav ul li .topcn_c6 {
    display: none
}

.topcnc3fr {
    width: calc(100% - 300px);
    overflow: hidden;
    overflow-y: auto;
    margin: 0px auto;
    padding: 0px;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.topcnc3fr .topc3ri_li {
    width: 100%;
    overflow: hidden
}

.topcnc3fr .topc3ri_li p {
    width: 100%;
    overflow: hidden;
    color: #2a2b2e;
    line-height: 1.5;
    margin-bottom: 10px
}

.topcnc3fr .topc3ri_li p a {
    color: #9b9fa8
}

.topcnc3fr .topc3ri_li p a:hover {
    color: #0055CD
}

.topcnc3fr .topc3ri_li p.p1 {
    border-bottom: 1px solid #d8dcdf;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: NotoSans_Bold
}

.topcnc3fr .topc3ri_li p:last-child {
    margin-bottom: 0px
}

.topcnc3fr .topc3ri_li p.howtobuy-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: #9b9fa8;
}

.topcnc3fr .topc3ri_li p.howtobuy-btn {
    margin-top: 15px;
}

.topcnc3fr .topc3ri_li p.howtobuy-btn a {
    color: #0055CD;
    font-family: NotoSans_Bold;
    background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/Reyee/header/images/right-icon.svg") right center no-repeat;
    background-size: 24px;
    padding-right: 40px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
}

.topcnc3fr .topc3ri_li p.howtobuy-btn a:hover {
    color: #0055CD;
    background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/Reyee/header/images/right-icon.svg") right center no-repeat;
    background-size: 24px;
    padding-right: 45px;
}


/* How to Buy 移动端手风琴样式 - 默认隐藏，只在移动端显示 */
.howtobuy-mobile-title,
.howtobuy-arrow {
    display: none;
}

.howtobuy-content .howtobuy-desc {
    margin-bottom: 15px;
}

.topc_nav ul li .topcn_c4 {
    display: none
}

.topcnc4fr {
    width: calc(100% - 300px);
    overflow: hidden;
    overflow-y: auto;
    margin: 0px auto;
    padding: 0px;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.topcnc4fr .topc4ri_li {
    width: 100%;
    overflow: hidden
}

.topcnc4fr .topc4ri_li p {
    width: 100%;
    overflow: hidden;
    color: #2a2b2e;
    line-height: 1.5;
    margin-bottom: 10px
}

.topcnc4fr .topc4ri_li p a {
    color: #9b9fa8
}

.topcnc4fr .topc4ri_li p a:hover {
    color: #0055CD
}

.topcnc4fr .topc4ri_li p.p1 {
    border-bottom: 1px solid #d8dcdf;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: NotoSans_Bold
}

.topcnc4fr .topc4ri_li p:last-child {
    margin-bottom: 0px
}

.cnc1_empty {
    display: none
}

.reyee-selector-header-button-wrapper {
    position: absolute; /* 绝对定位 */
    width: 100%;
    top: 82%; /* 吸底 */
    left: 11px; /* 从左侧开始 */
    right: 0; /* 从右侧结束，确保宽度为100% */
    height: 90px; /* 保持原来的高度 */
    
    background-image: url('https://singapore-1312056779.cos.ap-singapore.myqcloud.com/site_style/reyeeSelector/image.png');
    background-size: cover;
    background-position-y: 100%;
    display: flex;
    align-items: center;
    color: #ffffff;
    gap: 60px;
    padding: 30px 40px;
    box-sizing: border-box;
}
.reyee-selector-header-button-wrapper * {
    box-sizing: border-box !important;
}
.reyee-selector-header-botton {
    min-height: 66px;
    max-width: 280px;
    padding: 0 20px;
    background-color: transparent;
    border:1px solid #ffffff;
    color: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    justify-content: center;
    flex-shrink: 0;
}
.reyee-selector-header-botton:hover {
    background-color: #ffffff;
    color: #0055cd;
    flex-shrink: 0;
}

@media screen and (max-width: 1600px) {
    .topc1r_li_c2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1550px) {
    .topheader_top {
        padding: 0px 20px
    }
    
    .top_t .fr {
        margin-right: 20px
    }
    .topc_fl {
        margin-left: 20px
    }
    .top_t .fl {
        margin-left: 20px;
    }
    .topc_sch {
        right: 20px
    }
    .topc_nav {
        width: calc(100% - 40px - 6.25vw - 180px - 120px - 30px)
    }
    .topc1_l {
        width: calc(120px + 6.25vw + 68px);
        padding-left: 20px
    }
    .resourcesSec .topc2_r {
        padding-left: 20px;
    }
    .resourcesSec .topc2r_li {
        padding-left: 0;
    }
    .topc1_c {
        left: calc(120px + 6.25vw + 68px + 20px)
    }
    .topc1_r {
        width: calc(100% - 310px - 120px - 6.25vw - 68px - 20px);
        /* right: 20px */
    }
    .topc2_l {
        width: calc(120px + 6.25vw + 68px);
        padding-left: 20px
    }
    .topc2_r {
        width: calc(100% - 120px - 6.25vw - 68px - 20px );
        right: 20px
    }
    .topcnc3fr {
        width: calc(100% - 40px)
    }
    .topcnc4fr {
        width: calc(100% - 40px)
    }
    .topc_sch_tc {
        width: calc(100% - 40px - 120px - 6.25vw);
        position: absolute;
        left: calc(120px + 6.25vw + 20px)
    }
    .topc_sch_tc .topcstc_t .topcstc_txt {
        padding-left: 20px
    }
    .toptr_li .topli_c2 {
        left: -162px;
    }
    .toptr_li .topli_c3 {
        left: -153px;
    }

    .reyee-selector-header-button-wrapper {
        position: absolute; /* 绝对定位 */
        top: calc(100% - 90px);/* 吸底 */
        left: 11px; /* 从左侧开始 */
        right: 0; /* 从右侧结束，确保宽度为100% */
        height: 90px; /* 保持原来的高度 */
        
        background-image: url('https://singapore-1312056779.cos.ap-singapore.myqcloud.com/site_style/reyeeSelector/image.png');
        background-size: cover;
        background-position-y: 100%;
        display: flex;
        align-items: center;
        color: #ffffff;
        gap: 60px;
        padding: 30px 40px;
        box-sizing: border-box;
    }
    .reyee-selector-header-button-wrapper * {
        box-sizing: border-box !important;
    }
    .reyee-selector-header-botton {
        min-height: 66px;
        max-width: 280px;
        padding: 0 20px;
        background-color: transparent;
        border:1px solid #ffffff;
        color: #ffffff;
        border-radius: 4px;
        display: flex;
        align-items: center;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0;
        justify-content: center;
        flex-shrink: 0;
    }
    .reyee-selector-header-botton:hover {
        background-color: #ffffff;
        color: #0055cd;
        flex-shrink: 0;
    }   
}

@media screen and (max-width: 1200px) {
    .topc_nav ul li {
        padding-right: 3.13vw
    }
    .topc_nav {
        width: calc(100% - 40px - 3.13vw - 180px - 120px - 30px);
        margin-left: 3.13vw
    }
    .topc1_l {
        width: calc(120px + 3.13vw + 68px);
        padding-left: 20px
    }
    .topc1_c {
        left: calc(120px + 3.13vw + 68px + 20px)
    }
    .topc1_r {
        width: calc(100% - 310px - 120px - 3.13vw - 68px - 20px );
        /* right: 20px */
    }
    .topc2_l {
        width: calc(120px + 3.13vw + 68px);
        padding-left: 20px
    }
    .topc2_r {
        width: calc(100% - 120px - 3.13vw - 68px - 20px - 20px);
        right: 20px
    }
    .topc_sch_tc {
        width: 100%;
        position: absolute;
        left: 0;
        margin-top: 80px
    }
    .topc_sch_tc .topcstc_t .topcstc_txt {
        padding-left: 20px
    }
    .topc_sch_tc .topcstc_c ul li {
        padding: 20px
    }
}

@media screen and (max-width: 1200px) {
    .wrapNew {
        max-width: 100%;
        margin: 0px auto
    }
    .w_pc {
        display: none !important
    }
    .w_wap {
        display: block !important
    }
    .top_t {
        display: none
    }
    .top_t {
        position: absolute;
        left: 0px;
        top: calc(100vh - 200px);
        background-color: #fff;
        flex-direction: column-reverse;
        height: unset;
    }
    .top_t .fl {
        margin-top: 12px;
        margin-left: 20px;
    }
    .top_t .fr {
        width: calc(100% - 0px);
        margin: 0px 0px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px
    }
    .toptr_li {
        border-bottom: 1px solid #eee
    }
    .toptr_li .topli_t {
        padding: 0px 20px;
        height: 60px;
        font-family: NotoSans_Medium;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        font-size: 16px
    }
    .toptr_li .topli_t a {
        background: none;
        padding: 0px;
        color: #222;
        display: block;
        width: 100%;
        height: 60px;
        border-radius: 6px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: flex-start
    }
    .toptr_li .topli_t i {
        margin-top: 0px
    }
    .toptr_li .topli_t a.a1 {
        background: none;
        padding: 0px;
        color: #222;
        display: block;
        background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/new_navs/fer/images/t_16.svg") right center no-repeat;
        background-size: 7px;
        width: 100%;
        height: 60px;
        border-radius: 6px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: flex-start
    }
    .toptr_li .topli_t a.a2 {
        background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/new_navs/fer/images/t_16.svg") right center no-repeat;
        background-size: 7px
    }
    .toptr_li:last-child .topli_t {
        padding-right: 20px
    }
    .toptr_li .topli_c {
        position: fixed;
        left: 0px;
        top: 61px;
        -moz-box-shadow: 0px 0px 0px rgba(166, 166, 166, .1);
        -webkit-box-shadow: 0px 0px 0px rgba(166, 166, 166, .1);
        box-shadow: 0px 0px 0px rgba(166, 166, 166, .1)
    }
    .toptr_li .topli_c1 {
        width: 100%;
        padding: 20px;
        height: calc(100vh - 61px)
    }
    .toptr_li .topli_c1 .ticc1_l {
        width: 100%
    }
    .toptr_li .topli_c1 .ticc1_r {
        width: 100%;
        margin-top: 60px
    }
    .toptr_li .topli_c2 {
        width: 100%;
        padding: 20px;
        height: calc(100vh - 61px)
    }
    .toptr_li .topli_c2 ul {
        width: 100%
    }
    .toptr_li .topli_c2 ul.ul2 {
        width: 100%
    }
    .toptr_li .topli_c2 ul li:last-child {
        margin-bottom: 0px
    }
    .toptr_li .topli_c3,
    .toptr_li .topli_c6 {
        width: 100%;
        padding: 20px;
        height: calc(100vh - 61px)
    }
    .toptr_li .topli_c4 {
        width: 100%;
        padding: 20px;
        height: calc(100vh - 61px)
    }
    .toptr_li:hover .topli_t a.a1 {
        background: none
    }
    .toptr_li .topli_t::before {
        display: none
    }
    .toptr_li:hover .topli_c1 {
        display: none
    }
    .toptr_li:hover .topli_c2 {
        display: none
    }
    .toptr_li:hover .topli_c3,
    .toptr_li:hover .topli_c6 {
        display: none
    }
    .toptr_li:hover .topli_c4 {
        display: none
    }
    .toptr_li:hover .topli_t a.a1 {
        color: #222;
        background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/new_navs/fer/images/t_16.svg") right center no-repeat;
        background-size: 7px
    }
    .toptr_li.on .topli_c1 {
        display: block
    }
    .toptr_li.on .topli_c2 {
        display: block
    }
    .toptr_li.on .topli_c3,
    .toptr_li.on .topli_c6 {
        display: block
    }
    .toptr_li.on .topli_c4 {
        display: block
    }
    
    /* How to Buy 移动端适配 */
    .topcnc3fr.topcnc3fr_buy {
        width: 100% !important;
        grid-template-columns: 1fr !important;
        margin: 0 !important;
        padding: 0;
        box-sizing: border-box;
    }
    
    /* How to Buy 移动端手风琴样式 - 覆盖PC端display:none */
    .howtobuy-mobile-title {
        display: block;
        float: left;
        width: calc(100% - 40px);
        height: 60px;
        line-height: 60px;
        padding: 0 16px;
        margin: 0 20px;
        border-bottom: 1px solid #eee;
        font-family: Noto Sans;
        font-weight: 700;
        font-size: 16px;
        color: #2a2b2e;
        box-sizing: border-box;
    }
    
    .howtobuy-accordion {
        border-bottom: none;
        height: auto;
        overflow: visible;
    }
    
    .howtobuy-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
        padding: 0 16px;
        cursor: pointer;
    }
    
    .howtobuy-header .p1 {
        margin: 0;
        padding: 0;
        border: none;
        font-weight: 400;
        font-size: 16px;
        color: #2a2b2e;
    }
    
    .howtobuy-arrow {
        display: block;
        width: 10px;
        height: 10px;
        border-right: 1px solid #2a2b2e;
        border-bottom: 1px solid #2a2b2e;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
        position: relative;
        top: -2px;
    }
    
    .howtobuy-accordion.active .howtobuy-arrow {
        transform: rotate(-135deg);
    }
    
    .howtobuy-content {
        padding: 0 20px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .howtobuy-accordion.active .howtobuy-content {
        max-height: 200px;
        padding: 0 20px 20px;
    }
    
    .topcnc3fr.topcnc3fr_buy .topc3ri_li p.howtobuy-desc {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0;
    }
    
    /* How to Buy 移动端样式调整 */
    .topcnc3fr.topcnc3fr_buy .topc3ri_li {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding: 0;
        border-bottom: 1px solid #eee;
    }
    
    .topcnc3fr.topcnc3fr_buy .topc3ri_li p.p1 {
        border-bottom: none;
        padding-bottom: 0;
        padding-left: 0;
        text-align: left;
        margin-bottom: 0;
    }
    .header_empty {
        height: 60px
    }
    .nhder_ip_empty {
        /* height: 134px !important */
        height: unset;
    }
    .topc_sch {
        background-color: #fff;
        width: 40px;
        right: 50px;
        z-index: 99
    }
    .topc_sch span {
        display: none
    }
    .topc_sch b {
        right: 11px
    }
    .mtmenu_click {
        float: right;
        margin-left: 0px;
        position: relative;
        z-index: 9991;
        margin-right: 20px
    }
    .mtmenu_click a {
        width: 24px;
        height: 60px;
        display: block;
        overflow: hidden;
        background: url("./menu_01_on.svg") center no-repeat;
        background-size: 100%;
        outline: none
    }
    .mtmenu_click a.on {
        background: url("./close.svg") center no-repeat;
        background-size: 20px;
        outline: none
    }
    .topc_sch_tc {
        margin-top: 60px;
        background-color: #fff
    }
    .topc_sch_tc .topcstc_t .topcstc_btn {
        right: 58px
    }
    .topc_sch_tc .topcstc_t .close {
        right: 20px
    }
    .top_c {
        height: 60px
    }
    .topc_fl {
        height: 60px;
        position: relative;
        z-index: 999
    }
    .topc_fl a {
        width: 80px
    }
    .topc_fl img {
        width: 93px
    }
    .topc_sch {
        top: 8px
    }
    .topc_nav {
        width: 100%;
        overflow: hidden;
        height: calc(100vh - 60px);
        position: absolute;
        left: 0px;
        top: 60px;
        margin: 0px;
        padding: 0px;
        background-color: #fff
    }
    .topc_nav ul {
        width: 100%;
        border-top: 1px solid #eee
    }
    .topc_nav ul li {
        width: 100%;
        overflow: hidden;
        margin: 0px;
        padding: 0px
    }
    .topc_nav ul li .topcn_t {
        height: 60px;
        justify-content: flex-start;
        padding: 0px 20px;
        border-bottom: 1px solid #eee;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
    .topc_nav ul li .topcn_t::after {
        content: "";
        width: 7px;
        height: 100%;
        display: block;
        overflow: hidden;
        background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/new_navs/fer/images/t_16.svg") center no-repeat;
        background-size: 100%;
        position: absolute;
        right: 20px;
        top: 0px
    }
    .topc_nav ul li .topcnt_no::after {
        display: none
    }
    .topc_nav ul li:hover .topcn_t::before {
        display: none
    }
    .topc_nav ul li .topcn_c {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 9991
    }
    .topc1_l {
        width: 100%;
        padding: 0px;
        height: calc(100% - 1px);
        top: 1px;
        background-color: #fff;
        overflow-y: auto
    }
    .topc1_c {
        display: none
    }
    .topc1_r {
        display: none
    }
    .tcnc1_1_li .tc1li1_c {
        display: block;
        padding-top: 0px
    }
    .tcnc1_1_li .tc1li1_t::before {
        display: none
    }
    .tcnc1_1_li .tc1li1_t {
        height: 50px
    }
    .tcnc1_1_li .tc1li1_c p {
        padding: 3px 0px;
        font-size: 16px
    }
    .tcnc1_1_li .tc1li1_c p span {
        width: 100%;
        padding: 0px 40px 0px 30px;
        margin: 0px;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
    .tcnc1_1_li .tc1li1_c p span::before {
        content: "";
        width: 7px;
        height: 100%;
        display: block;
        overflow: hidden;
        position: absolute;
        right: 20px;
        top: 0px;
        background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/new_navs/fer/images/t_16.svg") center no-repeat;
        background-size: 100%
    }
    .topc_nav ul li.on .topcn_c {
        display: block !important
    }
    .topc_nav ul li:hover .topcn_t a {
        color: #2a2b2e
    }
    .topcnc1_click {
        width: 100%;
        overflow: hidden;
        height: 60px;
        border-bottom: 1px solid #eee;
        line-height: 60px;
        padding: 0px 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
    .topcnc1_click a {
        display: inline-block;
        color: #2a2b2e;
        position: relative;
        padding-left: 15px
    }
    .topcnc1_click a::before {
        content: "";
        width: 7px;
        height: 100%;
        display: block;
        overflow: hidden;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/new_navs/fer/images/t_16.svg") center no-repeat;
        background-size: 100%;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg)
    }
    .tcnc1_1_li {
        border-bottom: 1px solid #eee
    }
    .topc1_c {
        width: 100%;
        height: calc(100% - 1px - 0px);
        top: 1px;
        left: 0px;
        padding: 0px 0px 0px 0px;
        background-color: #fff
    }
    .topc1_c .topc1c_li {
        margin-top: 10px
    }
    .topc1_c .topc1c_li p {
        padding: 5px 20px 5px 20px;
        font-size: 16px
    }
    .topc1_c .topc1c_li p span,
    .tc1li1_t {
        background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/new_navs/fer/images/t_16.svg") right center no-repeat;
        background-size: 7px
    }
    .tcnc1_1_li {
        width: 95%;
    }
    .new-header-content a {
        outline: none;
        -webkit-tap-highlight-color: rgba(240, 240, 240, 0)
    }
    .new-header-content a:hover {
        outline: none;
        -webkit-tap-highlight-color: rgba(240, 240, 240, 0)
    }
    .new-header-content span:hover {
        outline: none;
        -webkit-tap-highlight-color: rgba(240, 240, 240, 0)
    }
    .new-header-content p:hover {
        outline: none;
        -webkit-tap-highlight-color: rgba(240, 240, 240, 0)
    }
    .new-header-content div:hover {
        outline: none;
        -webkit-tap-highlight-color: rgba(240, 240, 240, 0)
    }
    .topc1_r {
        width: 100%;
        height: calc(100% - 1px);
        top: 1px;
        left: 0px;
        right: 0px;
        margin: 0px;
        padding: 0px;
        background-color: #fff;
        overflow-y: auto
    }
    .topc1r_li {
        padding: 0px 20px
    }
    .topc1r_li_c1 {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .topc1r_li_c2 {
        margin-top: 20px;
        margin-bottom: 20px;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px
    }
    .topc_nav {
        display: none
    }
    .topc_nav.on {
        display: block;
        background-color: #fff;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .topc_nav.on ul {
        list-style-type: none;
        background-color: #fff;
    }
    /* .topc_nav.on li {
        background-color: #fff;
    } */
    .topc2_l {
        width: 100%;
        height: calc(100% - 1px);
        left: 0px;
        top: 1px;
        background-color: #fff;
        padding: 0px
    }
    .topc2l_li:first-child {
        border-top: 1px solid #eee
    }
    .topc2l_li {
        border-bottom: 1px solid #eee
    }
    .topc2l_li span {
        width: 100%;
        display: block;
        overflow: hidden;
        padding: 0px 0px;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
    .topc2l_li span::before {
        content: "";
        width: 7px;
        height: 100%;
        display: block;
        overflow: hidden;
        position: absolute;
        right: 20px;
        top: 0px;
        background: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/new_navs/fer/images/t_16.svg") right center no-repeat;
        background-size: 100%
    }
    .topc2_r {
        display: none;
        width: 100%;
        height: calc(100% - 1px);
        top: 1px;
        padding: 0px;
        margin: 0px;
        overflow-y: auto;
        background-color: #fff;
        right: 0px
    }
    .topc2r_li {
        padding: 0px 20px;
        margin-top: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
    .topcnc3fr {
        width: 100%;
        height: calc(100% - 1px);
        top: 1px;
        margin-top: 0px;
        padding: 0px 0px;
        display: block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
    .topcnc3fr .topc3ri_li {
        width: calc(100% - 40px);
        margin: 0px auto;
        padding: 0px;
        margin-top: 10px
    }
    .topcnc3fr .topc3ri_li:last-child {
        margin-bottom: 20px
    }
    .topcnc4fr {
        width: 100%;
        height: calc(100% - 1px);
        top: 1px;
        margin-top: 0px;
        padding: 0px 0px;
        display: block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
    .topcnc4fr .topc4ri_li {
        width: calc(100% - 40px);
        margin: 0px auto;
        padding: 0px;
        margin-top: 10px
    }
    .topcnc4fr .topc4ri_li:last-child {
        margin-bottom: 20px
    }
    .topc1_c .topc1l_sol {
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
    .topc1_r .topc1l_sol {
        height: calc(100% - 60px - .4rem)
    }
    .topc1r_li_c1 p {
        font-size: 16px
    }
    .topc1r_li_c2 .tc1r_lic2_li p {
        font-size: 16px;
        padding-left: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
    .topc1r_li_c2 .tc1r_lic2_li p.p1 {
        padding-left: 0px
    }
    .topc2r_li .topc2ri_li p {
        font-size: 16px;
        padding-left: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
    .topc2r_li .topc2ri_li p.p1 {
        padding-left: 0px
    }
    .topcnc3fr .topc3ri_li p {
        font-size: 16px;
        padding-left: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
    .topcnc3fr .topc3ri_li p.p1 {
        padding-left: 0px
    }
    .topcnc4fr .topc4ri_li p {
        font-size: 16px;
        padding-left: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
    .topcnc4fr .topc4ri_li p.p1 {
        padding-left: 0px
    }
    .topcnc1_click {
        position: fixed;
        left: 0px;
        top: 61px;
        z-index: 999;
        background-color: #fff
    }
    .cnc1_empty {
        width: 100%;
        overflow: hidden;
        height: 61px;
        display: block
    }
    .topc1_c .topc1c_b {
        padding: 0px 20px;
        bottom: .4rem;
        width: auto;
        height: 60px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center
    }
    .topc1r_b {
        padding: 0px 20px;
        bottom: .4rem;
        width: auto;
        height: 60px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center
    }
    .topc1r_b {
        z-index: 9999;
        position: absolute;
        justify-content: flex-start
    }
    .topc1_c .topc1c_b {
        position: static;
        justify-content: flex-start
    }
    .top_ts_s {
        height: 0;
        z-index: 993
    }
    .topc_sch {
        background-color: unset;
    }
    .topc_sch_tc {
        z-index: 993
    }
    .topc1r_li_c2 .tc1r_lic2_li p.p1 {
        border-bottom: 1px solid #eee
    }
    .topc2r_li .topc2ri_li p.p1 {
        border-bottom: 1px solid #eee
    }
    .topcnc3fr .topc3ri_li p.p1 {
        border-bottom: 1px solid #eee
    }
    .topcnc4fr .topc4ri_li p.p1 {
        border-bottom: 1px solid #eee
    }
    .topc_nav a.a_pc:hover {
        color: #222
    }
    .tcnc1_1_li .tc1li1_c p a.a_pc:hover {
        color: #9b9fa8
    }
    .topc_nav ul li .topcn_t {
        background-color: unset;
        margin: unset
    }
    .topcn_t a {
        color: #222!important;
    }
}

.solution-poster {
    position: relative;
    display: block;
    width: 100%;
    max-width: 320px;
}

.solution-poster-img {
    border-radius: 4px;
    width: 100%;
    overflow: hidden;
}

.solution-poster a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.solution-poster img {
    width: 100%;
    transition: .3s ease;
}

.solution-poster h6 {
    margin-top: 16px;
    color: #2A2B2E;
    font-weight: 700;
    line-height: 150%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 42px;
}

.solution-poster p {
    margin-top: 12px;
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 63px;
}

.solution-poster span {
    margin-top: 24px;
    display: flex;
    align-items: center;
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.solution-poster span::after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/new_navs/fer/images/link.svg");
    background-position: 0 0;
    margin-left: 8px;
}

.solution-posters {
    margin-top: 24px;
    display: flex;
    flex-shrink: 0;
    gap: 40px;
}

@media screen and (max-width:1540px) {
    .solution-posters {
        gap: 20px;
    }
    .solution-poster {
        max-width: 280px;
    }
}

.resourcesSec .topc2r_li.on {
    display: flex;
    justify-content: start;
}

.resourcesSec .topc2r_li .topc2ri_li {
    max-width: 306px;
}

.resourcesSec .topc2_r {
    width: 100%;
    padding-right: 150px;
}

@media screen and (max-width: 1200px) {
    .solution-posters {
        gap: 20px;
    }
    .solution-poster {
        max-width: 240px;
    }
}

@media screen and (max-width:1068px) {
    .solution-posters {
        gap: 16px;
    }
    .solution-poster {
        max-width: 220px;
    }
}

@media screen and (max-width:990px) {
    .reyee-selector-header-button-wrapper{
        display: none;
    }
    .solution-posters {
        display: none;
    }
    .resourcesSec .topc2r_li .topc2ri_li {
        max-width: unset;
        width: 100%;
    }
    .resourcesSec .topc2_r {
        padding-right: 0;
    }
    .resourcesSec .topc2r_li .topc2ri_li {
        margin-top: 24px;
    }
    .resourcesSec .topc2r_li .topc2ri_li p.p1 {
        margin-bottom: 8px;
    }
    .resourcesSec .topc2r_li .topc2ri_li:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width:990px) {
    .top_t .fl {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
        box-sizing: border-box;
        margin-top: 24px;
        margin-bottom: 24px;
        height: unset;
        gap: 8px; /* 移动端上下排列间距 */
    }
    .top_t .fl a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 335px;
        max-width: 100%;
        height: 48px;
        padding-right: 24px;
        padding-left: 24px;
        gap: 8px;
        border-radius: 24px;
        border: 1px solid #D5D5D5;
        box-sizing: border-box;
        opacity: 1;
    }
    .top_t .fl a img {
        width: 60px;
    }
    .top-logo-wrap .cybrey_img {
        width: 46px;
        height: 23px;
    }
    .top_t .fl a::after {
        content: '';
        background-image: url("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/Reyee/header/share.svg");
        width: 18px;
        height: 18px;
        display: block;
        background-size: cover;
    }
}

.top-logo-wrap {
    display: inline-flex;
    align-items: center;
    gap: 24px;
}

.top-logo-wrap .cybrey_img {
    width: 46px;
    height: 23px;
}

