@font-face {
    font-family: Roboto;
    src: url("/static/fonts/roboto-regular.ttf");
}

@font-face {
    font-family: Roboto-Medium;
    src: url("/static/fonts/roboto-medium.ttf");
}

html {
    font-size: 16px;
}

body {
    font-family: Roboto, Arial, "Microsoft YaHei", "Apple LiGothic Medium", sans-serif;
    scroll-behavior:smooth;
}

:root {
    /*--theme-color: #e83636;*/
    --theme-color: #0855b4;
    --active-color: #0ab45b;
}

.footer-dark {
    background-color: #333;
    color: #f1f1f1;
}

.footer-dark a {
    color: #f2f2f2;
}

@media screen and (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

.navbar-brand-image {
    height: 2.8rem;
}

.navbar .navbar-nav .nav-link {
    color: #313131;
}

a {
    color: var(--active-color);
}

a, a:hover {
    text-decoration: none;
}

a:hover {
    color: var(--theme-color);
}

.top-line {
    background-color: var(--theme-color);
    height: 4px;
}

header.navbar {
    background-color: #f0f0f0;
}

header.navbar .navbar-nav .nav-link {
    color: #fff;
}

.bg-gray {
    background-image: linear-gradient(#fefefe, #e1e1e1);
}

.navbar-brand {
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.ad {
    display: block;
    position: relative;
}

.ad:before {
    content: '广告';
    display: block;
    padding: 4px 3px;
    font-size: .72rem;
    line-height: .72rem;
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, .32);
    border: 1px solid #ececec;
}

.nav-link {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.page-header-bg {
    height: 20rem;
    width: 100%;
    background-color: #a9b5bd;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.index-helper-list li {
    padding-top: .5rem;
    padding-bottom: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.platform-table i {
    font-size: 52px;
}

.platform-table td {
    vertical-align: middle;
}

.platform-table a {
    color: #0a90eb;
}

.article-item .col-md-3 a {
    display: block;
    width: 100%;
    height: 100%;
}

.article-item .col-md-3 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-item .info h3 {
    font-size: 1.12rem;
    font-weight: 600;
}

.article-item .info p.time {
    color: #a4a4a4;
    margin-bottom: .5rem;
    font-size: .82rem;
}

.article-item .info p.summary {
    color: #8a8a8a;
}

.pager .pagination {
    justify-content: center;
    flex-flow: row wrap;
}

.pager .pagination li span, .pager .pagination li a {
    padding: 0 .55rem;
}

.pager .pagination li {
    margin-bottom: .5rem;
}

.pager .pagination li.active span {
    color: var(--tblr-blue);
    font-weight: 600;
}

.navbar-nav .nav-item.active a {
    background-color: var(--theme-color);
    border-radius: 3px;
    color: #fff !important;
    position: relative;
}

.navbar-nav .nav-item.active a:before {
    position: absolute;
    content: '';
    display: block;
    width: calc(100% - 9px);
    height: calc(100% - 9px);
    left: 2px;
    top: 2px;
    border: 1px solid #eee;
    border-right: none;
    border-bottom: none;
    animation: navActive ease-in-out 1s;
    -webkit-animation: navActive ease-in-out 1s;
    -moz-animation: navActive ease-in-out 1s;
    -o-animation: navActive ease-in-out 1s;
}

.navbar-nav .nav-item.active a:after {
    position: absolute;
    content: '';
    display: block;
    width: calc(100% - 9px);
    height: calc(100% - 9px);
    bottom: 2px;
    right: 2px;
    border: 1px solid #eee;
    border-left: none;
    border-top: none;
    animation: navActive ease-in-out 1s;
    -webkit-animation: navActive ease-in-out 1s;
    -moz-animation: navActive ease-in-out 1s;
    -o-animation: navActive ease-in-out 1s;
}

@keyframes navActive {
    0% {
        width: 0;
        height: 0;
    }
    80% {
        width: calc(100% - 5px);
        height: calc(100% - 5px);
    }
    100% {
        width: calc(100% - 9px);
        height: calc(100% - 9px);
    }
}

@-moz-keyframes navActive {
    0% {
        width: 0;
        height: 0;
    }
    80% {
        width: calc(100% - 5px);
        height: calc(100% - 5px);
    }
    100% {
        width: calc(100% - 9px);
        height: calc(100% - 9px);
    }
}

@-o-keyframes navActive {
    0% {
        width: 0;
        height: 0;
    }
    80% {
        width: calc(100% - 5px);
        height: calc(100% - 5px);
    }
    100% {
        width: calc(100% - 9px);
        height: calc(100% - 9px);
    }
}

@-webkit-keyframes navActive {
    0% {
        width: 0;
        height: 0;
    }
    80% {
        width: calc(100% - 5px);
        height: calc(100% - 5px);
    }
    100% {
        width: calc(100% - 9px);
        height: calc(100% - 9px);
    }
}


.btn-theme, .btn-theme:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}


.banner {
    min-height: 15rem;
    background: var(--theme-color) url("/static/images/MT5 Overview Hero Background.png") center no-repeat;
    background-size: cover;
}

.text-golden {
    color: #ffd816;
}

.btn-lg {
    font-size: 1rem;
}

.banner h1 {
    font-size: 1.82rem;
}

.banner h2 {
    font-size: 1.12rem;
}

.banner ul li {
    padding: .32rem 0;
}

.box .box-tit {
    background: var(--theme-color) url("/static/images/blue simple hero pattern.svg") no-repeat center;
    background-size: 150%;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    padding: .82rem;
    /*border-radius: .82rem .82rem 0 0;*/
    line-height: 1rem;
    margin-bottom: 0;
}

.page-tit {
    background: var(--theme-color) url("/static/images/blue simple hero pattern.svg") no-repeat center;
    background-size: 150%;
    font-size: 1.5rem;
    color: #fff;
    padding: 1rem;
}

.box .cont {
    border: 1px solid var(--theme-color);
    border-top: none;
    background-color: #fff;
    padding: .5rem;
}

.section-1 .box .cont ul li {
    padding: .32rem 0;
}

.section-1 .m-btn-group {

}

.section-1 .m-btn-group .btn {
    padding-top: .72rem;
    padding-bottom: .72rem;
    margin: .52rem 0;
    font-size: .92rem;
    font-weight: 600;
    justify-content: flex-start;
    align-items: center;
}

.section-1 .m-btn-group .btn i {
    font-size: 32px;
    width: 2.8rem;
}

.section-1 .m-btn-group .btn span {
    flex: 1;
    text-align: left;
    line-height: 1rem;
}

.border-theme {
    border-color: var(--theme-color) !important;
}

.product-item {
    display: flex;
    flex-flow: row wrap;
    height: 240px;
    align-items: center;
    padding: 1rem;
}

.product-item .con {
    flex: 0 0 55%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item .con img {
    width: 65%;
}

.product-item .tit {
    flex: 1;
}

.product-item .tit h4 {
    font-size: 1rem;
    font-weight: bold;
}

.product-item .tit p {
    font-size: .82rem;
    color: #333;
}

.scrollbar-thumb {
    background-color: var(--theme-color) !important;
    border-radius: 0 !important;
}

.box.full {
    height: 100%;
    background-color: #fff;
    border: 1px solid var(--theme-color);
}

.box.full .cont {
    background-color: transparent;
    border: none;
}

.badge {
    padding: .26rem;
    height: unset;
    border-radius: 0;
}

.oa-step {
    position: relative;
}

.oa-step .des {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 1rem;
    color: #fff;
}

.oa-step .des .bottom {
    position: absolute;
    bottom: 0;
}

.oa-step .des h4 {
    font-size: 1.42rem;
    font-weight: 600;
}

.oa-step .des p:not(.bottom) {
    font-size: 1rem;
}

.animate-border-tit {
    font-size: 1rem;
    font-weight: 600;
    width: fit-content;
    position: relative;
    padding-bottom: .5rem;
}

.animate-border-tit:after, .animate-border-tit:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 3px;
    border-radius: 3px;
    left: 50%;
    bottom: .3rem;
    background-color: var(--theme-color);
    transition: all .3s;
}

.animate-border-tit:before {
    background-color: #0ab45b;
}

.animate-border-tit:after {
    transition-delay: .3s;
}

.animate-border-tit:hover:after, .box:hover .animate-border-tit:after, .animate-border-tit:hover:before, .box:hover .animate-border-tit:before {
    width: 100%;
    left: 0;
}

.lg-thumb-article-item {
    position: relative;
}

.lg-thumb-article-item > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.lg-thumb-article-item .des {
    position: absolute;
    padding: 1rem;
    left: 0;
    bottom: 0;
    background-color: rgba(8,85,180,.8);
    width: 100%;
}

.lg-thumb-article-item .des a h4 {
    color: #fff;
    font-size: 1rem;
}

.lg-thumb-article-item .des p.time {
    color: #f1f1f1;
    margin-bottom: 0;
}

.thumb-article-item {
    height: 100%;
    border: 1px solid rgba(8,85,180,.8);
}

.thumb-article-item .thumb img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.thumb-article-item .des {
    padding: .8rem;
}

.thumb-article-item .des a h4 {
    font-size: .92rem;
    color: var(--tblr-dark);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.thumb-article-item .des p.time {
    font-size: .82rem;
    color: #6a6a6a;
}

.sm-article-list .col-md-6:nth-child(1) {
    padding-right: .25rem;
}

.sm-article-list .col-md-6:nth-child(2) {
    padding-left: .25rem;
}

.helper-list {
    border: none;
    border-radius: 0;
}

.helper-list .list-group-item:last-child {
    border-bottom: 0;
}

.helper-list .list-group-item a {
    color: var(--tblr-dark);
}

.spread-tables td, .spread-tables th {
    width: 50%;
    padding: .75rem;
}

.spread-tables tr td:nth-child(2), .spread-tables tr th:nth-child(2) {
    text-align: center;
}

.spread-tables tr td:nth-child(1) {
    font-size: .84rem;
    font-weight: 600;
    color: #545454;
}

.spread-tables tr td:nth-child(2) {
    font-weight: 600;
}

.spread-tables {
    position: relative;
}

.spread-tables.loading:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    /*filter: blur(10px);*/
    z-index: 1;
    left: 0;
    top: 0;
}

.spread-tables.loading:after {
    content: "";
    font-family: "tabler-icons";
    font-size: 5rem;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: 18rem;
    display: flex;
    width: 6rem;
    height: 6rem;
    background: url("/static/images/tabler-icon-loader.svg") center no-repeat;
    background-size: cover;
    animation: rotate 2s linear 0ms infinite;
    -o-animation: rotate 2s linear 0ms infinite;
    -webkit-animation: rotate 2s linear 0ms infinite;
    -moz-animation: rotate 2s linear 0ms infinite;
}

.spread-tables.loading.failed:after {
    content: "加载失败";
    color: #fff;
}

@keyframes rotate {
    0% {
        transform: translateX(-50%) rotate(0);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        transform: translateX(-50%) rotate(0);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        transform: translateX(-50%) rotate(0);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: translateX(-50%) rotate(0);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

.text-theme {
    color: var(--theme-color);
}

.medium-padding-list li {
    padding: .42rem 0;
}

.article-item .info h3 {
    color: #333;
}