::-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: 100vw;
    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
}

.toptr_li .topli_c1 .ticc1_l p {
    width: 100%;
    overflow: hidden;
    line-height: 1.75;
    margin-bottom: 5px
}

.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: 400px;
    padding: 30px 20px;
    left: initial;
    right: 0px
}

.toptr_li .topli_c4 p {
    width: 100%;
    overflow: hidden
}

.toptr_li .topli_c4 p.p1 {
    line-height: 22px
}

.toptr_li .topli_c4 p.p1 img {
    display: block;
    height: 22px;
    float: left
}

.toptr_li .topli_c4 p.p1 a {
    float: right;
    color: #777
}

.toptr_li .topli_c4 p.p1 a:hover {
    text-decoration: underline
}

.toptr_li .topli_c4 p.p2 {
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between
}

.toptr_li .topli_c4 p.p2 em {
    display: block;
    overflow: hidden;
    font-style: normal;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.toptr_li .topli_c4 p.p2 em.em1 {
    width: 100px
}

.toptr_li .topli_c4 p.p2 em.em1 a {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.toptr_li .topli_c4 p.p2 em.em1 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;
}

.toptr_li .topli_c4 p.p2 em.em2 {
    width: calc(100% - 120px)
}

.toptr_li .topli_c4 p.p2 em.em2 span {
    width: 100%;
    display: block;
    overflow: hidden;
    line-height: 1.75
}

.toptr_li .topli_c4 p.p2 em.em2 span.sp1 {
    color: #202020;
    font-family: NotoSans_Medium
}

.toptr_li .topli_c4 p.p2 em.em2 span.sp1 a {
    color: #202020
}

.toptr_li .topli_c4 p.p2 em.em2 span.sp2 {
    color: #777;
    margin: 4px 0px
}

.toptr_li .topli_c4 p.p2 em.em2 span.sp2 a {
    color: #777
}

.toptr_li .topli_c4 p.p2 em.em2 span.sp3 {
    color: #777
}

.toptr_li .topli_c4 p.p2 em.em2 span.sp3 a {
    color: #777
}

.toptr_li .topli_c4 p.p2 em.em2 span.sp1 a:hover {
    color: #0055CD
}

.toptr_li .topli_c4 p.p2 em.em2 span.sp2 a:hover {
    color: #0055CD
}

.toptr_li .topli_c4 p.p2 em.em2 span.sp3 a:hover {
    color: #0055CD;
    text-decoration: underline
}

.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
}

.topc_nav ul li .topcn_c {
    width: 100%;
    overflow: hidden;
    height: 500px;
    position: absolute;
    left: 0px;
    top: 80px;
    z-index: 90;
    background-color: #fff
}

.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
}

.topc1l_sol {
    width: 100%;
    height: 100%;
    overflow: hidden;
    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% - 70px - 20px)
}

.topc1_r .topc1l_sol {
    height: calc(100% - 70px - 20px)
}

.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 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.topc1_c .topc1c_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
}

.topc1_c .topc1c_b a:hover {
    color: #0055CD;
    background: url("./t_14.png") right 5px no-repeat;
    background-size: 30px;
    padding-right: 55px
}

.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 - 150px);
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 150px;
    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
}

.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 {
    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
}

.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
}

@media screen and (max-width: 1600px) {
    .topc1r_li_c2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1440px) {
    .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
    }
    .topc1_c {
        left: calc(120px + 6.25vw + 68px + 20px)
    }
    .topc1_r {
        width: calc(100% - 310px - 120px - 6.25vw - 68px - 20px - 20px);
        right: 20px
    }
    .topc2_l {
        width: calc(120px + 6.25vw + 68px);
        padding-left: 20px
    }
    .topc2_r {
        width: calc(100% - 120px - 6.25vw - 68px - 20px - 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;
    }
}

@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 - 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: 990px) {
    .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 {
        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 {
        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 {
        display: block
    }
    .toptr_li.on .topli_c4 {
        display: block
    }
    .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("https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/new_navs/fer/images/menu_02_on.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: 100vh;
        position: absolute;
        left: 0px;
        top: 0px;
        margin: 0px;
        padding: 0px;
        background-color: #fff
    }
    .topc_nav ul {
        width: 100%;
        margin-top: 60px;
        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: calc(100vh - 60px);
        overflow: hidden;
        position: absolute;
        left: 0px;
        top: 60px;
        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
    }
    .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%
    }
    .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: absolute;
        justify-content: flex-start
    }
    .top_ts_s {
        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;
    }
}