.fedui-header-locales-dropdowns>a,
.fedui-header-notice-dropdowns li a,
.fedui-line-1 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.fedui-header-download>a,
.fedui-header-info-dropdowns>a,
.fedui-header-info-text,
.fedui-header-locales-dropdowns>a,
.fedui-header-locales-text i,
.fedui-header-menu-dropdowns a,
.fedui-header-menu-text,
.fedui-header-menu-text a,
.fedui-header-menu-text i,
.fedui-header-mob a,
.fedui-header-nav>a,
.fedui-header-nav>div,
.fedui-header-nologin>a,
.fedui-header-notice-dropdowns>footer a,
.fedui-header-notice-dropdowns li a,
.fedui-header-notice-icon,
.fedui-transition {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.fedui-flex-space-between,
.fedui-header-left,
.fedui-header-menu-text,
.fedui-header-nologin,
.fedui-header-pc,
.fedui-header-right,
.fedui-header-userinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fedui-header {
    background-color: #fff;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid #fff
}

.fedui-header {
    position: relative
}

.fedui-header-logo {
    padding-left: 16px;
    margin: 0;
    line-height: 30px;
}

.fedui-header-logo img {
    height: 18px;
    vertical-align: top
}

.fedui-header-nav {
    padding-left: 40px
}

.fedui-header-nav>a,
.fedui-header-nav>div {
    vertical-align: top;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    color: #aeb9d8;
    margin-left: 24px
}

.fedui-header-nav>a:first-child,
.fedui-header-nav>div:first-child {
    margin-left: 0
}

.fedui-header-nav>a.fedui-active,
.fedui-header-nav>a:hover,
.fedui-header-nav>div.fedui-active,
.fedui-header-nav>div:hover {
    color: #fff
}

.fedui-header-nav .fedui-header-menu-text a.fedui-active,
.fedui-header-nav>.fedui-active {
    border-bottom: 3px solid #D2538A
}

.fedui-header-nav-projectcenter .fedui-header-menu-dropdowns {
    left: -24px
}

.fedui-header-right {
    color: #b0b8db
}

.fedui-header-nologin>a {
    /* height: 48px;
  line-height: 48px; */
    margin-left: 16px;
    color: #b0b8db
}

.fedui-header-nologin>a.fedui-header-register {
    border: 1px solid #D2538A;
    height: 28px;
    line-height: 28px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 2px
}

.fedui-header-nologin>a.fedui-header-register:hover {
    background-color: #D2538A;
    color: #fff
}

.fedui-header-nologin>a.fedui-active,
.fedui-header-nologin>a:hover {
    color: #fff
}

.fedui-header-nologin>a:first-child {
    margin-left: 0
}

.fedui-header-mob {
    margin-left: 24px;
    width: 24px;
    text-align: center;
    height: 48px;
    line-height: 48px
}

.fedui-header-mob a {
    display: block;
    color: #b0b8db
}

.fedui-header-mob a:hover {
    color: #fff
}

.fedui-header-mob i {
    font-size: 18px
}

.fedui-header-download {
    margin-left: 18px;
    padding-left: 16px;
    text-align: center;
    height: 48px;
    position: relative
}

.fedui-header-download:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background: rgba(97, 105, 138, .3);
    height: 24px;
    width: 1px;
    overflow: hidden
}

.fedui-header-download>a {
    display: block;
    line-height: 48px;
    color: #b0b8db
}

.fedui-header-download>a:hover {
    color: #fff
}

.fedui-header-download i {
    font-size: 18px
}

.fedui-header-download-dropdowns {
    display: none;
    position: absolute;
    right: -100px;
    top: 44px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(28, 36, 44, .12);
    box-shadow: 0 0 20px 0 rgba(28, 36, 44, .12);
    border-radius: 2px;
    padding: 8px 16px 8px 10px
}

.fedui-header-download-dropdowns img {
    display: block;
    width: 100%;
}

.fedui-header-download-qr {
    border: 1px solid #dfe2e7;
    border-radius: 2px;
    padding: 8px;
    width: 108px;
    height: 108px
}

.fedui-header-download-qrtext {
    text-align: left;
    padding-left: 20px
}

.fedui-header-download-qrtext p {
    color: #1c242c;
    white-space: nowrap;
    font-size: 16px;
    margin: 0;
    line-height: 1.3
}

.fedui-header-download-qrtext p:first-child {
    margin-top: 9px
}

.fedui-header-download-qrtext a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    background-color: #D2538A;
    font-size: 14px;
    color: #fff;
    padding: 9px 16px;
    border-radius: 2px;
    white-space: nowrap;
    line-height: 1
}

.fedui-header-download-qrtext a i {
    font-size: 12px;
    margin-left: 10px
}

.fedui-header-download-qrtext a:hover {
    color: #fff;
    opacity: .7
}

.fedui-header-download:hover .fedui-header-download-dropdowns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fedui-show .3s ease-out forwards;
    animation: fedui-show .3s ease-out forwards
}

.fedui-header-locales {
    position: relative;
    padding-left: 24px
}

.fedui-header-locales-text {
    height: 48px;
    line-height: 48px;
    cursor: pointer
}

.fedui-header-locales-text i {
    -webkit-transform-origin: center 11px;
    -ms-transform-origin: center 11px;
    transform-origin: center 11px;
    font-size: 12px;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin-left: 4px;
    vertical-align: 0
}

.fedui-header-locales-dropdowns {
    display: none;
    width: 300px;
    position: absolute;
    right: 0;
    top: 44px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(28, 36, 44, .12);
    box-shadow: 0 0 20px 0 rgba(28, 36, 44, .12);
    border-radius: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 0
}

.fedui-header-locales-dropdowns>a {
    font-size: 14px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    padding-left: 24px;
    display: inline-block;
    color: #1c242c;
    vertical-align: top
}

.fedui-header-locales-dropdowns>a:hover {
    background-color: rgba(242, 246, 250, .7);
    color: #D2538A
}

.fedui-header-locales:hover .fedui-header-locales-text {
    color: #fff
}

.fedui-header-locales:hover .fedui-header-locales-text i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fedui-header-locales:hover .fedui-header-locales-dropdowns {
    display: block;
    -webkit-animation: fedui-show .3s ease-out forwards;
    animation: fedui-show .3s ease-out forwards
}

.fedui-header-order {
    padding-left: 24px
}

.fedui-header-finance .fedui-header-menu-dropdowns {
    left: -24px
}

.fedui-header-menu {
    position: relative
}

.fedui-header-menu .fedui-active,
.fedui-header-menu .fedui-active a {
    color: #fff
}

.fedui-header-menu-text {
    height: 48px;
    line-height: 48px;
    cursor: pointer
}

.fedui-header-menu-text a {
    height: 48px;
    line-height: 48px;
    color: #aeb9d8
}

.fedui-header-menu-text i {
    -webkit-transform-origin: center 11px;
    -ms-transform-origin: center 11px;
    transform-origin: center 11px;
    font-size: 12px;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    vertical-align: 0
}

.fedui-header-menu-dropdowns {
    display: none;
    position: absolute;
    left: 0;
    top: 44px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(28, 36, 44, .12);
    box-shadow: 0 0 20px 0 rgba(28, 36, 44, .12);
    border-radius: 2px;
    min-width: 160px;
    max-width: 220px;
    padding-top: 4px;
    padding-bottom: 4px
}

.fedui-header-menu-dropdowns a {
    min-height: 40px;
    line-height: 20px;
    padding: 10px 24px;
    color: #2b3d4a;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.fedui-header-menu-dropdowns a.fedui-active,
.fedui-header-menu-dropdowns a:hover {
    background-color: rgba(242, 246, 250, .7);
    color: #D2538A
}

.fedui-header-menu:hover {
    z-index: 11
}

.fedui-header-menu:hover .fedui-header-menu-text,
.fedui-header-menu:hover .fedui-header-menu-text a {
    color: #fff
}

.fedui-header-menu:hover .fedui-header-menu-text i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fedui-header-menu:hover .fedui-header-menu-dropdowns {
    display: block;
    -webkit-animation: fedui-show .3s ease-out forwards;
    animation: fedui-show .3s ease-out forwards
}

.fedui-header-info {
    position: relative;
    padding-right: 24px
}

.fedui-header-info .fedui-active {
    color: #fff
}

.fedui-header-nologin {
    padding-right: 30px;
}

.fedui-header-info-text {
    cursor: pointer;
    width: 24px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.fedui-header-info-text>i {
    font-size: 18px
}

.fedui-header-info-text .fedui-icon-info {
    font-size: 16px
}

.fedui-header-info-dropdowns {
    width: 220px;
    right: 20px;
    top: 30px;
    position: absolute;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .14);
    background: #fff url(../img/user_drop_bg.png) no-repeat top/220px 390px;
    border-radius: 2px;
    overflow: hidden;
    padding-bottom: 16px;
    display: none
}

.fedui-header-info-dropdowns-header {
    height: 94px;
    position: relative
}

.fedui-header-info-dropdowns-header-name {
    position: absolute;
    top: 17px;
    left: 24px;
    width: 136px;
    height: 22px;
    line-height: 20px;
    color: #1c242c
}

.fedui-header-info-dropdowns-header-uid {
    position: absolute;
    top: 45px;
    left: 24px;
    width: 136px;
    height: 16px;
    font-size: 12px;
    line-height: 12px;
    color: rgba(28, 36, 44, .6)
}

.fedui-header-info-dropdowns-header-vip {
    overflow: hidden;
    position: absolute;
    right: 1px;
    top: 66px;
    border-radius: 18px 0 0 18px
}

.fedui-header-info-dropdowns-header-vip a {
    position: relative;
    padding-left: 9px;
    padding-right: 15px;
    background-image: -o-linear-gradient(left, #c9d3e4, #f5f8ff);
    background-image: -webkit-gradient(linear, left top, right top, from(#c9d3e4), to(#f5f8ff));
    background-image: linear-gradient(90deg, #c9d3e4, #f5f8ff);
    border-radius: 18px 0 0 18px;
    border: 1px solid #7d8da8;
    border-right: none;
    display: block;
    font-size: 12px;
    color: #8792a6;
    height: 18px;
    line-height: 16px;
    overflow: hidden;
    max-width: 180px
}

.fedui-header-info-dropdowns-header-vip:after,
.fedui-header-info-dropdowns-header-vip:before {
    z-index: 10;
    content: "";
    left: 9px;
    position: absolute;
    height: 1px;
    overflow: hidden;
    background-image: -o-linear-gradient(left, #7d8da8, #f5f8ff);
    background-image: -webkit-gradient(linear, left top, right top, from(#7d8da8), to(#f5f8ff));
    background-image: linear-gradient(90deg, #7d8da8, #f5f8ff);
    width: 100%
}

.fedui-header-info-dropdowns-header-vip:before {
    top: 0
}

.fedui-header-info-dropdowns-header-vip:after {
    bottom: 0
}

.fedui-header-info-dropdowns-header-vip i {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    text-align: center
}

.fedui-header-info-dropdowns>a {
    min-height: 40px;
    line-height: 18px;
    padding: 10px 24px;
    color: #2b3d4a;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 1px
}

.fedui-header-info-dropdowns>a.fedui-active,
.fedui-header-info-dropdowns>a:hover {
    background-color: rgba(242, 246, 250, .7);
    color: #D2538A
}

.fedui-header-info-dropdowns>a span {
    display: inline-block;
    margin-right: 8px
}

.fedui-header-info-dropdowns>a em {
    font-style: normal;
    padding-left: 3px;
    padding-right: 3px;
    height: 14px;
    background-color: rgba(250, 100, 0, .1);
    border-radius: 2px;
    font-size: 12px;
    color: #fa6400;
    line-height: 14px
}

.fedui-header-info:hover .fedui-header-info-text {
    color: #fff
}

.fedui-header-info:hover .fedui-header-info-dropdowns {
    display: block;
    -webkit-animation: fedui-show .3s ease-out forwards;
    animation: fedui-show .3s ease-out forwards
}

.fedui-header[data-mobile=true] {
    position: fixed;
    min-width: 320px;
    left: 0;
    top: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #1b2945;
    border-bottom: none
}

@media screen and (max-width:1400px) {
    .fedui-header-nav>a,
    .fedui-header-nav>div {
        margin-left: 20px
    }
}

.fedui-header-pc .fedui-header-info-fee>span {
    display: block
}

.fedui-header[data-locale=tr-tr] .fedui-header-pc .fedui-header-info-fee>span,
.fedui-header[data-locale=zh-cn] .fedui-header-pc .fedui-header-info-fee>span,
.fedui-header[data-locale=zh-hk] .fedui-header-pc .fedui-header-info-fee>span,
.fedui-header[data-locale=zh-tw] .fedui-header-pc .fedui-header-info-fee>span {
    display: inline-block
}

@-webkit-keyframes fedui-show {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }
    90% {
        opacity: 1
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fedui-show {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }
    90% {
        opacity: 1
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.UC_IS_LOGIN .fedui-header-userinfo {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.UC_IS_LOGIN .fedui-header-nologin {
    display: none
}

.header-bg {
    width: 100%;
    min-width: 1200px;
    height: 48px;
    position: absolute;
    background-color: #1e2943;
    z-index: -1;
    left: 0;
    top: 0
}

header {
    display: block;
}

.header_home {
    border-bottom: none;
    background-color: transparent;
}

.trade_header ul.nav-menu {
    line-height: 40px;
}

.trade_header ul.nav-menu>li>a:before {
    bottom: 14px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
    display: inline-block;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}


/* Nav Meu Container */

#nav-menu-container {
    /* float: right; */
    margin: 0;
}

.menu_btn {
    color: #282F44 !important;
    border: 1px solid #FAB95B;
    padding: 5px 30px;
    margin: -22px 0px 0 0 !important;
    background: transparent linear-gradient(270deg, #F5D061 0%, #FAB95B 100%) 0% 0% no-repeat padding-box;
    box-shadow: 4px 4px 10px rgba(230, 175, 46, 0.4);
    border-radius: 28px;
}

.menu_btn:hover {
    background-color: #FAB95B;
    color: #fff;
}


/* Nav Meu Styling */

.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #1A3263;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    vertical-align: sub;
}

.nav-menu>li {
    margin-left: 10px;
}

.nav-menu>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FAB95B;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .menu-active>a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-menu ul {
    margin: 4px 0 0 0;
    border: 1px solid #e7e7e7;
}

.nav-menu ul li {
    background: #fff;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li a:hover {
    background: #D2538A;
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: #fabd5c;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
    align-items: start;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
    display: block;
}

#mobile-nav ul li a {
    color: #fff;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #D2538A;
}

#mobile-nav ul .menu-item-active {
    color: #D2538A;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

#mobile-nav .fedui-header-nav {
    padding-left: 0;
}

#mobile-nav .fedui-header-nologin {
    margin-left: 0;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

@media (max-width: 1200px) {
    #mobile-nav-toggle {
        display: inline;
    }
    #nav-menu-container {
        display: none;
    }
    .nav-menu a:hover:before,
    .nav-menu li:hover>a:before {
        display: none;
    }
}