/*--公共部分--*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    cursor: pointer;
}

body,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
strong,
span,
pre {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 Arial, 'Microsoft YaHei', 'PingFang SC', 'Microsoft JhengHei',
    sans-serif;
    color: #333;
}

ul,
li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    border: 1px solid #ccc;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}

a,
input[type='button'],
button,
label,
input[type='submit'],
input[type='reset'] {
    cursor: pointer;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input,
textarea,
select {
    outline: none;
}

input[type='text'],
input[type='password'],
input[type='button'],
input[type='submit'],
input[type='reset'],
button,
select,
textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
}

.bd_weixin_popup,
.content-box {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.commonweb {
    padding: 0px 15px;
}

.commonwebbox {
    margin-left: 0px;
    margin-right: 0px;
}

.commonleft {
    float: none;
}

.commonright {
    float: none;
}

.visible-sm,
.visible-md,
.visible-lg {
    display: none;
}

.hidden-sm,
.hidden-md,
.hidden-lg {
    display: block;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (max-width: 320px) {
    body {
        min-width: 320px;
    }
}

@media (min-width: 768px) {
    .commonweb {
        padding: 0px 20px;
    }

    .commonwebbox {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .visible-sm {
        display: block;
    }

    .hidden-sm {
        display: none;
    }
}

@media (min-width: 992px) {
    .commonweb {
        padding: 0px 40px;
    }

    .commonwebbox {
        margin-left: -10px;
        margin-right: -10px;
    }

    .commonleft {
        float: left;
    }

    .commonright {
        float: right;
    }

    .visible-md {
        display: block;
    }

    .hidden-md {
        display: none;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    html {
        cursor: default;
    }

    .commonleft {
        float: left;
    }

    .commonright {
        float: right;
    }

    .visible-lg {
        display: block;
    }

    .hidden-lg {
        display: none;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1260px) {
    .commonweb {
        margin: 0px auto;
        max-width: 1200px;
        padding: 0;
    }
}

/* layout start*/
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform,
    -o-transform;
    transition-property: transform, -webkit-transform, -moz-transform,
    -o-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: height, -o-transform;
    -moz-transition-property: transform, height, -moz-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -moz-transform,
    -o-transform;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -o-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

@font-face {
    font-family: Montserrat;
    src: url('https://axfxmarkets.com/font/Montserrat-Regular.ttf'),
    url(https://www.tmgmgl.com/fonts/Montserrat-Regular.woff);
}

/*公共部分*/
body {
    overflow-x: hidden;
}

.fs24 {
    font-size: 17px;
}

.pt20 {
    padding-top: 15px;
}

.color-4f {
    color: #4f5864;
}

.tl {
    text-align: left;
}

.publicHeader .logo .home-logo {
    display: none;
}

.publicHeader .head-subnav .sublist {
    position: relative;
}

.publicHeader .head-subnav .sublist.haveArror:after {
    display: block;
}

.publicHeader .head-subnav .sublist:after {
    content: '';
    display: none;
    position: absolute;
    right: 22px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #888;
    border-bottom: 1px solid #888;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.publicHeader .head-subnav .sublist a {
    padding: 8px 30px;
}

.publicHeader .head-subnav .three-nav {
    display: none;
    padding-bottom: 4px;
}

.publicHeader .head-subnav .three-nav a {
    display: block;
    padding: 5px 50px;
}

/*首页banner*/
.indexbanner {
    position: relative;
    overflow: hidden;
}

.indexbanner ul li a {
    display: block;
}

.indexbanner ul li img {
    display: block;
    width: 100%;
}

.inbanner-con {
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 17.70833%;
    left: 4%;
    padding: 0 10px;
}

.inbanner-tit {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.inbanner-text {
    font-size: 14px;
    margin-bottom: 10px;
}

.iban-pages {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    bottom: 5px;
}

.iban-pages span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #0093de;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.iban-pages span.swiper-pagination-bullet-active {
    width: 50px;
    background: #06c878;
    /*background-image: -webkit-gradient(*/
    /*        linear,*/
    /*        left top,*/
    /*        right top,*/
    /*        color-stop(29%, #06c878),*/
    /*        to(#0093df)*/
    /*),*/
    /*-webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));*/
    /*background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),*/
    /*-webkit-linear-gradient(#f5f7fa, #f5f7fa);*/
    /*background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),*/
    /*-moz- oldlinear-gradient(#f5f7fa, #f5f7fa);*/
    /*background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),*/
    /*-o-linear-gradient(#f5f7fa, #f5f7fa);*/
    /*background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),*/
    /*linear-gradient(#f5f7fa, #f5f7fa);*/
}

.banner-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    left: 30px;
    display: none;
}

.banner-btn:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    left: -4px;
    top: -1px;
    background-image: url(https://axfxmarkets.com/image/arrorright7.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.banner-btn:hover {
    background-color: white;
}

.banner-btn:hover:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background: url(https://axfxmarkets.com/image/arrorright7cur.png) center center no-repeat;
}

.banner-right {
    left: auto;
    right: 30px;
}

.banner-right:before {
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.banner-right:hover:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.enter-more {
    position: relative;
    display: block;
}

.enter-more:after {
    content: '';
    width: 18px;
    height: 1px;
    margin-top: 4px;
    background: #fff;
    display: block;
}

.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 0;
    height: 2px;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#1f684a), to(#1f684a));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#1f684a, #1f684a);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#1f684a, #1f684a);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#1f684a, #1f684a);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#1f684a, #1f684a);
}

.indexculomn-about {
    position: relative;
}

.inabout-left {
    padding: 30px 15px;
    position: relative;
}

.inabout-left:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95%;
    height: 55%;
    display: block;
    background: url(https://axfxmarkets.com/image/line.png) 0 0 no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

.inabout-right img {
    display: block;
    width: 100%;
}

.smalltit {
    font-size: 16px;
    color: #0e0e0e;
    position: relative;
    margin-bottom: 10px;
}

.smalltit:before {
    content: '';
    position: absolute;
    left: -10px;
    z-index: 1;
    width: 13px;
    height: 25px;
    display: inline-block;
    background: url(https://axfxmarkets.com/image/arrorright.png) 0 center no-repeat;
    -o-background-size: 8px auto;
    background-size: 8px auto;
}

.bigtit {
    font-size: 26px;
    color: #8e99a8;
    margin-bottom: 10px;
}

.inabout-text {
    color: #0e0e0e;
}

.inabout-list {
    margin-top: 20px;
    font-size: 0;
}

.inabout-list .li-item {
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
    color: #8e99a8;
    padding: 0 5px;
    max-width: 240px;
    font-size: 14px;
}

.inabout-list .li-item p {
    white-space: normal;
}

.innum {
    color: #00a74b;
}

.innum strong {
    font-weight: normal;
    font-family: 'Montserrat';
    font-size: 30px;
    color: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#1f684a), to(#1f684a));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#1f684a, #1f684a);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#1f684a, #1f684a);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#1f684a, #1f684a);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#1f684a, #1f684a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.innum i {
    font-style: normal;
    font-size: 28px;
    color: #02a5bc;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #02a5bc),
            to(#0093de)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#019ad1), to(#0095db));
    background-image: -webkit-linear-gradient(left, #02a5bc 29%, #0093de 100%),
    -webkit-linear-gradient(#019ad1, #0095db);
    background-image: -moz- oldlinear-gradient(left, #02a5bc 29%, #0093de 100%),
    -moz- oldlinear-gradient(#019ad1, #0095db);
    background-image: -o-linear-gradient(left, #02a5bc 29%, #0093de 100%),
    -o-linear-gradient(#019ad1, #0095db);
    background-image: linear-gradient(90deg, #02a5bc 29%, #0093de 100%),
    linear-gradient(#019ad1, #0095db);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inabout-more {
    display: inline-block;
    margin-top: 20px;
    color: #0e0e0e;
    padding-right: 30px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjQzNjYwNkE2NEZBMTFFQUFFRENDOUE3ODg5NENGQ0QiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjQzNjYwNkI2NEZBMTFFQUFFRENDOUE3ODg5NENGQ0QiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNDM2NjA2ODY0RkExMUVBQUVEQ0M5QTc4ODk0Q0ZDRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNDM2NjA2OTY0RkExMUVBQUVEQ0M5QTc4ODk0Q0ZDRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjQWDncAAAChSURBVHjaYhQTE2WgIWAD4jog7gbij7gUMTHQFvQAcTUQ7wZi/oFyBCgE7gKxKT6H0NoRj4HYkZBDaO0IohxCD0cQdAi9HIHXISxA/J+B/gDZIa5MDAMLmEGxAXIEIx2xHDQUlIH4NBC7APF7Fjr6WhaI9yM5wBVWijINtAPo5Qi8DqCHIwg6gB6OKCXkAHAW4ebmpqUj9kI9moGvKgcIMABCQym9g3WKmQAAAABJRU5ErkJggg==");
    -o-background-size: 20px auto;
    background-size: 20px auto;
    background-position: right center;
    background-repeat: no-repeat;
}

.indexculomn-advant {
    position: relative;
    padding: 30px 0 0;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.advant-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.advant-title img {
    vertical-align: -2px;
    height: 20px;
}

.inadvant-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inadvant-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    font-size: 13px;
    text-align: center;
    padding: 30px 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    border-left: 0;
}

.inadvant-list li .inadvant-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}

.inadvant-list li .inadvant-box p {
    max-width: 400px;
    margin: 0 auto;
}

.inadvant-list li .inadvant-box p br {
    display: none;
}

.inadvant-list li .cricle {
    width: 100px;
    height: 60px;
    line-height: 60px;
    display: block;
    margin: 0 auto;
    background: url(https://axfxmarkets.com/image/indexicon07.png) 0 center no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

.inadvant-list li .cricle img {
    vertical-align: middle;
    max-height: 80%;
}

.inadvant-list li h3 {
    margin-bottom: 2px;
    font-size: 16px;
}

.incom-product {
    background: #efefef;
    padding: 30px 0 10px;
}

.index-web {
    max-width: 1500px;
}

.incom-product ul {
    margin: 0 -10px;
}

.incom-product ul li {
    margin-bottom: 40px;
    position: relative;
}

.incom-product ul li:nth-child(even) .box-wrap {
    max-width: 700px;
}

.incom-product ul li:nth-child(even) .inpro-list {
    background-image: url(https://axfxmarkets.com/image/imgbg02.png);
}

.page-num {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -24px;
    text-align: center;
}

.page-num span {
    width: 18px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 3px;
    height: 6px;
    background: #00a74b;
}

.page-num span.swiper-pagination-bullet-active {
    background: #06c878;
    /*background-image: -webkit-gradient(*/
    /*        linear,*/
    /*        left top,*/
    /*        right top,*/
    /*        color-stop(29%, #06c878),*/
    /*        to(#0093df)*/
    /*),*/
    /*-webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));*/
    /*background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),*/
    /*-webkit-linear-gradient(#f5f7fa, #f5f7fa);*/
    /*background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),*/
    /*-moz- oldlinear-gradient(#f5f7fa, #f5f7fa);*/
    /*background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),*/
    /*-o-linear-gradient(#f5f7fa, #f5f7fa);*/
    /*background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),*/
    /*linear-gradient(#f5f7fa, #f5f7fa);*/
}

.box-wrap {
    position: relative;
    max-width: 720px;
    -webkit-box-shadow: 10px 10px 5px rgba(33, 66, 96, 0.15);
    box-shadow: 10px 10px 5px rgba(33, 66, 96, 0.15);
}

.incom-bgimg {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.incom-bgimg img {
    display: block;
    width: 100%;
}

.inpro-list {
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-image: url(https://axfxmarkets.com/image/imgbg01.png);
    background-position: 0 bottom;
    background-repeat: no-repeat;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    overflow: hidden;
    padding: 0 10px;
}

.inpro-list .jypro-icon {
    width: 80px;
    margin-bottom: 10px;
}

.inpro-list .plafrom-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.inpro-list .jypro-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.inpro-list .jypro-text {
    max-height: 48px;
    line-height: 24px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-width: 450px;
    margin: 0 auto 20px;
}

.product-slider {
    position: relative;
    overflow: hidden;
}

.jypro-item {
    text-align: left;
    margin-top: 5%;
    font-size: 14px;
    display: none;
    height: 150px;
    overflow: hidden;
}

.jypro-item .swiper-slide {
    display: block;
    float: none;
}

.jypro-item .swiper-slide.cur a {
    font-size: 18px;
    color: #fff;
}

.jypro-item .swiper-slide.cur a:before {
    height: 24px;
    opacity: 1;
}

.jypro-item a {
    padding-left: 24px;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    height: 30px;
    line-height: 30px;
}

.jypro-item a:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 0;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#06c878), to(#05bbb0));
    background-image: -webkit-linear-gradient(top, #06c878 0%, #0093df 100%),
    -webkit-linear-gradient(#06c878, #05bbb0);
    background-image: -moz- oldlinear-gradient(top, #06c878 0%, #0093df 100%),
    -moz- oldlinear-gradient(#06c878, #05bbb0);
    background-image: -o-linear-gradient(top, #06c878 0%, #0093df 100%),
    -o-linear-gradient(#06c878, #05bbb0);
    background-image: linear-gradient(180deg, #06c878 0%, #0093df 100%),
    linear-gradient(#06c878, #05bbb0);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.jypro-more {
    padding-right: 30px;
    color: #fff;
    background-image: url(https://axfxmarkets.com/image/arrorright2.png);
    background-position: right center;
    background-repeat: no-repeat;
    -o-background-size: 20px auto;
    background-size: 20px auto;
}

.jypro-more:hover {
    color: #06c878;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkU1QjM3Mjg2NzU5MTFFQTg5QUI5NDNDQ0M2N0VDNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkU1QjM3Mjk2NzU5MTFFQTg5QUI5NDNDQ0M2N0VDNDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRTVCMzcyNjY3NTkxMUVBODlBQjk0M0NDQzY3RUM0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRTVCMzcyNzY3NTkxMUVBODlBQjk0M0NDQzY3RUM0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjYoewMAAAE6SURBVHjaYvz//z8DOmA/WYkhxvCfiYHhHzPD//8sQBqI/4JoVob/f1nBNAOI/ssG5v8JCAdrYV6+iw0oVwcU7/4bZ/2RAQdgYqAt6AHiaiDezTT/FP9AOaIbiO8CsSnYIXPP8dPdEX8j3R4DKUcUh8y+zE/vkGD4G+2I6ZCZ1/np6giwQ+KsMRzCOP0WP10dAQL/Es0wHTL1LtghjGwnKv4TZQoJWRREg/j/QfQ/JPF/ED1A+u7/f8zKQPNOM/xndqVbSOAAzKDYYKRlYYWRC+aekwWq3Q/Ur/wfFAr/mN3/Zyu/p1tIAAsrWSC1H4iVgfg0ELuCHEC3hMm86CimAzLVPtItdzAv3Y/hgH/pmh/pVk4AKzBMB6TqfqR3iVmK4oBkI6w1KQuNHVECxJ9AFRmwsMJZlQMEGADkf5tRostHcgAAAABJRU5ErkJggg==");
}

.news-information {
    padding-top: 30px;
    padding-bottom: 30px;
}

.inform-title {
    text-align: center;
    font-size: 22px;
    color: #0e0e0e;
}

.indexnews {
    padding: 10px 0 30px;
}

.innews-img {
    display: block;
}

.innews-img img {
    display: block;
    width: 100%;
}

.innews-box {
    overflow: hidden;
    padding: 20px 0 0;
}

.innews-date {
    font-size: 18px;
    color: #8e99a8;
    display: block;
    margin-bottom: 10px;
}

.innews-title {
    margin-bottom: 10px;
}

.innews-title a {
    font-size: 16px;
    color: #0e0e0e;
    display: block;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.innews-deatils {
    display: block;
    font-size: 14px;
    color: #8e99a8;
    max-height: 72px;
    line-height: 24px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.innews-more {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjQzNjYwNkE2NEZBMTFFQUFFRENDOUE3ODg5NENGQ0QiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjQzNjYwNkI2NEZBMTFFQUFFRENDOUE3ODg5NENGQ0QiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNDM2NjA2ODY0RkExMUVBQUVEQ0M5QTc4ODk0Q0ZDRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNDM2NjA2OTY0RkExMUVBQUVEQ0M5QTc4ODk0Q0ZDRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjQWDncAAAChSURBVHjaYhQTE2WgIWAD4jog7gbij7gUMTHQFvQAcTUQ7wZi/oFyBCgE7gKxKT6H0NoRj4HYkZBDaO0IohxCD0cQdAi9HIHXISxA/J+B/gDZIa5MDAMLmEGxAXIEIx2xHDQUlIH4NBC7APF7Fjr6WhaI9yM5wBVWijINtAPo5Qi8DqCHIwg6gB6OKCXkAHAW4ebmpqUj9kI9moGvKgcIMABCQym9g3WKmQAAAABJRU5ErkJggg==");
    background-position: 0 center;
    background-repeat: no-repeat;
    margin-top: 20px;
    -o-background-size: 22px auto;
    background-size: 22px auto;
}

.innews-more a {
    padding-left: 28px;
}

.innews-list {
    margin: 20px -10px 0;
    padding-bottom: 20px;
}

.innews-list li {
    margin-bottom: 10px;
}

.innews-list li a {
    padding: 16px 15px;
    display: block;
    background-color: #f5f7fa;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.innews-list li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    opacity: 0;
    z-index: 1;
    /*background: #f5f7fa;*/
    /*background: #06c878;*/
    /*background-image: -webkit-gradient(*/
    /*        linear,*/
    /*        left top,*/
    /*        right top,*/
    /*        color-stop(29%, #06c878),*/
    /*        to(#0093df)*/
    /*),*/
    /*-webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));*/
    /*background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),*/
    /*-webkit-linear-gradient(#f5f7fa, #f5f7fa);*/
    /*background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),*/
    /*-moz- oldlinear-gradient(#f5f7fa, #f5f7fa);*/
    /*background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),*/
    /*-o-linear-gradient(#f5f7fa, #f5f7fa);*/
    /*background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),*/
    /*linear-gradient(#f5f7fa, #f5f7fa);*/
    /*-webkit-transition: all 0.3s;*/
    /*-o-transition: all 0.3s;*/
    /*-moz-transition: all 0.3s;*/
    /*transition: all 0.3s;*/
}

.innews-list li a .item-date {
    color: #8e99a8;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.innews-list li a .item-title {
    font-size: 16px;
    color: #0e0e0e;
    display: -webkit-box;
    height: 60px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 18px;
}

.innews-list li a .item-dec {
    color: #9ea7b4;
    display: -webkit-box;
    height: 48px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
}

.right-more {
    width: 33px;
    height: 16px;
    float: right;
    display: inline-block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjQzNjYwNkE2NEZBMTFFQUFFRENDOUE3ODg5NENGQ0QiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjQzNjYwNkI2NEZBMTFFQUFFRENDOUE3ODg5NENGQ0QiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNDM2NjA2ODY0RkExMUVBQUVEQ0M5QTc4ODk0Q0ZDRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNDM2NjA2OTY0RkExMUVBQUVEQ0M5QTc4ODk0Q0ZDRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjQWDncAAAChSURBVHjaYhQTE2WgIWAD4jog7gbij7gUMTHQFvQAcTUQ7wZi/oFyBCgE7gKxKT6H0NoRj4HYkZBDaO0IohxCD0cQdAi9HIHXISxA/J+B/gDZIa5MDAMLmEGxAXIEIx2xHDQUlIH4NBC7APF7Fjr6WhaI9yM5wBVWijINtAPo5Qi8DqCHIwg6gB6OKCXkAHAW4ebmpqUj9kI9moGvKgcIMABCQym9g3WKmQAAAABJRU5ErkJggg==");
    -o-background-size: 22px auto;
    background-size: 22px auto;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.inews-more {
    display: inline-block;
    padding: 6px 40px;
    color: #ffae0d;
    /*border-color: #06c878;*/
    /*border-style: solid;*/
    /*border-width: 1px;*/
    /*border-image-source: linear-gradient(90deg, #06c878 29%, #0093df 100%);*/
    border: 1px solid #ffae0d;
    border-image-slice: 1;
    /*color: #0e0e0e;*/
    -webkit-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.tc {
    text-align: center;
}

/*集团概况*/
.common-banner {
    position: relative;
    overflow: hidden;
}

.common-banner img {
    display: block;
    width: auto;
    height: 150px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.common-banbox {
    position: absolute;
    bottom: 20px;
    left: 3%;
}

.combanner-title {
    font-size: 20px;
    color: #fff;
}

.trade-max {
    padding-top: 30px;
    padding-bottom: 30px;
}

.incommon-title {
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    color: #0e0e0e;
}

.incommon-title:after {
    content: '';
    display: block;
    margin: 5px auto 0;
    width: 34px;
    height: 2px;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
}

.trade-maxcontent {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #4f5864;
}

.develop-course {
    padding-top: 35px;
    padding-bottom: 30px;
    background: url(https://axfxmarkets.com/image/aboutimg01.jpg);
    color: #fff;
    position: relative;
}

.course-title {
    color: #fff;
}

.course-title:after {
    background: #fff;
}

.course-swiper {
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 20px;
}

.course-swiper ul li {
    padding: 20px 10px 0;
    width: 20%;
    text-align: center;
    opacity: 0.1;
}

.course-swiper ul li.swiper-slide-active,
.course-swiper ul li.swiper-slide-prev {
    opacity: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.course-swiper ul li.swiper-slide-next,
.course-swiper ul li.highlight,
.course-swiper ul li.highlight1 {
    opacity: 1;
}

.course-swiper ul li.swiper-slide-next {
    border-right: 0;
}

.course-date {
    font-size: 20px;
    font-family: 'Montserrat';
    display: block;
    margin-bottom: 12px;
}

.course-event {
    font-size: 14px;
    line-height: 24px;
    height: 120px;
    overflow-y: auto;
}

.course-event::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

.course-event::-webkit-scrollbar-track {
    background: #fff;
}

.course-event::-webkit-scrollbar-thumb {
    width: 3px;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#06c878),
            to(#0093df)
    );
    background: -webkit-linear-gradient(#06c878, #0093df);
    background: linear-gradient(#06c878, #0093df);
}

.course-btn {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.course-btn:before {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    left: -2px;
    top: 0;
    background-image: url(https://axfxmarkets.com/image/arrorright5.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.course-btn:hover {
    background-color: white;
}

.course-btn:hover:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background: url(https://axfxmarkets.com/image/arrorright4.png) center center no-repeat;
}

.course-left {
    left: 18.64%;
}

.course-right {
    right: 18.64%;
}

.course-right:before {
    left: 2px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.course-right:hover:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.course-dot {
    bottom: 20px;
}

.why-trademax {
    padding-top: 35px;
    padding-bottom: 35px;
    color: #4f5864;
}

.ecosystem-left {
    border-top: 1px solid #c3cdda;
    padding-top: 20px;
}

.system-img {
    width: 52px;
    float: left;
    margin-right: 10px;
}

.system-title {
    font-size: 18px;
    color: #0e0e0e;
    line-height: 28px;
}

.ecosystem-right {
    padding-top: 20px;
}

.ecosy-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.oh {
    overflow: hidden;
}

.pb15 {
    padding-bottom: 10px;
}

.ecosystem-list {
    padding: 30px 0 0;
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.ecosystem-list li {
    font-size: 14px;
    float: none;
    display: inline-block;
    vertical-align: top;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 5px;
}

.ecosystem-list li .sylist-img {
    height: 40px;
    display: block;
}

.ecosystem-list li .sylist-img img {
    max-height: 100%;
}

.ecosystem-list li .sylist-title {
    font-size: 16px;
    margin: 10px 0;
    color: #0e0e0e;
}

.ecosystem-list li:nth-child(1) .system-content {
    background-image: url(https://axfxmarkets.com/image/abouticon01.png);
}

.ecosystem-list li:nth-child(2) .system-content {
    background-image: url(https://axfxmarkets.com/image/abouticon02.png);
}

.ecosystem-list li:nth-child(2) .system-content:before {
    background: #0093df;
}

.ecosystem-list li:nth-child(3) .system-content {
    background-image: url(https://axfxmarkets.com/image/abouticon03.png);
}

.ecosystem-list li:nth-child(3) .system-content:before {
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #0093df),
            to(#06c878)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #0093df 29%, #06c878 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #0093df 29%, #06c878 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #0093df 29%, #06c878 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #0093df 29%, #06c878 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
}

.ecosystem-list li:nth-child(4) .system-content {
    background-image: url(https://axfxmarkets.com/image/abouticon04.png);
}

.ecosystem-list li:nth-child(4) .system-content:before {
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #0093df),
            to(#06c878)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #0093df 29%, #06c878 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #0093df 29%, #06c878 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #0093df 29%, #06c878 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #0093df 29%, #06c878 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
}

.ecosystem-list li:nth-child(5) .system-content {
    background-image: url(https://axfxmarkets.com/image/abouticon05.png);
}

.ecosystem-list li:nth-child(5) .system-content:before {
    background: #06c878;
}

.ecosystem-list li:nth-child(6) .system-content {
    background-image: url(https://axfxmarkets.com/image/abouticon06.png);
}

.system-content {
    width: 100%;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 10px;
    position: relative;
    -o-background-size: cover;
    background-size: cover;
}

.system-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
}

/*监管合规*/
.regulatory {
    padding-top: 30px;
    padding-bottom: 20px;
}

.organ-wrapper {
    padding-top: 10px;
}

.organ-list {
    color: #0e0e0e;
}

.organ-list li {
    background: #f8f8f8;
    padding: 20px 15px;
    margin-bottom: 10px;
}

.organ-left {
    padding: 30px 0 10px;
    border-top: 1px solid #c3cdda;
}

.organleft-tit {
    padding: 20px 0 0;
    overflow: hidden;
}

.organ-img {
    display: block;
    float: left;
}

.organ-img img {
    max-width: 70%;
}

.organ-title {
    color: #4f5864;
    margin-bottom: 10px;
}

.organ-decimg {
    margin-bottom: 14px;
}

.organ-decimg img {
    max-width: 50%;
}

.pt65 {
    padding-top: 25px;
}

.partner-wrap {
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.partner-wrap .partnerbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://axfxmarkets.com/image/partner.jpg) center 0 no-repeat;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
}

.price-wrap {
    padding-top: 30px;
    padding-bottom: 20px;
}

.partner-box {
    position: relative;
    z-index: 1;
}

.parterimg {
    width: 92.91667%;
    margin: 6% auto 0;
}

.parterimg img {
    max-width: 100%;
}

.price-company {
    padding-top: 10px;
    margin: 0 -13px;
    font-size: 0;
}

.price-company li {
    float: none;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding: 0 13px 20px;
}

.company-primg {
    background: url(https://axfxmarkets.com/image/parterlist-bg.png) 0 0 no-repeat;
    -o-background-size: cover;
    background-size: cover;
    border: 1px solid #c3cdda;
    margin-bottom: 10px;
}

.company-primg img {
    display: block;
    width: 100%;
}

.exchange-title {
    color: #0e0e0e;
}

.exchange-title:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #04bb92;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

/*法律文件*/
.m-ptb14 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.legal-list {
    margin-top: 10px;
    border-top: 1px solid #c0c7d2;
    padding-bottom: 30px;
}

.legal-list li {
    border-bottom: 1px solid #c0c7d2;
}

.legal-list li a {
    display: block;
    padding: 20px 30px 20px 12px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.legal-list li a:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    opacity: 0;
}

.legal-list li a .legal-title {
    font-size: 16px;
    color: #4f5864;
    margin-bottom: 5px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    -webkit-line-clamp: 1;
}

.legal-list li a .legal-date {
    color: #aaaaaa;
}

.legal-list li a i {
    display: block;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(https://axfxmarkets.com/image/wicon01.png);
    background-position: 0 0;
}

.legal-list li a:hover {
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}

.legal-list li a:hover:before {
    opacity: 1;
}

.legal-list li a:hover i {
    background-position: right 0;
}

.contact-map {
    margin-top: 7px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.contact-map img {
    display: block;
    width: 100%;
}

.contact-way {
    padding: 30px 0 20px;
}

.contact-left {
    float: none;
    padding-bottom: 20px;
}

.contact-left p {
    background-position: 0 center;
    color: #0e0e0e;
    padding: 2px 0 2px 30px;
    font-family: Montserrat;
    font-weight: bold;
}

.contact-left p a {
    color: #0e0e0e;
}

.contact-left p span {
    color: #4f5864;
    margin-right: 5px;
}

.contact-left .ct-tel {
    background-image: url(https://axfxmarkets.com/image/wicon02.png);
}

.contact-left .ct-fax {
    background-image: url(https://axfxmarkets.com/image/wicon03.png);
}

.contact-left .ct-mail {
    background-image: url(https://axfxmarkets.com/image/wicon04.png);
}

.contact-left .ct-fb {
    background-image: url(https://axfxmarkets.com/image/wicon05.png);
}

.contact-right {
    margin: 0 -10px;
    float: none;
}

.contact-right .code-box {
    display: inline-block;
    vertical-align: top;
    color: #4f5864;
    text-align: center;
    padding: 0 10px;
}

.contact-right .code-box .codeimg {
    width: 104px;
    margin: 0 auto 10px;
}

.contact-right .code-box .codeimg img {
    max-width: 100%;
}

.contact-right .code-box .TradeMaxGroup {
    font-size: 16px;
    color: #0e0e0e;
    font-family: Montserrat;
    font-weight: bold;
}

.contact-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-list li {
    float: none;
    border-bottom: 1px solid #dfe6f0;
    border-right: 1px solid #dfe6f0;
    padding: 20px;
    color: #4f5864;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: all 0.4s;
    -moz-transform: all 0.4s;
    -ms-transform: all 0.4s;
    -o-transform: all 0.4s;
    transform: all 0.4s;
}

.contact-list li a {
    color: #4f5864;
}

.contact-list li .city-box {
    display: block;
    max-width: 300px;
    width: 100%;
    line-height: 26px;
    margin: 0 auto;
}

.contact-list li .contact-img {
    position: relative;
    overflow: hidden;
}

.contact-list li .contact-img:before {
    content: '';
    display: block;
    padding-bottom: 50%;
}

.contact-list li .contact-img img {
    position: absolute;
    top: 0;
    left: 0;
}

.contact-list li.no-hover {
    opacity: 0.2;
}

.contact-list li.no-hover:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-list li.no-hover:hover .city-name:after {
    background: #042536;
}

.contact-list li.no-hover:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.city-name {
    font-size: 16px;
    color: #0e0e0e;
    margin: 19px 0 15px;
    -webkit-transform: all 0.3s;
    -moz-transform: all 0.3s;
    -ms-transform: all 0.3s;
    -o-transform: all 0.3s;
    transform: all 0.3s;
}

.city-name:after {
    content: '';
    margin-top: 5px;
    width: 20px;
    height: 2px;
    display: block;
    background: #042536;
}

.no-flex-float {
    font-size: 0;
}

.no-flex-float li {
    display: inline-block;
    vertical-align: top;
}

/*外汇*/
.exge-dec {
    max-width: 900px;
    margin: 0 auto 20px;
    text-align: center;
}

.why-list {
    font-size: 0;
}

.why-list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
    color: #4f5864;
    text-align: center;
    padding-bottom: 10px;
}

.why-list li img {
    width: 52px;
    margin-bottom: 5px;
}

.foreign-list {
    margin-top: 20px;
    overflow-x: auto;
}

.foreign-list table {
    min-width: 640px;
    width: 100%;
    text-align: center;
    position: relative;
}

.foreign-list table:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 52px;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    z-index: -1;
}

.foreign-list table thead tr {
    color: #fff;
}

.foreign-list table thead tr td {
    white-space: nowrap;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.foreign-list table tbody tr td {
    border: 1px solid white;
    /* padding: 13px 2px; */
    background: #f8f8f8;
    color: #4f5864;
}

.jy-box {
    color: #4f5864;
    padding-bottom: 10px;
}

.jy-box .jyimg {
    float: left;
    width: 52px;
    display: block;
}

.jy-box .jyimg img {
    width: 100%;
}

.jy-box .jytext {
    padding: 18px 0 0 20px;
}

.cfd-wrap {
    margin-top: 10px;
    padding: 20px 0 0;
    border-top: dashed 1px #c3cdda;
}

.cdf-list li {
    padding-bottom: 10px;
}

/*免费培训*/
.itrade-info {
    font-size: 0;
    margin: 0 -20px;
}

.itrade-info li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
}

.itrade-info li img {
    width: 52px;
    margin-bottom: 10px;
}

.itrade-dec {
    margin-top: 15px;
    padding: 15px 20px;
    border-top: 1px solid #c3cdda;
    text-align: left;
}

.team-wrap {
    padding-bottom: 30px;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}

.team-wrbg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 18.22917%;
    z-index: 1;
    overflow: hidden;
}

.team-wrbg img {
    height: 300px;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.team-img {
    position: relative;
}

.team-item {
    position: relative;
}

.team-item1 .team-img {
    float: right;
    width: 41.66667%;
    z-index: 0;
}

.team-item1 .team-img .imgman {
    width: 95%;
}

.team-item1 .team-img .imgtext {
    width: 13.5%;
    position: absolute;
    top: 8.63636%;
    right: 0;
}

.team-item1 .team-content {
    position: relative;
    z-index: 2;
}

.team-content {
    color: #0e0e0e;
    padding: 5% 0 0;
    font-size: 12px;
}

.team-content .team-name {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}

.team-content .team-job {
    margin-bottom: 10px;
    font-size: 14px;
}

.team-content .team-dec {
    color: #0e0e0e;
}

.team-item2 {
    z-index: 2;
}

.team-item2 .team-img {
    width: 45%;
    float: left;
}

.team-item2 .imgtext {
    position: absolute;
    left: 0;
    width: 13.04348%;
    top: 5%;
}

.team-item2 .imgman {
    width: 100%;
}

.team-item2 .team-content {
    position: relative;
    padding-top: 8%;
    left: -6%;
    width: 106%;
}

.course-item {
    padding: 10px 0 20px;
    margin: 0 -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.course-item li {
    width: 50%;
    padding: 0 5px;
    -webkit-transform: all 0.4s;
    -moz-transform: all 0.4s;
    -ms-transform: all 0.4s;
    -o-transform: all 0.4s;
    transform: all 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.course-item li .course-itembox {
    border-top: 1px solid #c3cdda;
    padding: 14px 10px;
    position: relative;
    width: 100%;
}

.course-item li .course-itembox:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    opacity: 0;
    height: 1px;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    width: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.course-item li .itembox-icon {
    margin-bottom: 10px;
}

.course-item li .itembox-icon img {
    width: 30px;
}

.arrangement {
    padding-bottom: 30px;
}

.arrange-left {
    color: #0e0e0e;
    padding-left: 20px;
    display: none;
}

.arrange-code {
    margin: 10px 0 10px -10px;
}

.view-text {
    margin-bottom: 7px;
}

.arrange-right li {
    padding: 26px 15px;
}

.arrange-right li a {
    display: block;
    color: #0e0e0e;
}

.arrange-right li a .view-title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
}

.arrange-right li a .view-date {
    font-size: 18px;
    color: #4f5864;
}

.arrange-right li:nth-child(odd) {
    background: #f7f8fa;
}

.arrange-right li:nth-child(1) {
    margin-top: -30px;
}

.course-wrap {
    position: relative;
}

.live-box {
    position: relative;
    width: 26px;
    padding-top: 26px;
}

.live-box i {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    display: block;
    background: url(https://axfxmarkets.com/image/wicon29.png) left bottom no-repeat;
    cursor: pointer;
}

.live-box {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    -o-transform: translateY(-51%);
    transform: translateY(-51%);
    margin-top: -185px;
    right: -2px;
    z-index: 8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.live-box .watch-live {
    width: 100%;
    text-align: center;
    background: #fff;
    border: 2px solid #06c878;
    -webkit-border-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#06c878),
            to(#0093df)
    ) 10 10;
    -webkit-border-image: -webkit-linear-gradient(#06c878, #0093df) 10 10;
    -moz-border-image: -moz- oldlinear-gradient(#06c878, #0093df) 10 10;
    -moz-border-image: linear-gradient(#06c878, #0093df) 10 10;
    -o-border-image: -o-linear-gradient(#06c878, #0093df) 10 10;
    border-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#06c878),
            to(#0093df)
    ) 10 10;
    border-image: -moz- oldlinear-gradient(#06c878, #0093df) 10 10;
    border-image: linear-gradient(#06c878, #0093df) 10 10;
    cursor: pointer;
    padding: 5px 0px;
}

.live-box .watch-live img {
    width: 80px;
}

.live-box .watch-live .watch-text {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 13px;
    font-size: 12px;
    padding: 0 5px;
}

.live-box .watch-live .watch-showtext {
    display: none;
    font-size: 12px;
}

.live-box.active {
    width: 100px;
}

.live-box.active i {
    background-position: right bottom;
}

.live-box.active .watch-code {
    visibility: visible;
    opacity: 1;
}

.live-box.active .watch-text {
    display: none;
}

.live-box.active .watch-showtext {
    display: block;
}

.watch-code {
    visibility: hidden;
    opacity: 0;
}

.video-list {
    margin: 0 -5px;
    padding-top: 6px;
}

.video-list li {
    padding: 0 5px 20px;
}

.video-list li a {
    display: block;
    border: solid 1px #dcdce5;
    position: relative;
}

.video-list li a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    z-index: 4;
}

.video-list li a .video-img {
    position: relative;
    overflow: hidden;
}

.video-list li a .video-img:before {
    content: '';
    display: block;
    padding-bottom: 60%;
}

.video-list li a .video-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.video-list li a .video-img .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    background: url(https://axfxmarkets.com/image/videoicon.png) center center no-repeat;
    -o-background-size: 40px;
    background-size: 40px;
}

.video-content {
    padding: 20px;
}

.video-content .video-date {
    display: block;
    color: #4f5864;
    margin-bottom: 4px;
}

.video-content .video-title {
    font-size: 16px;
    color: #0e0e0e;
    display: -webkit-box;
    height: 60px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.save-way {
    font-size: 0;
    padding-top: 10px;
    margin: 0 -40px;
}

.save-way li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    padding: 0 40px 20px;
}

.save-img {
    float: left;
    width: 100px;
    border-top: 1px solid #c3cdda;
    padding-top: 20px;
    margin-right: 10px;
}

.save-img img {
    max-width: 100%;
}

.save-content {
    overflow: hidden;
    border-top: 1px solid #c3cdda;
    padding: 20px 0 20px 30px;
    background: url(https://axfxmarkets.com/image/wicon40.png) 0 0 no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

.save-content h4 {
    margin-bottom: 10px;
    color: #4f5864;
}

.pb36 {
    padding-bottom: 26px;
}

.problem-nav {
    text-align: center;
    padding-top: 6px;
    overflow-x: auto;
    white-space: nowrap;
}

.problem-nav a {
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: solid 1px #dfe6f0;
    margin: 0 5px;
    display: inline-block;
    padding: 4px 20px;
    color: #4f5864;
    font-size: 14px;
}

.problem-nav a.cur {
    border-color: #06c878;
    color: #000000;
}

.problem-list {
    padding-top: 27px;
}

.problem-list li {
    border: solid 1px #dfe6f0;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
}

.problem-list li .pro-arror {
    width: 50px;
    height: 99%;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    background: url(https://axfxmarkets.com/image/wicon43.png), #f2f2f2;
    background-repeat: no-repeat;
    background-position: center center;
}

.problem-list li.cur .problemQ {
    background-color: transparent;
}

.problem-list li.cur .problemtitle {
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    color: #fff;
}

.problem-list li.cur .pro-arror {
    background-image: url(https://axfxmarkets.com/image/wicon44.png);
    background-color: transparent;
}

.problem-list .problemtitle {
    color: #0e0e0e;
    padding: 16px 50px 16px 18px;
    position: relative;
}

.problemQ,
.problemA {
    float: left;
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: 22px auto;
    background-size: 22px auto;
}

.problemA {
    position: absolute;
    left: 18px;
    top: 25px;
    background-color: transparent;
}

.pt8 {
    padding-top: 3px;
}

.CommonproblemContent {
    border: solid 1px #dfe6f0;
    border-top: 0;
    padding: 25px 10px 25px 58px;
    color: #4f5864;
    position: relative;
    display: none;
    border-bottom: 0;
}

.CommonproblemContent img {
    max-width: 100%;
}

.color-0e {
    color: #0e0e0e;
}

.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.recruitmentfloat {
    display: none;
    z-index: 110;
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0px;
    top: 0px;
}

.tianjiatvwrap {
    width: 95%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 2.5%;
    margin-top: -125px;
}

.tianjiatvwrap .videobox {
    height: 250px;
    position: relative;
    z-index: 1;
}

.recclosebtn {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: -5px;
    cursor: pointer;
    z-index: 100;
    margin: -20px -20px 0 0;
    z-index: 9;
}

.recclosebtn:before {
    content: '';
    position: absolute;
    top: 10px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.recclosebtn:after {
    content: '';
    position: absolute;
    top: 10px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (min-width: 768px) {
    .tianjiatvwrap {
        width: 660px;
        left: 50%;
        margin-left: -330px;
        margin-top: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tianjiatvwrap .videobox {
        height: 400px;
    }
}

@media (min-width: 1024px) {
    .tianjiatvwrap {
        width: 700px;
        margin-left: -350px;
    }

    .tianjiatvwrap .videobox {
        height: 400px;
    }
}

@media (min-width: 1260px) {
    .tianjiatvwrap {
        width: 1000px;
        margin-left: -500px;
    }

    .tianjiatvwrap .videobox {
        height: 600px;
    }
}

/*动画*/
@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes line-spin-fade-loader {
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes line-spin-fade-loader {
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes line-spin-fade-loader {
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

.line-spin-fade-loader {
    position: relative;
    width: 10px;
    height: 30px;
    margin: 0 auto;
}

.load-more {
    text-align: center;
    color: #cacaca;
}

.line-spin-fade-loader > div:nth-child(1) {
    top: 12px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out;
    -moz-animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out;
    -o-animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(2) {
    top: 8.63636px;
    left: 8.63636px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out;
    -moz-animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out;
    -o-animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 12px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out;
    -moz-animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out;
    -o-animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(4) {
    top: -8.63636px;
    left: 8.63636px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out;
    -moz-animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out;
    -o-animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(5) {
    top: -12px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out;
    -moz-animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out;
    -o-animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(6) {
    top: -8.63636px;
    left: -8.63636px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out;
    -moz-animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out;
    -o-animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -12px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out;
    -moz-animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out;
    -o-animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(8) {
    top: 8.63636px;
    left: -8.63636px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out;
    -moz-animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out;
    -o-animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out;
}

.line-spin-fade-loader > div {
    background-color: #06e2be;
    width: 4px;
    height: 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 3px;
    height: 8px;
}

.load-more {
    margin-top: 30px;
}

.problemheight {
    padding-right: 14px;
    max-height: 400px;
    overflow-y: auto;
}

.problemheight::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    background-color: #dfe6f0;
}

.problemheight::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #dfe6f0;
}

.problemheight::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#06c878), to(#05bbb0));
    background-image: -webkit-linear-gradient(top, #06c878 0%, #0093df 100%),
    -webkit-linear-gradient(#06c878, #05bbb0);
    background-image: linear-gradient(180deg, #06c878 0%, #0093df 100%),
    linear-gradient(#06c878, #05bbb0);
}

/*新闻资讯*/
.news-list {
    width: 100%;
    position: relative;
}

.news-list ul {
    margin-left: -10px;
    margin-right: -10px;
}

.news-list ul li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.news-list ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: solid 1px #c3cdda;
}

.news-list ul li .image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.news-list ul li .image::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 55.71429%;
}

.news-list ul li .image img {
    position: absolute;
    display: block;
    width: auto;
    height: 100%;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

.news-list ul li .date {
    padding: 15px 0 5px;
}

.news-list ul li .day,
.news-list ul li .time {
    display: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.news-list ul li .time-day {
    color: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(40%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 40%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 40%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 40%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 40%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    line-height: 20px;
}

.news-list ul li .title {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #333333;
    line-height: 1.63636;
    font-size: 16px;
    font-weight: bold;
}

.news-list ul li .infocon {
    padding-top: 8px;
}

.news-list ul li .info {
    width: 100%;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #4f5864;
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.news-list ul li .icon {
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #e5e5e5;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.news-list ul li .icon:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #ffffff;
    border-top: none;
    border-right: none;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*新闻详情*/
.newsdetailA-related {
    border: solid 2px #eaf1fa;
    padding: 20px 20px 0;
}

.article-tilte {
    font-size: 18px;
    color: #0e0e0e;
    line-height: 28px;
    margin-bottom: 10px;
}

.article-date .weixin-code {
    float: right;
    color: #2e2e2e;
    position: relative;
    cursor: pointer;
}

.article-date .weixin-code .weixin {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background: url(https://axfxmarkets.com/image/wicon45.png) center center no-repeat;
    -o-background-size: 19px auto;
    background-size: 19px auto;
    background-color: #f2f2f2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 15px;
}

.article-date .datenum {
    font-family: 'Montserrat';
    color: #c2cbd8;
    font-size: 16px;
}

.weixincode-img {
    position: absolute;
    width: 104px;
    top: 30px;
    right: 0;
    padding-top: 10px;
    display: none;
    font-size: 12px;
}

.weixincode-img p {
    border: solid 1px #b3b9c1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    padding: 14px 0 8px;
    color: #0e0e0e;
    text-align: center;
    position: relative;
    font-family: 'Montserrat';
    letter-spacing: -1px;
}

.weixincode-img p:before {
    content: '';
    display: block;
    width: 10px;
    height: 12px;
    background: url(https://axfxmarkets.com/image/wicon47.png) 0 0 no-repeat;
    position: absolute;
    left: 82px;
    top: -6px;
}

.weixincode-img img {
    max-width: 104px;
    margin-bottom: 2px;
    width: 100%;
}

.single-page {
    background: url(https://axfxmarkets.com/image/wicon48.png) 0 0 no-repeat;
    font-size: 14px;
    color: #4f5864;
    margin-top: 20px;
    padding: 30px 0;
    background-repeat: repeat-x;
}

.single-page img {
    max-width: 100%;
    height: auto !important;
}

.single-page table {
    max-width: 100%;
}

.newsdetailB-ctrl {
    background: url(https://axfxmarkets.com/image/wicon48.png) 0 0 no-repeat;
    position: relative;
    padding: 20px 0 30px;
    background-repeat: repeat-x;
}

.newsdetailB-ctrl .page-ctrl {
    margin-bottom: 10px;
}

.newsdetailB-ctrl .page-ctrl a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666666;
}

.newsdetailB-ctrl .return {
    display: block;
    width: 120px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.pb66 {
    padding-bottom: 26px;
}

.related-cn {
    font-size: 20px;
    color: #2e2e2e;
    margin-bottom: 18px;
}

.related-news li {
    margin-bottom: 20px;
}

.related-news li a {
    display: block;
}

.related-news li a .thumb {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.related-news li a .thumb:before {
    content: '';
    display: block;
    padding-bottom: 55.71429%;
}

.related-news li a .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}

.related-news li a .title {
    font-size: 13px;
    color: #4f5864;
    margin-bottom: 5px;
    max-height: 48px;
    line-height: 24px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.related-news li a .date {
    font-family: 'Montserrat';
    color: #c2cbd8;
}

.activity-list {
    margin: 0 -8px;
    padding-top: 6px;
}

.activity-list li {
    padding: 0 8px 20px;
}

.activity-list li a {
    display: block;
    border: solid 1px #dcdce5;
}

.activity-list li a .thumb {
    position: relative;
    overflow: hidden;
}

.activity-list li a .thumb:before {
    content: '';
    display: block;
    padding-bottom: 56.31579%;
}

.activity-list li a .thumb img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.activity-box {
    padding: 20px 18px;
}

.activity-box .act-title {
    font-size: 16px;
    margin-bottom: 8px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
}

.activity-box .act-date {
    color: #4f5864;
    font-family: 'Montserrat';
}

.activity-wrap {
    padding-bottom: 10px;
}

/*流动性业务*/
.business-wrap {
    color: #4f5864;
    line-height: 26px;
}

.business-wrap img {
    max-width: 100%;
}

.business-left {
    padding-bottom: 20px;
}

.business-iconimg {
    margin-bottom: 10px;
}

.business-iconimg img {
    max-width: 42px;
}

.business-tit {
    padding-bottom: 20px;
    position: relative;
    line-height: 1.2;
    color: #0e0e0e;
}

.business-tit:after {
    display: block;
    content: '';
    width: 44px;
    height: 2px;
    margin-top: 15px;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
}

.business-right {
    overflow: hidden;
    position: relative;
    padding-left: 15px;
    padding-bottom: 15px;
}

.business-right img {
    max-width: 100%;
}

.business-right:before {
    content: '';
    display: block;
    background: url(https://axfxmarkets.com/image/wicon50.png) 0 0 no-repeat;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.business-wrap {
    padding-top: 10px;
}

.ib-box {
    height: 100%;
    width: 100%;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
    padding: 40px 0 30px;
    position: relative;
}

.ib-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
}

.ib-business {
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.ib-business li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    text-align: center;
    padding: 0 5px 12px;
}

.ib-business li .ib-icon {
    height: 48px;
    margin-bottom: 20px;
}

.ib-business li .ib-icon img {
    max-height: 100%;
}

.ib-business li h4 {
    font-size: 16px;
    color: #0e0e0e;
}

.ib-business li:nth-child(1) .ib-box {
    background-image: url(https://axfxmarkets.com/image/wicon59.png);
}

.ib-business li:nth-child(2) .ib-box {
    background-image: url(https://axfxmarkets.com/image/wicon60.png);
}

.ib-business li:nth-child(2) .ib-box:before {
    background: #0093df;
}

.ib-business li:nth-child(3) .ib-box {
    background-image: url(https://axfxmarkets.com/image/wicon61.png);
}

.ib-business li:nth-child(3) .ib-box:before {
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #0093df),
            to(#06c878)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #0093df 29%, #06c878 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #0093df 29%, #06c878 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #0093df 29%, #06c878 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #0093df 29%, #06c878 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
}

.ib-business li:nth-child(4) .ib-box {
    background-image: url(https://axfxmarkets.com/image/wicon62.png);
}

.ib-business li:nth-child(4) .ib-box:before {
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #0093df),
            to(#06c878)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #0093df 29%, #06c878 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #0093df 29%, #06c878 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #0093df 29%, #06c878 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #0093df 29%, #06c878 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
}

.ib-business li:nth-child(5) .ib-box {
    background-image: url(https://axfxmarkets.com/image/wicon63.png);
}

.ib-business li:nth-child(5) .ib-box:before {
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #0093df),
            to(#06c878)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #0093df 29%, #06c878 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #0093df 29%, #06c878 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #0093df 29%, #06c878 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #0093df 29%, #06c878 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
}

.ib-business li:nth-child(6) .ib-box {
    background-image: url(https://axfxmarkets.com/image/wicon64.png);
}

.ib-business li:nth-child(7) .ib-box {
    background-image: url(https://axfxmarkets.com/image/wicon65.png);
}

.ib-business li:nth-child(7) .ib-box:before {
    background: #06c878;
}

.ib-business li:nth-child(8) .ib-box {
    background-image: url(https://axfxmarkets.com/image/wicon66.png);
}

/*财经日历*/
.finance-wrap {
    padding-bottom: 20px;
}

.date-picker {
    position: relative;
    font-size: 0;
    margin: 10px 0 0;
}

.date-picker input {
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: solid 1px #c3cdda;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-left: 13px;
    -webkit-border-radius: 0px 15px 15px 0px;
    border-radius: 0px 15px 15px 0px;
}

.date-picker i {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 14px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-style: normal;
    -webkit-border-radius: 0px 15px 15px 0px;
    border-radius: 0px 15px 15px 0px;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    cursor: pointer;
}

.week-pick {
    padding: 0;
    position: relative;
    padding-top: 50px;
}

.week-pick span {
    display: inline-block;
    width: 90px;
    height: 30px;
    background-color: #eef1f5;
    -webkit-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 15px;
}

.week-pick span.next {
    -webkit-border-radius: 0px 15px 15px 0px;
    border-radius: 0px 15px 15px 0px;
    left: auto;
    right: 0;
}

.week-pick ul.weeklyBox li {
    padding: 5px 0 0;
}

.week-pick ul.weeklyBox li.active {
    color: #fff;
}

.week-pick ul.weeklyCanlendarBox li {
    padding: 0 0 5px;
    position: relative;
}

.week-pick ul.weeklyCanlendarBox li:before {
    content: '';
    height: 50px;
    width: 100%;
    position: absolute;
    top: -26px;
    left: 0;
    z-index: -1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.week-pick ul li {
    float: left;
    width: 11.28571%;
    margin: 0 1.5%;
    text-align: center;
}

.week-pick ul li a {
    color: #4f5864;
}

.week-pick ul li em,
.week-pick ul li i {
    display: block;
    font-style: normal;
    line-height: 20px;
}

.week-pick ul li.active a {
    color: #fff;
}

.week-pick ul li.active:before {
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
}

.layui-laydate-content td,
.layui-laydate-content th {
    border: 0;
}

.clock {
    padding-left: 20px;
    background: url(https://axfxmarkets.com/image/clock.png) 0 center no-repeat;
    margin-bottom: 20px;
}

.finance-list {
    color: #4f5864;
    padding-bottom: 10px;
}

.finance-list table {
    width: 100%;
}

.finance-list table tr td {
    padding: 5px;
    text-align: center;
}

.finance-list table thead tr {
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    color: #fff;
}

.finance-list table img {
    vertical-align: -2px;
    margin-right: 5px;
}

.green {
    color: #009d5c;
}

.red {
    color: #d20000;
}

/*交易平台*/
.MetaTrader {
    padding-top: 30px;
}

.MetaTrader-dec {
    color: #4f5864;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.MetaTrader-nav {
    padding-top: 30px;
    white-space: nowrap;
    margin: 0 -5px;
}

.MetaTrader-nav a {
    float: left;
    color: #4f5864;
    font-size: 16px;
    display: block;
    width: 25%;
    padding: 0 5px;
}

.MetaTrader-nav a span {
    position: relative;
    display: block;
    padding: 12px 0 0;
    border-top: 1px solid #c3cdda;
}

.MetaTrader-nav a span:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: -1px;
    width: 0;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.MetaTrader-nav a.cur span:before {
    width: 100%;
    opacity: 1;
}

.MetaTrader-box {
    position: relative;
    padding-bottom: 10px;
    min-height: 320px;
}

.MetaTrader-box img {
    max-width: 100%;
}

.MetaTrader-item {
    position: relative;
    display: none;
}

.MetaTrader-bg {
    position: absolute;
    top: 12%;
    left: 0;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    height: 216px;
}

.MetaTrader-bg img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-38%);
    -moz-transform: translateX(-38%);
    -ms-transform: translateX(-38%);
    -o-transform: translateX(-38%);
    transform: translateX(-38%);
    max-width: none;
}

.MT5 {
    min-height: auto;
    margin: 20px 0;
}

.MT5 .MetaTrader-bg {
    top: 22%;
    height: auto;
    padding-bottom: 16.66667%;
}

.MT5 .MetaTrader-bg img {
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.MT5-ml5 {
    margin-left: -6%;
}

.MetaTrader-con {
    width: 100%;
    display: table;
}

.MetaTrader-con .MetaTrader-img {
    text-align: left;
}

.MetaTrader-con .MetaTrader-text {
    margin-top: 20px;
    position: relative;
    text-align: center;
}

.MetaTrader-con .MetaTrader-text .brower-text {
    font-size: 12px;
    position: relative;
    top: -12px;
    text-align: left;
}

.mt-title {
    font-size: 20px;
    color: #0e0e0e;
    margin-bottom: 5px;
    text-align: center;
}

.mt-hoverbtn {
    margin-top: 10px;
    display: inline-block;
    width: 180px;
    line-height: 43px;
    padding: 0 0 0 28px;
    color: #fff;
    font-size: 16px;
    height: 73px;
    text-align: left;
    background: url(https://axfxmarkets.com/image/wicon67.png) 0 0 no-repeat;
    -o-background-size: 180px auto;
    background-size: 180px auto;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.mt-hoverbtn img {
    max-width: 20px;
}

.mt-hoverbtn:after {
    content: '';
    width: 26px;
    height: 16px;
    display: inline-block;
    background: url(https://axfxmarkets.com/image/arrorright2.png) 0 center no-repeat;
    -o-background-size: 18px auto;
    background-size: 18px auto;
    vertical-align: middle;
    margin-left: 10px;
}

.mt-hoverbtn img {
    margin-right: 10px;
}

.mobile-load {
    display: inline-block;
    margin-top: 13px;
    vertical-align: top;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    margin-left: 15px;
    border: 2px solid #000;
    padding: 0 15px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #000;
    position: relative;
    cursor: pointer;
}

.mobile-load img {
    margin-right: 5px;
    vertical-align: -5px;
}

.mobile-load .mobile-vcode {
    position: absolute;
    left: 0;
    top: 50px;
    padding: 8px 10px;
    background: #fff;
    display: none;
    z-index: 88;
    border: 1px solid #000;
}

.mobile-load .mobile-vcode img {
    display: block;
    max-width: 80px;
    width: 80px;
    margin-right: 0;
}

.mobile-load .mobile-vcode:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    border-top: 8px transparent dashed;
    border-left: 8px transparent dashed;
    border-bottom: 8px transparent dashed;
    border-right: 8px #000 solid;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -16px;
}

/*HuBx*/
.HuBx-dec {
    max-width: 1086px;
}

.HuBx-bg {
    width: 89.58333%;
    position: absolute;
    left: 0;
    top: 17.44186%;
    z-index: -1;
    padding-bottom: 15.69767%;
    overflow: hidden;
}

.HuBx-bg img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.HuBx-list {
    position: relative;
    margin-bottom: 24px;
    margin-top: 20px;
    overflow: hidden;
}

.HuBx-wrap img {
    max-width: 100%;
}

.HuBx-img {
    position: relative;
    text-align: center;
}

.HuBx-img img {
    max-width: 80%;
}

.HuBx-con .HuBx-title {
    font-size: 18px;
    color: #0e0e0e;
    margin-bottom: 5px;
}

.mt {
    margin-top: 2%;
}

.HuBx-con {
    padding: 30px 0 0;
}

.hubx-item2 .HuBx-bg {
    left: auto;
    right: 0;
    padding-bottom: 16.66667%;
}

.hubx-item2 .HuBx-img {
    right: -10%;
}

.hubx-item2 .HuBx-con {
    padding: 0;
}

.hubx-item3 {
    margin-bottom: 10px;
}

.hubx-item3 .HuBx-bg {
    width: 100%;
}

.mt20 {
    margin-top: 10px;
}

/*3IRESS*/
.maxwidth968 {
    max-width: 968px;
}

.iress-list {
    padding-top: 20px;
}

.iress-left {
    border-top: 1px solid #c3cdda;
    font-size: 18px;
    padding: 20px 0;
}

.iress-left img {
    max-width: 100px;
}

.iress-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    overflow: hidden;
}

.iress-right li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    margin-bottom: 10px;
    padding: 0 5px;
}

.iress-right li .iress-box {
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    padding: 20px 10px;
    text-align: center;
    position: relative;
}

.iress-right li .iress-box:before {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background: #0093df;
    top: 0;
    left: 0;
    position: absolute;
}

.iress-right li .iress-box img {
    height: 40px;
    margin-bottom: 10px;
}

.iress-right li .iress-tit {
    font-size: 16px;
    color: #0e0e0e;
    margin-bottom: 2px;
}

.iress-right li:nth-child(1) .iress-box:before {
    background: #06c878;
}

.iress-right li:nth-child(2) .iress-box:before {
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #05bd8d),
            to(#03abb1)
    );
    background-image: -webkit-linear-gradient(left, #05bd8d 29%, #03abb1 100%);
    background-image: -moz- oldlinear-gradient(left, #05bd8d 29%, #03abb1 100%);
    background-image: -o-linear-gradient(left, #05bd8d 29%, #03abb1 100%);
    background-image: linear-gradient(90deg, #05bd8d 29%, #03abb1 100%);
}

.iress-right li:nth-child(3) .iress-box:before {
    background: #02a1c4;
}

.iress-right li:nth-child(5) .iress-box:before {
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #05bd8d),
            to(#03abb1)
    );
    background-image: -webkit-linear-gradient(left, #05bd8d 29%, #03abb1 100%);
    background-image: -moz- oldlinear-gradient(left, #05bd8d 29%, #03abb1 100%);
    background-image: -o-linear-gradient(left, #05bd8d 29%, #03abb1 100%);
    background-image: linear-gradient(90deg, #05bd8d 29%, #03abb1 100%);
}

.iress-right li:nth-child(6) .iress-box:before {
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #05bd8d),
            to(#03abb1)
    );
    background-image: -webkit-linear-gradient(left, #05bd8d 29%, #03abb1 100%);
    background-image: -moz- oldlinear-gradient(left, #05bd8d 29%, #03abb1 100%);
    background-image: -o-linear-gradient(left, #05bd8d 29%, #03abb1 100%);
    background-image: linear-gradient(90deg, #05bd8d 29%, #03abb1 100%);
}

.iress-right li:nth-child(8) .iress-box:before {
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #0198d6),
            to(#03abb1)
    );
    background-image: -webkit-linear-gradient(left, #0198d6 29%, #03abb1 100%);
    background-image: -moz- oldlinear-gradient(left, #0198d6 29%, #03abb1 100%);
    background-image: -o-linear-gradient(left, #0198d6 29%, #03abb1 100%);
    background-image: linear-gradient(90deg, #0198d6 29%, #03abb1 100%);
}

.iress-right li:nth-child(9) .iress-box:before {
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#0093df),
            color-stop(50%, #06c878)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f7f7f7));
    background-image: -webkit-linear-gradient(left, #0093df 0%, #06c878 50%),
    -webkit-linear-gradient(#f7f7f7, #f7f7f7);
    background-image: -moz- oldlinear-gradient(left, #0093df 0%, #06c878 50%),
    -moz- oldlinear-gradient(#f7f7f7, #f7f7f7);
    background-image: -o-linear-gradient(left, #0093df 0%, #06c878 50%),
    -o-linear-gradient(#f7f7f7, #f7f7f7);
    background-image: linear-gradient(90deg, #0093df 0%, #06c878 50%),
    linear-gradient(#f7f7f7, #f7f7f7);
}

.iress-right li:nth-child(10) .iress-box:before {
    background: #06c878;
}

.iress-table {
    margin: 10px 0 20px;
    overflow-x: auto;
    background-color: #f2f6f9;
    position: relative;
    text-align: center;
}

.iress-table:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    display: block;
    height: 100%;
    background-image: url(https://axfxmarkets.com/image/wicon74.png);
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
    min-width: 127px;
}

.iress-table table {
    width: 100%;
    min-width: 640px;
    position: relative;
    z-index: 2;
}

.iress-table table tr td {
    border: 1px solid white;
    padding: 12px 10px;
    position: relative;
}

.iress-table table tr td.momenybg {
    text-align: left;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #e6f0f9),
            to(#ffffff)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #e6f0f9 29%, #ffffff 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #e6f0f9 29%, #ffffff 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #e6f0f9 29%, #ffffff 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #e6f0f9 29%, #ffffff 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    padding-left: 35px;
}

.prier-account:before {
    background-image: url(https://axfxmarkets.com/image/wicon73.png);
}

.vip-account:before {
    background-image: url(https://axfxmarkets.com/image/wicon75.png);
}

.height95 {
    height: 95px;
}

.iress-arror {
    width: 24px;
    height: 11px;
    display: inline-block;
    background: url(https://axfxmarkets.com/image/wicon72.png);
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -5px;
}

.iress-table table tr td.width240 {
    width: 20%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.usage-table {
    background-color: #f2f6f9;
    margin-bottom: 20px;
    text-align: center;
    overflow-x: auto;
}

.usage-table table {
    width: 100%;
    min-width: 640px;
}

.usage-table table tr td {
    border: 1px solid white;
    padding: 12px 10px;
}

.usage-title {
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    color: #fff;
    text-align: center;
}

.usage-table .usagetl,
.usagetl {
    text-align: left;
    padding: 20px 10px;
}

.insight-list {
    padding-top: 20px;
}

.insight-list li .iress-box {
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0 center;
}

.insight-list li:nth-child(1) .iress-box {
    background-image: url(https://axfxmarkets.com/image/iressicon11.png);
}

.insight-list li:nth-child(2) .iress-box {
    background-image: url(https://axfxmarkets.com/image/iressicon12.png);
}

.insight-list li:nth-child(3) .iress-box {
    background-image: url(https://axfxmarkets.com/image/iressicon13.png);
}

.insight-list li:nth-child(4) .iress-box {
    background-image: url(https://axfxmarkets.com/image/iressicon14.png);
}

.insight-wrap {
    background: url(https://axfxmarkets.com/image/insightimg04.jpg) center 60px no-repeat;
    -o-background-size: 100% 50%;
    background-size: 100% 50%;
}

.insight-wdith {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.insight-slider {
    position: relative;
    padding-bottom: 30px;
}

.insight-slider ul li {
    float: left;
    width: 33.33%;
    margin-right: 44px;
    -webkit-box-shadow: 0 20px 14px -20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 20px 14px -20px rgba(0, 0, 0, 0.4);
}

.insight-slider ul li .thumb {
    position: relative;
    overflow: hidden;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.insight-slider ul li .thumb:before {
    content: '';
    display: block;
    padding-bottom: 54.05405%;
}

.insight-slider ul li .thumb img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.insight-slider ul li i {
    display: block;
    position: absolute;
    width: 82px;
    height: 94px;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: 50px auto;
    background-size: 50px auto;
}

.insight-slider ul li:nth-child(3n + 1) i {
    left: 25px;
    bottom: -40px;
    background-image: url(https://axfxmarkets.com/image/insight06.png);
}

.insight-slider ul li:nth-child(3n + 2) i {
    right: 11px;
    bottom: -34px;
    background-image: url(https://axfxmarkets.com/image/insight07.png);
}

.insight-slider ul li:nth-child(3n + 3) i {
    right: -41px;
    bottom: 50px;
    background-image: url(https://axfxmarkets.com/image/insight08.png);
}

.insight-slider .insight-con {
    padding: 30px 20px;
    text-align: center;
    background: #fff;
}

.insight-slider .insight-con h5 {
    font-size: 18px;
    color: #0e0e0e;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    margin-bottom: 8px;
}

.insight-slider .insight-con .dec {
    display: -webkit-box;
    height: 36px;
    line-height: 18px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-width: 230px;
    margin: 0 auto;
}

.m-inbtn {
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    z-index: 22;
}

.m-inbtn:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.m-right {
    left: auto;
    right: -30px;
}

.m-right:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.tm-inbg {
    background: #f2f6f9;
    margin-bottom: 20px;
}

/*首页弹窗*/
.popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    text-align: center;
    overflow-y: auto;
    font-size: 0;
    display: none;
}

.popup:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.m-popfix {
    max-width: 800px;
    position: relative;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    padding: 20px 0;
    width: 89%;
    display: none;
}

.m-popfix.lineblock {
    display: inline-block;
}

.m-popfix .popnews-title {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
    text-align: center;
    padding: 20px 10px 15px;
    margin-bottom: 4px;
    position: relative;
}

.m-popfix .popnews-title:after {
    content: '';
    display: block;
    height: 4px;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.m-popfix .popnews-title h1,
.m-popfix .popnews-title .ment-tit {
    font-size: 16px;
}

.m-popfix .popnews-title span {
    color: #8e99a8;
    display: block;
}

.popuo-images {
    max-width: 1500px;
}

.popuo-images a {
    display: block;
    overflow: hidden;
}

.popuo-images a img {
    display: block;
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.popnews-wrap {
    background: #fff;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px 10px;
}

.popnews-content {
    padding-bottom: 15px;
}

.popnews-content a {
    display: block;
    color: #0e0e0e;
}

.popnews-content a img {
    display: block;
    width: 100%;
}

.popnews-content a .popnews-img {
    margin-bottom: 15px;
}

.popnews-content a .popnews-dec {
    margin: 0 0 15px;
    display: -webkit-box;
    height: 72px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.popnews-content .mb24 {
    margin-bottom: 24px;
}

.view-btn {
    text-align: center;
}

.view-btn a {
    color: #8e99a8;
}

.view-btn a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: 2px;
    border-right: 1px solid #8e99a8;
    border-bottom: 1px solid #8e99a8;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 10px;
}

.view-btn a:hover {
    color: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(40%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 40%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 40%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 40%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 40%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.view-btn a:hover:after {
    border-right: 1px solid #06c878;
    border-bottom: 1px solid #06c878;
}

.news-page {
    padding-top: 15px;
    border-top: 1px solid #d1d8e3;
}

.news-page .date {
    float: right;
    font-size: 12px;
    margin-left: 5px;
}

.news-page a {
    display: block;
    color: #8e99a8;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
}

.news-page a:hover {
    color: #06c878;
}

.closebtn {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    z-index: 100;
    z-index: 9;
}

.closebtn:before {
    content: '';
    position: absolute;
    top: 10px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.closebtn:after {
    content: '';
    position: absolute;
    top: 10px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.right-fixed {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 98;
    padding-top: 1px;
    display: none;
}

.right-fixed .panel-item {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background: url(https://axfxmarkets.com/image/indexicon23.png);
    margin-bottom: 1px;
    padding: 4px 0;
    color: #fff;
    position: relative;
    font-size: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

/* .right-fixed .panel-item:nth-child(1) {
  display: none;
} */

.right-fixed .panel-item:hover {
    background: url(https://axfxmarkets.com/image/indexicon23cur.png);
}

.right-fixed .panel-item span {
    display: block;
    margin-top: 2px;
}

.right-fixed .panel-item.tm-online {
    background-position: 0 0;
}

.right-fixed .panel-item.tm-online img {
    height: 12px;
}

.right-fixed .panel-item.tm-weixin {
    background-position: 0 -67px;
}

.right-fixed .panel-item.tm-weixin img {
    height: 13px;
}

.right-fixed .panel-item.tm-help {
    background-position: 0 -127px;
}

.right-fixed .panel-item.tm-help img {
    height: 15px;
}

.right-fixed .panel-item.tm-contact {
    background-position: 0 -188px;
}

.right-fixed .panel-item.tm-contact img {
    height: 15px;
}

.right-fixed .panel-item.tm-back {
    background-position: 0 -248px;
}

.right-fixed .panel-item.tm-back img {
    height: 12px;
}

.qrcode-box {
    position: absolute;
    right: -95px;
    top: 50%;
    z-index: -1;
    opacity: 0;
    background: #fff;
    padding: 10px;
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.qrcode-box span {
    height: 30px;
    display: block;
    line-height: 30px;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    display: none;
}

.qrcode-box img {
    width: 75px;
    height: auto !important;
}

.qrcode-box.active {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    visibility: visible;
    z-index: 1;
    opacity: 1;
    right: 40px;
}

.telphone {
    width: 120px;
    font-size: 14px;
    height: 40px;
    line-height: 22px;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
}

.telphone a {
    color: #fff;
}

.form-wrap {
    padding-top: 18px;
}

.appoint-form li {
    border-bottom: 1px solid #d1d8e3;
    padding: 10px 0;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.appoint-form li:hover {
    border-image-source: linear-gradient(90deg, #06c878 29%, #0093df 100%);
    border-image-slice: 1;
}

.appoint-form li span {
    display: inline-block;
    float: left;
}

.appoint-form li label {
    overflow: hidden;
    display: block;
}

.appoint-form li input {
    display: block;
    width: 100%;
    padding-left: 10px;
}

.appoint-form li .vcodeimg {
    position: absolute;
    right: 0;
    top: 4px;
}

.appoint-form li .vcodeimg img {
    height: 40px;
    display: inline-block;
}

.appoint-form li .vcodeimg i {
    display: inline-block;
    overflow: hidden;
    font-style: normal;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
    margin-left: 5px;
    color: #8e99a8;
}

.textareabox {
    padding: 10px 0;
}

.textareabox span {
    display: block;
    padding-bottom: 10px;
}

.textareabox textarea {
    height: 100px;
    border: 1px solid #d1d8e3;
    width: 100%;
    padding: 10px;
}

.textareabox textarea:focus {
    border-image-source: linear-gradient(90deg, #06c878 29%, #0093df 100%);
    border-image-slice: 1;
}

.appoint-button {
    display: block;
    width: 194px;
    height: 50px;
    margin: 15px auto 10px;
    line-height: 50px;
    position: relative;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #0ad380),
            to(#09c7bc)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #0ad380 29%, #09c7bc 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #0ad380 29%, #09c7bc 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #0ad380 29%, #09c7bc 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #0ad380 29%, #09c7bc 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position: relative;
}

.appoint-button:hover {
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #07bc75),
            to(#04b5ab)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #07bc75 29%, #04b5ab 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #07bc75 29%, #04b5ab 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #07bc75 29%, #04b5ab 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #07bc75 29%, #04b5ab 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
}

.appoint-button input {
    font-size: 16px;
    width: 100%;
    background: transparent;
    color: #ffffff;
}

.appoint-button:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: 2px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 10px;
    position: absolute;
    left: 120px;
    top: 22px;
}

.public-foot-t-r ul li a {
    padding-right: 5px;
    position: relative;
}

.public-foot-t-r ul li a:after {
    content: '|';
    color: #464646;
    display: inline-block;
    margin-left: 7px;
}

.public-foot-t-r ul li a:last-child:after {
    display: none;
}

.mobile-btn {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    z-index: 98;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.mobile-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://axfxmarkets.com/image/plus.png) center center no-repeat;
}

.mobile-btn.active {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fixed-box {
    right: -40px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed-box.on {
    right: 0;
    opacity: 1;
}

.popup-layer {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 101;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
    width: 300px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.popup-layer .enter-btn {
    margin-top: 11px;
}

.popup-layer .enter-btn a {
    display: inline-block;
    border: 1px solid #06c878;
    min-width: 100px;
    color: #333;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
}

.popup-layer .enter-btn a.site-button {
    background: #06c878;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#f5f7fa, #f5f7fa);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#f5f7fa, #f5f7fa);
    border: 0;
    color: #fff;
}

.zopim:nth-child(1) {
    display: none !important;
}

@media (max-width: 1024px) {
    .zopim {
        display: none !important;
    }
}

@media (min-width: 520px) {
    .contact-list li {
        width: 50%;
    }

    .contact-list li:nth-child(2n + 2) {
        border-right: 0;
    }
}

@media (min-width: 640px) {
    .common-banner img {
        left: auto;
        height: auto;
        width: 100%;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (min-width: 768px) {
    /*首页banner*/
    .inbanner-con {
        left: 10.9375%;
    }

    .inbanner-tit {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .inbanner-text {
        font-size: 16px;
        margin-bottom: 16%;
    }

    .incom-product {
        padding: 50px 0 60px;
    }

    .inpro-list {
        top: 14%;
        padding: 0;
    }

    .page-num {
        bottom: 20px;
    }

    .incom-product {
        padding-left: 30px;
        padding-right: 30px;
    }

    .incom-product ul li:nth-child(even) {
        margin-top: 60px;
        padding-left: 30px;
    }

    .indexnews {
        padding: 30px 0;
    }

    .innews-img {
        width: 45.13333%;
        float: left;
        margin-right: 20px;
    }

    .contact-left {
        float: left;
    }

    .contact-right {
        float: right;
    }

    .contact-list li {
        width: 33.333%;
    }

    .contact-list li:nth-child(2n + 2) {
        border-right: 1px solid #dfe6f0;
    }

    .contact-list li:nth-child(3n + 3) {
        border-right: 0;
    }

    .why-list li {
        width: 25%;
    }

    .foreign-list {
        margin-top: 60px;
    }

    .foreign-list table:before {
        height: 62px;
    }

    .foreign-list table thead {
        font-size: 16px;
    }

    .foreign-list table thead tr td {
        padding: 3px 2px;
    }

    .foreign-list table tbody tr td {
        /* padding: 13px 2px; */
    }

    /*免费培训*/
    .itrade-info {
        padding-top: 10px;
    }

    .itrade-info li {
        width: 50%;
    }

    .itrade-info li img {
        width: 82px;
        margin-bottom: 28px;
    }

    .team-wrbg {
        top: 33.85417%;
    }

    .team-wrbg img {
        display: block;
        width: 100%;
        height: auto;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .team-item1 .team-img {
        width: 33.33333%;
    }

    .team-item1 .team-content {
        text-align: right;
    }

    .team-content {
        padding: 5% 35px 0 0;
        float: right;
        font-size: 14px;
    }

    .team-content .team-name {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .team-content .team-job {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .team-item2 .team-img {
        width: 34.5%;
    }

    .team-item2 .team-content {
        float: left;
        padding-top: 8%;
        margin-left: -4%;
        width: auto;
        left: 0;
    }

    .course-item li {
        width: 25%;
    }

    .save-way li {
        width: 50%;
    }

    .related-news {
        margin: 0 -10px;
    }

    .related-news li {
        float: left;
        width: 33.3%;
        padding: 0 10px;
    }

    .business-left {
        float: left;
        width: 46.66667%;
        margin-right: 9.75%;
    }

    .MetaTrader-box {
        padding-bottom: 50px;
    }

    .MetaTrader-bg img {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .MetaTrader-con .MetaTrader-img {
        float: left;
        width: 50%;
        position: relative;
        left: -5%;
    }

    .MetaTrader-con .MetaTrader-text {
        float: left;
        margin-top: 12%;
        width: 50%;
    }

    .MetaTrader-con .MetaTrader-text .tc {
        text-align: center;
    }

    .MetaTrader-con .MetaTrader-text .brower-text {
        font-size: 14px;
        text-align: right;
        margin-right: -1px;
    }

    .MetaTrader-con .MetaTrader-text .maxwidth458 {
        max-width: 460px;
    }

    .MetaTrader-item.item1 .MetaTrader-bg {
        top: 20%;
    }

    .MetaTrader-item.item1 .MetaTrader-con .MetaTrader-img {
        left: 0;
    }

    .MetaTrader-item.item1 .MetaTrader-con .MetaTrader-text {
        margin-top: 17%;
    }

    .MetaTrader-item.item2 .MetaTrader-bg {
        top: 20%;
    }

    .MetaTrader-item.item2 .MetaTrader-con .MetaTrader-img {
        left: 0;
    }

    .MetaTrader-item.item2 .MetaTrader-con .MetaTrader-text {
        margin-top: 15%;
    }

    /*HuBx*/
    .HuBx-bg {
        width: 100%;
        padding-bottom: 200px;
    }

    .HuBx-bg img {
        width: auto;
        max-width: inherit;
        left: auto;
        right: 0;
    }

    .HuBx-img {
        float: left;
        width: 60.16667%;
    }

    .HuBx-img img {
        max-width: 100%;
    }

    .mt {
        margin-top: 32%;
    }

    .HuBx-con {
        padding: 13% 0 0 2%;
    }

    .hubx-item2 .HuBx-bg img {
        left: 0;
        right: auto;
    }

    .hubx-item2 .HuBx-img {
        float: right;
        right: 0;
    }

    .hubx-item2 .HuBx-con {
        padding: 12% 0 0;
    }

    .hubx-item3 .HuBx-bg {
        width: 100%;
    }

    .hubx-item3 .HuBx-img {
        width: 72.41667%;
    }

    .hubx-item3 .HuBx-con {
        padding: 10% 0 0;
        left: -6%;
        position: relative;
    }

    .iress-singe .HuBx-bg {
        width: 100% !important;
    }

    .iress-singe .HuBx-img {
        width: 49.25%;
    }

    .iress-singe .HuBx-con {
        padding: 15% 0 0 8.5%;
        max-width: 520px;
    }

    .tm-insight1 .HuBx-img {
        width: 69.08333%;
    }

    .date-picker {
        float: left;
        font-size: 0;
        margin: 10px 20px 0 0;
    }

    .date-picker input {
        width: 220px;
    }

    .week-pick {
        padding: 0 90px;
    }

    .week-pick span {
        top: 10px;
    }

    .mobile-btn {
        display: none;
    }

    .fixed-box {
        right: 0;
        opacity: 1;
    }
}

@media (min-width: 1024px) {
    .fs24 {
        font-size: 20px;
    }

    .pt20 {
        padding-top: 0;
    }

    .incommon-title {
        font-size: 30px;
    }

    /*首页头部*/
    .home-logo {
        display: none;
    }

    .indexbody .publicHeader {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
    }

    .indexbody .publicHeader .home-logo {
        display: block;
    }

    .indexbody .publicHeader .inpage-logo {
        display: none;
    }

    .indexbody .publicHeader .publicHeader-top {
        background: rgba(0, 52, 32, 0.5);
    }

    .indexbody .publicHeader .publicHeader-fixed {
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .indexbody .publicHeader nav h3 a {
        color: #fff;
    }

    .indexbody .publicHeader .search-btn {
        background-color: #1f684a;
        background-image: url(https://axfxmarkets.com/image/icon-lookwhite.png);
    }

    .publicHeader .head-subnav .sublist a {
        padding: 7px 0;
    }

    .publicHeader .head-subnav .sublist:after {
        display: none;
    }

    .publicHeader .head-subnav .three-nav {
        position: absolute;
        left: -120px;
        top: 0;
        width: 120px;
        background: rgba(0, 0, 0, 0.5);
        padding-bottom: 15px;
    }

    .publicHeader .head-subnav .three-nav a {
        padding: 10px 0 4px;
    }

    .publicHeader .head-subnav .sublist.haveArror:after {
        display: none;
    }

    /*首页banner*/
    .inbanner-con {
        left: 10.9375%;
        top: 34.69388%;
    }

    .inbanner-tit {
        font-size: 40px;
    }

    .iban-pages {
        bottom: 25px;
    }

    .iban-pages span {
        margin: 0 5px;
    }

    .iban-pages span.swiper-pagination-bullet-active {
        width: 100px;
    }

    .banner-btn {
        display: block;
    }

    .fainleft-one {
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: all ease 900ms;
        -o-transition: all ease 900ms;
        -moz-transition: all ease 900ms;
        transition: all ease 900ms;
        opacity: 0;
    }

    .fainleft-two {
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: all ease 1300ms;
        -o-transition: all ease 1300ms;
        -moz-transition: all ease 1300ms;
        transition: all ease 1300ms;
        opacity: 0;
    }

    .fainleft-three {
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: all ease 1800ms;
        -o-transition: all ease 1800ms;
        -moz-transition: all ease 1800ms;
        transition: all ease 1800ms;
        opacity: 0;
    }

    .indexbanner ul li.active .fainleft-one,
    .indexbanner ul li.active .fainleft-two,
    .indexbanner ul li.active .fainleft-three {
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .enter-more:after {
        margin-top: 13px;
    }

    .indexculomn-about:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 46%;
        height: 55%;
        display: block;
        background: url(https://axfxmarkets.com/image/line.png) 0 0 no-repeat;
        -o-background-size: cover;
        background-size: cover;
    }

    .inabout-left {
        float: left;
        width: 50%;
        padding: 6% 4% 0;
    }

    .inabout-left:before {
        display: none;
    }

    .inabout-right {
        float: right;
        width: 50%;
    }

    .indexculomn-advant {
        padding: 62px 0 0;
    }

    .advant-title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .advant-title img {
        vertical-align: -2px;
        height: 30px;
    }

    .inadvant-list {
        font-size: 0;
    }

    .inadvant-list li {
        display: inline-block;
        vertical-align: top;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 33.33333%;
        font-size: 16px;
        padding: 50px 20px;
    }

    .inadvant-list li .inadvant-box p br {
        display: block;
    }

    .inadvant-list li .cricle {
        width: 140px;
        height: 90px;
        line-height: 90px;
        margin: 0 auto 15px;
    }

    .inadvant-list li h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .incom-product {
        padding-top: 100px;
        padding-bottom: 87px;
    }

    .incom-product ul li:nth-child(even) {
        margin-top: 155px;
        padding-left: 30px;
    }

    .box-wrap {
        -webkit-box-shadow: 25px 25px 10px rgba(33, 66, 96, 0.15);
        box-shadow: 25px 25px 10px rgba(33, 66, 96, 0.15);
    }

    .inpro-list .jypro-icon {
        width: 110px;
    }

    .inpro-list .plafrom-title {
        font-size: 24px;
        margin-bottom: 47px;
    }

    .inpro-list .jypro-title {
        font-size: 18px;
    }

    .news-information {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .inform-title {
        font-size: 30px;
    }

    .indexnews {
        padding: 40px 0;
        overflow: hidden;
    }

    .indexnews:hover img {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03);
    }

    .indexnews img {
        -webkit-transition: -webkit-transform ease 0.7s;
        transition: -webkit-transform ease 0.7s;
        -o-transition: -o-transform ease 0.7s;
        -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
        transition: transform ease 0.7s;
        transition: transform ease 0.7s, -webkit-transform ease 0.7s,
        -moz-transform ease 0.7s, -o-transform ease 0.7s;
    }

    .indexnews:hover .innews-title a {
        color: #ffae0d;
    }

    .indexnews:hover .innews-more {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkU1QjM3Mjg2NzU5MTFFQTg5QUI5NDNDQ0M2N0VDNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkU1QjM3Mjk2NzU5MTFFQTg5QUI5NDNDQ0M2N0VDNDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRTVCMzcyNjY3NTkxMUVBODlBQjk0M0NDQzY3RUM0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRTVCMzcyNzY3NTkxMUVBODlBQjk0M0NDQzY3RUM0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjYoewMAAAE6SURBVHjaYvz//z8DOmA/WYkhxvCfiYHhHzPD//8sQBqI/4JoVob/f1nBNAOI/ssG5v8JCAdrYV6+iw0oVwcU7/4bZ/2RAQdgYqAt6AHiaiDezTT/FP9AOaIbiO8CsSnYIXPP8dPdEX8j3R4DKUcUh8y+zE/vkGD4G+2I6ZCZ1/np6giwQ+KsMRzCOP0WP10dAQL/Es0wHTL1LtghjGwnKv4TZQoJWRREg/j/QfQ/JPF/ED1A+u7/f8zKQPNOM/xndqVbSOAAzKDYYKRlYYWRC+aekwWq3Q/Ur/wfFAr/mN3/Zyu/p1tIAAsrWSC1H4iVgfg0ELuCHEC3hMm86CimAzLVPtItdzAv3Y/hgH/pmh/pVk4AKzBMB6TqfqR3iVmK4oBkI6w1KQuNHVECxJ9AFRmwsMJZlQMEGADkf5tRostHcgAAAABJRU5ErkJggg==");
    }

    .indexnews:hover .innews-more a {
        color: #ffae0d;
        /*background: #06c878;*/
        /*background-image: -webkit-gradient(*/
        /*        linear,*/
        /*        left top,*/
        /*        right top,*/
        /*        color-stop(29%, #06c878),*/
        /*        to(#0093df)*/
        /*),*/
        /*-webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));*/
        /*background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),*/
        /*-webkit-linear-gradient(#f5f7fa, #f5f7fa);*/
        /*background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),*/
        /*-moz- oldlinear-gradient(#f5f7fa, #f5f7fa);*/
        /*background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),*/
        /*-o-linear-gradient(#f5f7fa, #f5f7fa);*/
        /*background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),*/
        /*linear-gradient(#f5f7fa, #f5f7fa);*/
        /*-webkit-background-clip: text;*/
        /*-webkit-text-fill-color: transparent;*/
    }

    .innews-img {
        float: left;
        margin-right: 30px;
        overflow: hidden;
    }

    .innews-date {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .innews-title {
        margin-bottom: 30px;
    }

    .innews-title a {
        font-size: 18px;
    }

    .innews-more {
        margin-top: 30px;
    }

    .innews-list {
        padding-bottom: 60px;
    }

    .innews-list li a:hover {
        -webkit-box-shadow: 0 24px 20px -20px rgba(0, 0, 0, 0.4);
        box-shadow: 0 24px 20px -20px rgba(0, 0, 0, 0.4);
    }

    .innews-list li a:hover:before {
        opacity: 1;
        width: 100%;
    }

    .innews-list li a:hover .right-more {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkU1QjM3Mjg2NzU5MTFFQTg5QUI5NDNDQ0M2N0VDNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkU1QjM3Mjk2NzU5MTFFQTg5QUI5NDNDQ0M2N0VDNDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRTVCMzcyNjY3NTkxMUVBODlBQjk0M0NDQzY3RUM0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRTVCMzcyNzY3NTkxMUVBODlBQjk0M0NDQzY3RUM0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjYoewMAAAE6SURBVHjaYvz//z8DOmA/WYkhxvCfiYHhHzPD//8sQBqI/4JoVob/f1nBNAOI/ssG5v8JCAdrYV6+iw0oVwcU7/4bZ/2RAQdgYqAt6AHiaiDezTT/FP9AOaIbiO8CsSnYIXPP8dPdEX8j3R4DKUcUh8y+zE/vkGD4G+2I6ZCZ1/np6giwQ+KsMRzCOP0WP10dAQL/Es0wHTL1LtghjGwnKv4TZQoJWRREg/j/QfQ/JPF/ED1A+u7/f8zKQPNOM/xndqVbSOAAzKDYYKRlYYWRC+aekwWq3Q/Ur/wfFAr/mN3/Zyu/p1tIAAsrWSC1H4iVgfg0ELuCHEC3hMm86CimAzLVPtItdzAv3Y/hgH/pmh/pVk4AKzBMB6TqfqR3iVmK4oBkI6w1KQuNHVECxJ9AFRmwsMJZlQMEGADkf5tRostHcgAAAABJRU5ErkJggg==");
    }

    .common-banbox {
        bottom: 55px;
    }

    .combanner-title {
        font-size: 30px;
    }

    .trade-maxcontent {
        width: 75%;
    }

    .develop-course {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .course-swiper {
        padding-top: 35px;
        padding-bottom: 0;
    }

    .course-swiper ul li {
        padding: 40px 20px 0;
    }

    .course-date {
        font-size: 24px;
    }

    .course-dot {
        display: none;
    }

    .course-btn {
        display: block;
    }

    .ecosystem-left {
        width: 250px;
        float: left;
        border-top: 1px solid #c3cdda;
        margin-right: 50px;
        padding-top: 30px;
    }

    .system-img {
        float: none;
        width: 82px;
        margin-bottom: 20px;
    }

    .ecosystem-right {
        padding-top: 20px;
        border-top: 1px solid #c3cdda;
    }

    .ecosystem-list {
        padding: 50px 0 0;
        margin: 0 -10px;
    }

    .ecosystem-list li {
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .ecosystem-list li .sylist-img {
        height: 50px;
    }

    .ecosystem-list li .sylist-title {
        font-size: 20px;
        margin: 30px 0 10px;
    }

    .system-content {
        padding: 40px 20px 30px;
    }

    /*监管合规*/
    .regulatory {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .organ-list li {
        border-top: 1px solid #c3cdda;
        padding: 40px 20px;
        margin-bottom: 20px;
    }

    .organ-left {
        float: left;
        width: 200px;
        padding: 30px 0 0;
        margin-right: 30px;
    }

    .organ-img {
        float: none;
    }

    .organ-img img {
        max-width: 100%;
    }

    .organ-title {
        margin-bottom: 20px;
    }

    .organ-decimg {
        margin-bottom: 24px;
    }

    .organ-decimg img {
        max-width: 100%;
    }

    .pt65 {
        padding-top: 45px;
    }

    .partner-wrap {
        padding-top: 5.41667%;
        padding-bottom: 7.29167%;
    }

    .price-wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    /*法律文件*/
    .m-ptb14 {
        padding-top: 90px;
        padding-bottom: 120px;
    }

    .legal-list {
        margin-top: 20px;
    }

    .legal-list li a {
        padding: 35px 40px 35px 12px;
    }

    .legal-list li a .legal-title {
        font-size: 18px;
    }

    .legal-list li a i {
        right: 34px;
        top: 52px;
    }

    .contact-map {
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .contact-way {
        padding: 70px 0 50px;
    }

    .contact-left {
        font-size: 16px;
    }

    .contact-left p {
        padding: 5px 0 5px 30px;
    }

    .contact-right {
        margin: 0 -15px;
    }

    .contact-right .code-box {
        padding: 0 15px;
    }

    .contact-list li {
        overflow: hidden;
    }

    .contact-list li:hover img {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03);
    }

    .contact-list li img {
        -webkit-transition: -webkit-transform ease 0.7s;
        transition: -webkit-transform ease 0.7s;
        -o-transition: -o-transform ease 0.7s;
        -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
        transition: transform ease 0.7s;
        transition: transform ease 0.7s, -webkit-transform ease 0.7s,
        -moz-transform ease 0.7s, -o-transform ease 0.7s;
    }

    .contact-list li .city-box {
        line-height: 28px;
    }

    .contact-list li:hover {
        -webkit-box-shadow: 0 4px 20px 0 rgba(208, 212, 216, 0.6);
        box-shadow: 0 4px 20px 0 rgba(208, 212, 216, 0.6);
    }

    .contact-list li:hover .city-name:after {
        background: #06c878;
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                color-stop(29%, #06c878),
                to(#0093df)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
        background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
        -webkit-linear-gradient(#f5f7fa, #f5f7fa);
        background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
        -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
        background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
        -o-linear-gradient(#f5f7fa, #f5f7fa);
        background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
        linear-gradient(#f5f7fa, #f5f7fa);
    }

    .contact-list li.no-hover {
        opacity: 0.2;
    }

    .contact-list li.no-hover:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .contact-list li.no-hover:hover .city-name:after {
        background: #042536;
    }

    .contact-list li.no-hover:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .city-name {
        font-size: 20px;
        margin: 29px 0 15px;
    }

    .city-name:after {
        margin-top: 15px;
    }

    /*外汇*/
    .exge-dec {
        font-size: 16px;
        margin: 0 auto 50px;
        line-height: 26px;
    }

    .why-list li img {
        width: 82px;
        margin-bottom: 25px;
    }

    .jy-box {
        padding-bottom: 30px;
    }

    .jy-box .jyimg {
        width: 82px;
    }

    .jy-box .jytext {
        padding: 38px 0 0 20px;
    }

    .cfd-wrap {
        margin-top: 0;
        padding: 44px 0 0;
    }

    .cdf-list li {
        padding-bottom: 50px;
    }

    .course-wrap {
        padding-bottom: 60px;
    }

    /*免费培训*/
    .itrade-info li img {
        width: 82px;
        margin-bottom: 28px;
    }

    .team-wrap {
        padding-bottom: 0px;
    }

    .team-item1 .team-img {
        float: right;
    }

    .team-content .team-name {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .team-content .team-job {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .team-content .team-dec {
        line-height: 28px;
    }

    .arrangement {
        padding-bottom: 150px;
    }

    .arrange-left {
        display: block;
    }

    .live-box {
        margin-top: -260px;
    }

    .live-box .watch-live {
        padding: 15px 0px;
        font-size: 14px;
    }

    .live-box .watch-live img {
        width: 130px;
        margin-bottom: 5px;
    }

    .live-box .watch-live .watch-text {
        top: 55%;
        line-height: 16px;
        font-size: 14px;
        padding: 0;
    }

    .live-box .watch-live .watch-showtext {
        font-size: 14px;
    }

    .live-box.active {
        width: 185px;
    }

    .live-box.active .watch-live {
        padding: 15px 25px;
    }

    .video-list {
        margin: 0 -15px;
    }

    .video-list li {
        padding: 0 15px 30px;
    }

    .video-list li a:hover {
        -webkit-box-shadow: 0 24px 20px -20px rgba(0, 0, 0, 0.4);
        box-shadow: 0 24px 20px -20px rgba(0, 0, 0, 0.4);
    }

    .video-list li a:hover:before {
        width: 100%;
    }

    .video-list li a:hover img {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03);
    }

    .video-list li a .video-img .video-btn {
        width: 60px;
        height: 60px;
        -o-background-size: cover;
        background-size: cover;
    }

    .video-content {
        padding: 30px 30px 40px;
    }

    .video-content .video-date {
        margin-bottom: 14px;
    }

    .video-content .video-title {
        font-size: 18px;
    }

    .save-way li {
        padding: 0 40px 70px;
    }

    .save-img {
        width: 160px;
        padding-top: 30px;
        margin-right: 20px;
    }

    .save-content {
        padding: 30px 0 30px 50px;
    }

    .save-content h4 {
        margin-bottom: 12px;
    }

    .pb36 {
        padding-bottom: 36px;
    }

    .problem-nav {
        padding-top: 6px;
    }

    .problem-nav a {
        -webkit-border-radius: 22px;
        border-radius: 22px;
        margin: 0 25px;
        padding: 9px 26px;
        font-size: 16px;
        min-width: 158px;
    }

    .problem-nav a:hover {
        border-color: #06c878;
        color: #000000;
    }

    .problem-list {
        padding-top: 37px;
    }

    .problem-list li {
        margin-bottom: 22px;
    }

    .problem-list li .pro-arror {
        width: 90px;
    }

    .problem-list .problemtitle {
        font-size: 16px;
        padding: 29px 90px 29px 28px;
    }

    .problemQ,
    .problemA {
        width: 32px;
        height: 32px;
        margin-right: 18px;
        -o-background-size: 32px auto;
        background-size: 32px auto;
    }

    .problemA {
        left: 70px;
        top: 40px;
    }

    .pt8 {
        padding-top: 6px;
    }

    .CommonproblemContent {
        padding: 45px 40px 45px 134px;
        line-height: 26px;
    }

    .problemheight {
        padding-right: 44px;
        max-height: 700px;
    }

    /*新闻资讯*/
    .news-list {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .news-list ul {
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 10px;
    }

    .news-list ul li {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .news-list ul li a {
        padding: 30px 140px 30px 120px;
        overflow: hidden;
        position: relative;
    }

    .news-list ul li a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 2px;
        width: 0;
        background: #06c878;
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                color-stop(29%, #06c878),
                to(#0093df)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
        background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
        -webkit-linear-gradient(#f5f7fa, #f5f7fa);
        background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
        -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
        background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
        -o-linear-gradient(#f5f7fa, #f5f7fa);
        background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
        linear-gradient(#f5f7fa, #f5f7fa);
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

    .news-list ul li a:hover {
        -webkit-box-shadow: 0 24px 20px -20px rgba(0, 0, 0, 0.4);
        box-shadow: 0 24px 20px -20px rgba(0, 0, 0, 0.4);
    }

    .news-list ul li a:hover:before {
        width: 100%;
    }

    .news-list ul li a:hover .image img {
        -webkit-transform: translateX(-50%) scale(1.1);
        -moz-transform: translateX(-50%) scale(1.1);
        -ms-transform: translateX(-50%) scale(1.1);
        -o-transform: translateX(-50%) scale(1.1);
        transform: translateX(-50%) scale(1.1);
    }

    .news-list ul li a:hover .icon {
        background: #06c878;
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                color-stop(29%, #06c878),
                to(#0093df)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
        background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
        -webkit-linear-gradient(#f5f7fa, #f5f7fa);
        background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
        -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
        background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
        -o-linear-gradient(#f5f7fa, #f5f7fa);
        background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
        linear-gradient(#f5f7fa, #f5f7fa);
    }

    .news-list ul li .image {
        width: 280px;
        float: left;
    }

    .news-list ul li .word {
        display: block;
        width: auto;
        overflow: hidden;
        padding-left: 30px;
        padding-top: 25px;
    }

    .news-list ul li .date {
        padding: 0 10px;
        position: absolute;
        left: 0;
        top: 50%;
        width: 110px;
        text-align: right;
        margin-top: -28px;
    }

    .news-list ul li .day,
    .news-list ul li .time {
        display: block;
    }

    .news-list ul li .day {
        line-height: 1;
        color: #06c878;
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                color-stop(40%, #06c878),
                to(#0093df)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
        background-image: -webkit-linear-gradient(left, #06c878 40%, #0093df 100%),
        -webkit-linear-gradient(#f5f7fa, #f5f7fa);
        background-image: -moz- oldlinear-gradient(left, #06c878 40%, #0093df 100%),
        -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
        background-image: -o-linear-gradient(left, #06c878 40%, #0093df 100%),
        -o-linear-gradient(#f5f7fa, #f5f7fa);
        background-image: linear-gradient(90deg, #06c878 40%, #0093df 100%),
        linear-gradient(#f5f7fa, #f5f7fa);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 32px;
        font-family: 'Montserrat';
    }

    .news-list ul li .time {
        line-height: 22px;
        color: #c2cbd8;
        font-size: 18px;
        padding-top: 4px;
        font-family: 'Montserrat';
    }

    .news-list ul li .time-day {
        display: none;
    }

    .news-list ul li .title {
        font-size: 20px;
        font-weight: normal;
    }

    .news-list ul li .icon {
        display: block;
    }

    .notice-list ul li .word {
        padding-left: 0;
        padding-top: 0;
    }

    .notice-list ul li a {
        padding: 25px 120px 25px 120px;
    }

    .notice-list ul li .date {
        top: 28px;
        margin-top: 0;
    }

    .notice-list ul li .infocon {
        padding-top: 3px;
    }

    /*新闻详情*/
    .newsdetailA-article {
        float: left;
        width: 64.16667%;
        margin-right: 9.16667%;
    }

    .newsdetailA-related {
        float: right;
        width: 26.66667%;
        border: solid 2px #eaf1fa;
        padding: 34px 40px 0;
    }

    .article-tilte {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .single-page {
        font-size: 16px;
        margin-top: 20px;
        padding: 40px 0 70px;
    }

    .pb66 {
        padding-bottom: 36px;
    }

    .related-cn {
        font-size: 20px;
        margin-bottom: 28px;
    }

    .related-news li {
        margin-bottom: 40px;
        float: none;
        width: 100%;
    }

    .related-news li a {
        overflow: hidden;
    }

    .related-news li a:hover img {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03);
    }

    .related-news li a img {
        -webkit-transition: -webkit-transform ease 0.7s;
        transition: -webkit-transform ease 0.7s;
        -o-transition: -o-transform ease 0.7s;
        -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
        transition: transform ease 0.7s;
        transition: transform ease 0.7s, -webkit-transform ease 0.7s,
        -moz-transform ease 0.7s, -o-transform ease 0.7s;
    }

    .related-news li a .title {
        font-size: 13px;
    }

    .related-news li a:hover .title {
        color: #06c878;
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                color-stop(40%, #06c878),
                to(#0093df)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
        background-image: -webkit-linear-gradient(left, #06c878 40%, #0093df 100%),
        -webkit-linear-gradient(#f5f7fa, #f5f7fa);
        background-image: -moz- oldlinear-gradient(left, #06c878 40%, #0093df 100%),
        -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
        background-image: -o-linear-gradient(left, #06c878 40%, #0093df 100%),
        -o-linear-gradient(#f5f7fa, #f5f7fa);
        background-image: linear-gradient(90deg, #06c878 40%, #0093df 100%),
        linear-gradient(#f5f7fa, #f5f7fa);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .newsdetailB-ctrl {
        padding: 38px 200px 38px 0;
    }

    .newsdetailB-ctrl .page-ctrl {
        margin-bottom: 0;
    }

    .newsdetailB-ctrl .page-ctrl a:hover {
        color: #06c878;
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                color-stop(40%, #06c878),
                to(#0093df)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
        background-image: -webkit-linear-gradient(left, #06c878 40%, #0093df 100%),
        -webkit-linear-gradient(#f5f7fa, #f5f7fa);
        background-image: -moz- oldlinear-gradient(left, #06c878 40%, #0093df 100%),
        -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
        background-image: -o-linear-gradient(left, #06c878 40%, #0093df 100%),
        -o-linear-gradient(#f5f7fa, #f5f7fa);
        background-image: linear-gradient(90deg, #06c878 40%, #0093df 100%),
        linear-gradient(#f5f7fa, #f5f7fa);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .newsdetailB-ctrl .return {
        position: absolute;
        right: 0;
        top: 40px;
        z-index: 3;
        width: 145px;
        height: 50px;
        line-height: 50px;
    }

    .newsdetailB-ctrl .return i {
        font-style: normal;
        position: relative;
        z-index: 2;
    }

    .newsdetailB-ctrl .return:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        z-index: 0;
    }

    .newsdetailB-ctrl .return:before {
        background: #06c878;
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                color-stop(29%, #07b06a),
                to(#0588bc)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
        background-image: -webkit-linear-gradient(left, #07b06a 29%, #0588bc 100%),
        -webkit-linear-gradient(#f5f7fa, #f5f7fa);
        background-image: -moz- oldlinear-gradient(left, #07b06a 29%, #0588bc 100%),
        -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
        background-image: -o-linear-gradient(left, #07b06a 29%, #0588bc 100%),
        -o-linear-gradient(#f5f7fa, #f5f7fa);
        background-image: linear-gradient(90deg, #07b06a 29%, #0588bc 100%),
        linear-gradient(#f5f7fa, #f5f7fa);
    }

    .newsdetailB-ctrl .return:hover:before {
        opacity: 1;
    }

    .weixincode-img {
        right: -37px;
    }

    .weixincode-img p:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .activity-list {
        margin: 0 -15px;
        padding-top: 6px;
    }

    .activity-list li {
        padding: 0 15px 30px;
    }

    .activity-list li a {
        overflow: hidden;
    }

    .activity-list li a:hover img {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03);
    }

    .activity-list li a img {
        -webkit-transition: -webkit-transform ease 0.7s;
        transition: -webkit-transform ease 0.7s;
        -o-transition: -o-transform ease 0.7s;
        -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
        transition: transform ease 0.7s;
        transition: transform ease 0.7s, -webkit-transform ease 0.7s,
        -moz-transform ease 0.7s, -o-transform ease 0.7s;
    }

    .activity-list li a:hover .act-title {
        color: #06c878;
    }

    .activity-box {
        padding: 30px;
    }

    .activity-box .act-title {
        font-size: 18px;
    }

    .activity-box .act-date {
        height: 44px;
        line-height: 22px;
        overflow: hidden;
    }

    /*流动性业务*/
    .business-left {
        padding: 40px 0 0;
        font-size: 16px;
    }

    .business-iconimg {
        margin-bottom: 25px;
    }

    .business-iconimg img {
        max-width: 82px;
    }

    .business-tit {
        padding-bottom: 25px;
    }

    .business-tit:after {
        width: 54px;
        margin-top: 25px;
    }

    .business-right {
        padding-left: 25px;
        padding-bottom: 25px;
    }

    .business-right:before {
        top: 25px;
    }

    .business-wrap {
        padding-top: 40px;
    }

    .pb78 {
        padding-bottom: 38px;
    }

    .pb60 {
        padding-bottom: 30px;
    }

    .ib-dec {
        font-size: 16px;
    }

    .ib-box {
        padding: 80px 0 70px;
    }

    .ib-business {
        padding-top: 60px;
        margin: 0 -10px;
    }

    .ib-business li {
        padding: 0 10px 22px;
    }

    .ib-business li .ib-icon {
        height: 58px;
        margin-bottom: 30px;
    }

    .ib-business li h4 {
        font-size: 18px;
    }

    /*交易平台*/
    .MetaTrader {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .MT5-wrap {
        padding-bottom: 40px;
    }

    .MetaTrader-dec {
        font-size: 16px;
    }

    .MetaTrader-nav {
        padding-top: 70px;
        margin: 0 -10px;
    }

    .MetaTrader-nav a {
        font-size: 24px;
        padding: 0 10px;
    }

    .MetaTrader-nav a span {
        padding: 22px 0 0;
    }

    .MetaTrader-box {
        padding-bottom: 60px;
    }

    .MetaTrader-bg {
        height: 320px;
    }

    .mt-title {
        font-size: 36px;
    }

    .mt-hoverbtn {
        margin-top: 30px;
        width: 220px;
        line-height: 53px;
        padding: 0 0 0 33px;
        font-size: 16px;
        height: 73px;
        text-align: left;
        -o-background-size: 220px auto;
        background-size: 220px auto;
    }

    .mt-hoverbtn img {
        max-width: none;
    }

    .mt-hoverbtn:hover {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .mt-hoverbtn:after {
        -o-background-size: 26px auto;
        background-size: 26px auto;
        margin-left: 18px;
    }

    .mt-hoverbtn img {
        margin-right: 20px;
    }

    .mobile-load {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        margin-top: -2px;
        margin-left: 25px;
        vertical-align: middle;
        padding: 0 20px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }

    .mobile-load img {
        margin-right: 10px;
        vertical-align: -5px;
    }

    .mobile-load .mobile-vcode {
        position: absolute;
        left: 110%;
        top: 50%;
        margin-top: -50px;
        padding: 8px 10px;
        background: #fff;
        display: none;
        border: 1px solid #fff;
    }

    .mobile-load .mobile-vcode img {
        display: block;
        max-width: 80px;
        width: 80px;
        margin-right: 0;
    }

    .mobile-load .mobile-vcode:before {
        left: -12px;
        top: 50%;
        margin-top: -8px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        border-right: 8px #fff solid;
        transform: rotate(0);
    }

    .hubx-item3 {
        margin-top: -5%;
    }

    .hubx-item3 .HuBx-con {
        padding: 13% 0 0;
    }

    .iress-list {
        padding-top: 50px;
    }

    .iress-left {
        float: left;
        width: 160px;
        font-size: 24px;
        padding-top: 50px;
        margin-right: 30px;
    }

    .iress-right {
        margin: 0 -10px;
    }

    .iress-right li {
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .iress-right li .iress-box {
        padding: 40px 10px 20px;
    }

    .iress-right li img {
        height: 50px;
        margin-bottom: 20px;
    }

    .iress-right .iress-tit {
        font-size: 18px;
    }

    .iress-table {
        margin: 10px 0 30px;
    }

    .usage-table {
        margin-bottom: 60px;
    }

    .iress-arror {
        left: 34px;
    }

    .insight-list {
        padding-top: 0;
    }

    .insight-list li .iress-box {
        padding: 30px 10px;
    }

    .insight-list li .iress-box img {
        height: 54px;
        margin-bottom: 25px;
    }

    .insight-wrap {
        -o-background-size: 100% auto;
        background-size: 100% auto;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .insight-slider {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .insight-slider ul li {
        margin-right: 44px;
    }

    .insight-slider ul li.swiper-slide-next {
        margin-top: -50px;
    }

    .insight-slider ul li i {
        -o-background-size: 82px auto;
        background-size: 82px auto;
    }

    .insight-slider ul li:nth-child(3n + 1) i {
        bottom: -33px;
    }

    .insight-slider ul li:nth-child(3n + 2) i {
        bottom: -24px;
    }

    .insight-slider ul li:nth-child(3n + 3) i {
        bottom: 122px;
    }

    .insight-slider .insight-con {
        padding: 50px 20px;
    }

    .insight-slider .insight-con h5 {
        font-size: 24px;
    }

    .m-inbtn {
        position: absolute;
        left: -30px;
        top: 50%;
        margin-top: -15px;
        cursor: pointer;
        z-index: 22;
    }

    .m-inbtn:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .m-right {
        left: auto;
        right: -30px;
    }

    .m-right:before {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .mt30 {
        margin-top: 26%;
    }

    /*首页弹窗*/
    .m-popfix .popnews-title {
        padding: 26px 0 15px;
    }

    .m-popfix .popnews-title h1,
    .m-popfix .popnews-title .ment-tit {
        font-size: 20px;
    }

    .m-popfix .popnews-title .ment-tit {
        margin-bottom: 10px;
    }

    .m-popfix .popnews-title span {
        margin-top: -10px;
    }

    .popnews-wrap {
        padding: 40px 50px 20px;
    }

    .popnews-content {
        padding-bottom: 35px;
    }

    .popnews-content a .popnews-img {
        margin-bottom: 24px;
    }

    .popnews-content a .popnews-dec {
        margin: 0 0 24px;
        display: -webkit-box;
        height: 90px;
        line-height: 30px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .mb24 {
        margin-bottom: 24px;
    }

    .closebtn {
        right: -40px;
        top: 30px;
    }

    .closebtn:before {
        width: 30px;
    }

    .closebtn:after {
        width: 30px;
    }

    .right-fixed .panel-item {
        width: 60px;
        height: 60px;
        padding: 10px 0;
    }

    .right-fixed .panel-item.tm-online img {
        height: 19px;
    }

    .right-fixed .panel-item.tm-weixin img {
        height: 21px;
    }

    .right-fixed .panel-item.tm-help img {
        height: 22px;
    }

    .right-fixed .panel-item.tm-contact img {
        height: 24px;
    }

    .right-fixed .panel-item.tm-back {
        height: 56px;
    }

    .right-fixed .panel-item.tm-back img {
        height: 17px;
    }

    .qrcode-box {
        right: 60px;
    }

    .telphone {
        width: 150px;
        font-size: 16px;
        height: 58px;
        line-height: 40px;
    }

    .appoint-form {
        float: left;
        width: 45%;
        margin-right: 40px;
    }

    .appoint-form li {
        padding: 10px 0;
        margin-bottom: 25px;
    }

    .appoint-form li .vcodeimg {
        right: -34px;
    }

    .textareabox {
        padding: 0;
    }

    .textareabox textarea {
        height: 221px;
    }

    .appoint-button {
        margin: 15px auto 20px;
    }

    .finance-wrap {
        padding-bottom: 30px;
    }

    /*财经日历*/
    .date-picker {
        margin: 10px 40px 0 0;
    }

    .date-picker input {
        width: 220px;
    }

    .week-pick {
        padding: 0 110px;
    }

    .finance-list table tr td {
        padding: 10px 5px;
    }

    .week-pick span {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer;
    }

    .week-pick span:hover {
        background: #06c878;
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                color-stop(29%, #06c878),
                to(#0093df)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));
        background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
        -webkit-linear-gradient(#f5f7fa, #f5f7fa);
        background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
        -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
        background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
        -o-linear-gradient(#f5f7fa, #f5f7fa);
        background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
        linear-gradient(#f5f7fa, #f5f7fa);
        color: #fff;
    }

    .publicHeader .lang-box p {
        padding-bottom: 3px;
    }

    .publicHeader .lang-box a {
        border-bottom: 1px solid #fff;
    }

    .publicHeader .lang-box a:hover {
        border-color: #06c878;
        border-bottom: solid;
        border-width: 1px;
        border-image-source: linear-gradient(90deg, #06c878 29%, #0093df 100%);
        border-image-slice: 1;
    }

    .pt0 {
        padding-top: 0;
    }

    .popup-layer {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 30px;
        width: 520px;
        margin-left: -260px;
    }

    .popup-layer .enter-btn {
        margin-top: 20px;
    }
}

@media (min-width: 1260px) {
    .fs24 {
        font-size: 24px;
    }

    /*首页banner*/
    .inbanner-con {
        max-width: 600px;
    }

    .inabout-left {
        padding: 6% 4% 0;
    }

    .smalltit:before {
        left: -30px;
        -o-background-size: cover;
        background-size: cover;
    }

    .bigtit {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .inabout-text {
        font-size: 16px;
    }

    .inabout-list {
        margin-top: 33px;
        margin-left: -15px;
        white-space: nowrap;
    }

    .inabout-list .li-item {
        width: auto;
        padding: 0 5px;
    }

    .innum strong {
        font-size: 40px;
    }

    .innum i {
        font-size: 36px;
    }

    .inabout-more {
        margin-top: 60px;
        font-size: 16px;
        padding-right: 50px;
        -o-background-size: 33px auto;
        background-size: 33px auto;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -moz-transition: transform 0.3s, -moz-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s,
        -o-transform 0.3s;
    }

    .inabout-more:hover {
        color: #06c878;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkU1QjM3Mjg2NzU5MTFFQTg5QUI5NDNDQ0M2N0VDNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkU1QjM3Mjk2NzU5MTFFQTg5QUI5NDNDQ0M2N0VDNDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRTVCMzcyNjY3NTkxMUVBODlBQjk0M0NDQzY3RUM0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRTVCMzcyNzY3NTkxMUVBODlBQjk0M0NDQzY3RUM0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjYoewMAAAE6SURBVHjaYvz//z8DOmA/WYkhxvCfiYHhHzPD//8sQBqI/4JoVob/f1nBNAOI/ssG5v8JCAdrYV6+iw0oVwcU7/4bZ/2RAQdgYqAt6AHiaiDezTT/FP9AOaIbiO8CsSnYIXPP8dPdEX8j3R4DKUcUh8y+zE/vkGD4G+2I6ZCZ1/np6giwQ+KsMRzCOP0WP10dAQL/Es0wHTL1LtghjGwnKv4TZQoJWRREg/j/QfQ/JPF/ED1A+u7/f8zKQPNOM/xndqVbSOAAzKDYYKRlYYWRC+aekwWq3Q/Ur/wfFAr/mN3/Zyu/p1tIAAsrWSC1H4iVgfg0ELuCHEC3hMm86CimAzLVPtItdzAv3Y/hgH/pmh/pVk4AKzBMB6TqfqR3iVmK4oBkI6w1KQuNHVECxJ9AFRmwsMJZlQMEGADkf5tRostHcgAAAABJRU5ErkJggg==");
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }

    .inadvant-list li {
        padding: 88px 20px 76px;
    }

    .inadvant-list li .cricle {
        width: 200px;
        height: 130px;
        line-height: 130px;
    }

    .inpro-list {
        top: 13.88889%;
        bottom: 0;
    }

    .inpro-list .plafrom-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .inpro-list .jypro-title {
        font-size: 22px;
    }

    .index-web {
        padding-left: 40px;
        padding-right: 40px;
    }

    .jypro-more {
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -moz-transition: transform 0.3s, -moz-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s,
        -o-transform 0.3s;
    }

    .jypro-more:hover {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }

    .innews-more {
        margin-top: 15.5%;
    }

    .news-information {
        padding-top: 90px;
        padding-bottom: 110px;
    }

    .inform-title {
        font-size: 40px;
    }

    .indexnews {
        padding: 60px 0 50px;
    }

    .innews-date {
        font-size: 22px;
    }

    .innews-title a {
        font-size: 22px;
    }

    .innews-deatils {
        font-size: 16px;
    }

    .innews-list {
        padding-bottom: 80px;
    }

    .innews-list li a {
        padding: 50px 30px 35px;
    }

    .innews-list li a .item-date {
        margin-bottom: 30px;
    }

    .innews-list li a .item-title {
        font-size: 20px;
        margin-bottom: 28px;
    }

    .innews-list li a .item-dec {
        margin-bottom: 40px;
    }

    .right-more {
        -o-background-size: 33px auto;
        background-size: 33px auto;
    }

    .inews-more {
        width: 210px;
        height: 48px;
        line-height: 48px;
        padding: 0;
        font-size: 16px;
        position: relative;
    }

    .inews-more:hover {
        /*color: #fff;*/
        color: #000;
    }

    .inews-more:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        background: #ffae0d;
        /*background: #06c878;*/
        /*background-image: -webkit-gradient(*/
        /*        linear,*/
        /*        left top,*/
        /*        right top,*/
        /*        color-stop(29%, #06c878),*/
        /*        to(#0093df)*/
        /*),*/
        /*-webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#f5f7fa));*/
        /*background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),*/
        /*-webkit-linear-gradient(#f5f7fa, #f5f7fa);*/
        /*background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),*/
        /*-moz- oldlinear-gradient(#f5f7fa, #f5f7fa);*/
        /*background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),*/
        /*-o-linear-gradient(#f5f7fa, #f5f7fa);*/
        /*background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),*/
        /*linear-gradient(#f5f7fa, #f5f7fa);*/
    }

    .inews-more:hover:before {
        opacity: 1;
        -webkit-transition: all ease-in 0.3s;
        -o-transition: all ease-in 0.3s;
        -moz-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s;
    }

    .jypro-item {
        display: block;
    }

    .page-num {
        display: none;
    }

    .common-banbox {
        bottom: 55px;
        left: 50%;
        -webkit-transform: translateX(-600px);
        -moz-transform: translateX(-600px);
        -ms-transform: translateX(-600px);
        -o-transform: translateX(-600px);
        transform: translateX(-600px);
    }

    .combanner-title {
        font-size: 48px;
    }

    .trade-max {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .incommon-title:after {
        margin: 17px auto 0;
        width: 54px;
    }

    .incommon-title {
        font-size: 36px;
        padding-bottom: 30px;
    }

    .trade-maxcontent {
        font-size: 16px;
        line-height: 26px;
    }

    .course-swiper {
        padding-top: 35px;
        padding-bottom: 0;
    }

    .course-swiper ul li {
        padding: 40px 50px 0;
    }

    .develop-course {
        padding-top: 124px;
        padding-bottom: 147px;
        background: url(https://axfxmarkets.com/image/aboutimg01.jpg);
        color: #fff;
    }

    .course-date {
        font-size: 36px;
    }

    .course-event {
        font-size: 16px;
        line-height: 26px;
        height: 130px;
        margin-right: 20px;
    }

    .course-btn {
        width: 48px;
        height: 48px;
    }

    .course-btn:before {
        width: 48px;
        height: 48px;
    }

    .why-trademax {
        padding-top: 110px;
        padding-bottom: 110px;
        color: #4f5864;
    }

    .ecosystem-box {
        padding-top: 30px;
    }

    .ecosystem-left {
        width: 286px;
        float: left;
        border-top: 1px solid #c3cdda;
        margin-right: 50px;
        padding-top: 30px;
    }

    .system-img {
        width: 82px;
        margin-bottom: 30px;
    }

    .system-title {
        font-size: 24px;
        color: #0e0e0e;
        line-height: 28px;
    }

    .ecosystem-right {
        padding-top: 30px;
    }

    .ecosystem-left {
        width: 286px;
    }

    .ecosy-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .ecosystem-list {
        padding: 80px 0 0;
        margin: 0 -15px;
    }

    .ecosystem-list li {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .ecosystem-list li .sylist-img {
        height: 76px;
    }

    .ecosystem-list li .sylist-title {
        font-size: 24px;
        margin: 40px 0 20px;
    }

    .system-content {
        padding: 78px 44px 55px;
    }

    /*监管合规*/
    .regulatory {
        padding-top: 90px;
        padding-bottom: 80px;
    }

    .organ-list li {
        padding: 50px 50px 40px;
    }

    .organ-left {
        width: 286px;
        margin-right: 50px;
    }

    .organleft-tit {
        padding: 20px 0 0;
    }

    .pt65 {
        padding-top: 65px;
    }

    .price-wrap {
        padding-top: 100px;
        padding-bottom: 128px;
    }

    .contact-list li {
        padding: 40px 50px 50px;
    }

    /*免费培训*/
    .itrade-dec {
        padding: 30px 90px 28px;
    }

    .team-item2 .team-content {
        padding-top: 12%;
    }

    .course-content {
        padding-top: 80px;
    }

    .course-item {
        padding: 20px 0 40px;
        margin: 0 -20px;
    }

    .course-item li {
        padding: 0 20px;
        -webkit-transform: all 0.4s;
        -moz-transform: all 0.4s;
        -ms-transform: all 0.4s;
        -o-transform: all 0.4s;
        transform: all 0.4s;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .course-item li .course-itembox {
        padding: 30px 20px 0;
        font-size: 18px;
        height: 150px;
    }

    .course-item li .itembox-icon {
        opacity: 0;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        -moz-transition: all 0.6s;
        transition: all 0.6s;
        margin-bottom: 10px;
    }

    .course-item li .itembox-icon img {
        width: 38px;
    }

    .course-item li .itembox-text {
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        -moz-transition: all 0.6s;
        transition: all 0.6s;
        margin-top: -53px;
    }

    .course-item li:hover .course-itembox {
        background: #f7f8fa;
    }

    .course-item li:hover .course-itembox:before {
        opacity: 1;
        width: 100%;
    }

    .course-item li:hover .itembox-icon {
        opacity: 1;
    }

    .course-item li:hover .itembox-text {
        margin-top: 0;
    }

    .arrange-right li {
        padding: 45px 80px;
    }

    .arrange-right li a .view-title {
        font-size: 18px;
    }

    .arrange-right li a .view-date {
        font-size: 24px;
    }

    .pb36 {
        padding-bottom: 36px;
    }

    .news-list ul li a {
        -webkit-box-shadow: 0 8px 18px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 18px -5px rgba(0, 0, 0, 0.1);
        padding: 40px 200px 40px 160px;
    }

    .news-list ul li .word {
        padding-left: 45px;
    }

    .news-list ul li .date {
        width: 160px;
        padding-right: 44px;
    }

    .news-list ul li .day {
        font-size: 32px;
    }

    .news-list ul li .time {
        padding-top: 8px;
    }

    .news-list ul li .infocon {
        padding-top: 14px;
    }

    .news-list ul li .icon {
        width: 60px;
        height: 60px;
        right: 50px;
        margin-top: -30px;
        line-height: 60px;
    }

    .notice-list ul li .word {
        padding-left: 0;
        padding-top: 0;
    }

    .notice-list ul li a {
        padding: 35px 200px 35px 160px;
    }

    .notice-list ul li .date {
        top: 38px;
        margin-top: 0;
    }

    .notice-list ul li .infocon {
        padding-top: 3px;
    }

    .pb66 {
        padding-bottom: 66px;
    }

    .pb60 {
        padding-bottom: 60px;
    }

    .pb78 {
        padding-bottom: 78px;
    }

    .MetaTrader {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .MT5-wrap {
        padding-bottom: 20px;
    }

    /*HuBx*/
    .HuBx-list {
        margin-bottom: 54px;
    }

    .HuBx-con .HuBx-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .mt {
        margin-top: 32%;
    }

    .HuBx-con {
        padding: 13% 0 0 2%;
    }

    .hubx-item2 .HuBx-img {
        right: -10%;
    }

    .hubx-item2 .HuBx-con {
        padding: 12% 0 0 3%;
    }

    .hubx-item3 .HuBx-con {
        padding: 10% 0 0;
    }

    .iress-list {
        padding-top: 70px;
    }

    .iress-left {
        width: 200px;
        font-size: 24px;
        padding-top: 80px;
        margin-right: 50px;
    }

    .iress-right li {
        width: 20%;
    }

    .usage-table .usagetl,
    .usagetl {
        padding: 30px 90px;
    }

    .insight-list li {
        width: 25%;
    }

    .insight-list li .iress-box {
        padding: 60px 10px 45px;
    }

    .insight-list li .iress-box img {
        height: 74px;
        margin-bottom: 35px;
    }

    .tm-insight,
    .tm-insight1 {
        margin-bottom: 0;
    }

    .tm-inbg {
        margin-bottom: 38px;
    }

    .inadvant-list li h3 {
        font-size: 30px;
    }
}

@media (min-width: 1366px) {
    .inabout-list .li-item {
        padding: 0 15px;
    }
}

@media (min-width: 1400px) {
    .inbanner-tit {
        font-size: 100px;
    }

    .inbanner-text {
        font-size: 18px;
        margin-bottom: 26%;
    }

    .inpro-list {
        bottom: 0;
        font-size: 16px;
    }

    .inpro-list .jypro-icon {
        width: 110px;
    }

    .inpro-list .plafrom-title {
        margin-bottom: 47px;
    }

    .inpro-list .jypro-title {
        font-size: 24px;
    }

    .inpro-list .jypro-text {
        margin: 0 auto 30px;
    }

    .inpro-list .jypro-item {
        margin-top: 7%;
    }

    .jypro-more {
        padding-right: 50px;
        -o-background-size: 30px auto;
        background-size: 30px auto;
    }

    .innews-box {
        padding: 50px 0 0;
    }

    .foreign-exge {
        padding-bottom: 80px;
    }

    .banner-btn {
        width: 68px;
        height: 68px;
    }

    .banner-btn:before {
        width: 68px;
        height: 68px;
    }
}

@media (min-width: 1600px) {
    .inpro-list {
        top: 22.91667%;
    }

    .plafrom-title {
        font-size: 30px;
    }

    .inabout-left {
        padding: 12.5% 8% 0;
    }

    .bigtit {
        font-size: 48px;
    }

    .innum strong {
        font-size: 50px;
    }

    .innum i {
        font-size: 40px;
    }

    .index-web {
        padding-left: 0;
        padding-right: 0;
    }

    .team-item2 .team-content {
        padding-top: 12%;
    }

    /*HuBx*/
    .HuBx-bg {
        width: 89.58333%;
        padding-bottom: 15.69767%;
    }

    .HuBx-bg img {
        width: 100%;
    }

    .HuBx-con .HuBx-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .HuBx-con {
        padding: 15% 0 0 2%;
    }

    .hubx-item2 .HuBx-con {
        padding: 13% 0 0 3%;
    }

    .hubx-item3 {
        margin-top: -6%;
    }

    .hubx-item3 .HuBx-con {
        padding: 15% 0 0;
    }

    .mt20 {
        margin-top: 20px;
    }

    /*TradeMax Insight*/
    .tm-insight .HuBx-bg {
        width: 100%;
    }

    .tm-insight .HuBx-con {
        padding: 13.5% 30px 0 3%;
    }

    .tm-insight1 .HuBx-bg {
        width: 100%;
    }

    .tm-insight1 .HuBx-img {
        right: 0;
        margin-right: -10%;
    }

    .tm-insight1 .HuBx-con {
        padding: 13% 50px 0 20px;
    }

    .tm-insight1 .HuBx-bg,
    .tm-insight .HuBx-bg {
        width: 87.5%;
    }
}

@media (min-width: 1920px) {
    /*TradeMax Insight*/
    .tm-insight1 .HuBx-bg,
    .tm-insight .HuBx-bg {
        width: 81.25%;
    }
}

/*搜索页*/
.searchcont401 {
    padding: 36px 0 0;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center top;
    -o-background-size: cover;
    background-size: cover;
}

.searchtitle401 {
    padding: 28px 15px;
    background-color: #f2f2f2;
}

.searchtitle401 span {
    color: #f08300;
}

.resultlist401 {
    font-size: 13px;
    padding: 3% 0 0;
}

.resultlist401 img {
    display: block;
    width: 100%;
    margin-bottom: 2%;
}

.resultlist401 li {
    padding: 15px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: -1px;
}

.resultlist401 h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3%;
}

.resultlist401 h4 em {
    color: #f08300;
}

.resultlist401 h4 a {
    display: block;
}

.resulttext401 {
    overflow: hidden;
    height: 72px;
    color: #999;
    line-height: 24px;
}

.resultlabel401 {
    color: #999;
    display: inline-block;
    padding-top: 30px;
}

.searchinputcont401 dt input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 12px;
    font-size: 15px;
    color: #333333;
    background-color: #ffffff;
}

.searchinputcont401 dd input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    background-color: #06c878;
    background-image: url(https://axfxmarkets.com/image/search1.png);
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: auto 22px;
    background-size: auto 22px;
}

.keywords {
    color: #06c878;
}

.ms-detail td .short-sl {
    width: 103px;
}

.sitemapcont2 {
    padding: 6% 0;
    overflow: hidden;
}

.sitemapcont2 dl {
    position: relative;
    margin-bottom: 36px;
    min-height: 36px;
}

.sitemapcont2 dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #06c878;
    padding: 0 8px;
    background: #fff;
    position: absolute;
    left: 18px;
    top: -14px;
}

.sitemapcont2 dl dt a {
    color: #06c878;
}

.sitemapcont2 dl dd {
    padding: 4% 3% 1% 3%;
    border: 1px solid #e6e6e6;
}

.sitemapcont2 dl dd a {
    display: inline-block;
    padding-left: 10px;
    margin: 0 23px 8px 0;
}

@media (min-width: 768px) {
    .searchtitle401 {
        font-size: 24px;
        padding-bottom: 36px;
    }

    .resultlist401 h4 {
        font-size: 20px;
        margin-bottom: 2%;
    }

    .searchimg401 {
        float: left;
        margin: 0 3% 0 0;
        display: block;
        width: 200px;
        height: 150px;
        overflow: hidden;
        position: relative;
    }

    .resultlist401 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        max-width: 100%;
        width: auto;
    }

    .sitemapcont2 {
        padding: 2% 0 0;
        overflow: hidden;
    }

    .sitemapcont2 dl dt {
        font-size: 20px;
    }

    .sitemapcont2 dl dd {
        padding: 2% 3% 1% 3%;
        border: 1px solid #e6e6e6;
    }

    .sitemapcont2 dl dd a {
        margin: 0 50px 8px 0;
    }

    .sitemapcont2 dl dd a:hover {
        color: #06c878;
    }
}

@media (min-width: 992px) {
    .searchinputcont401 {
        width: 45%;
        margin: 0 auto;
    }

    .searchinputcont401 dt {
        float: left;
        width: 78%;
    }

    .searchinputcont401 dd {
        float: left;
        width: 22%;
    }

    .searchinputcont401 dt input {
        font-size: 18px;
    }

    .searchinputcont401 dd input {
        text-align: left;
        padding-left: 20%;
        font-size: 18px;
        font-weight: bold;
        background-position: 80% center;
    }
}

.publicHeader {
    height: 50px;
}

.publicHeader .head-commonweb {
    padding: 0 15px;
}

.publicHeader .search-form {
    position: relative;
}

.publicHeader .toggle-btn {
    float: right;
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: 10px;
}

.publicHeader .toggle-btn span {
    width: 20px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.publicHeader .toggle-btn span:first-child {
    top: 8px;
}

.publicHeader .toggle-btn span:nth-child(2) {
    top: 50%;
}

.publicHeader .toggle-btn span:last-child {
    bottom: 7px;
}

.publicHeader .toggle-btn.cur span:first-child {
    -webkit-transform: translate(-50%, 7px) rotate(45deg);
    -moz-transform: translate(-50%, 7px) rotate(45deg);
    -ms-transform: translate(-50%, 7px) rotate(45deg);
    -o-transform: translate(-50%, 7px) rotate(45deg);
    transform: translate(-50%, 7px) rotate(45deg);
}

.publicHeader .toggle-btn.cur span:nth-child(2) {
    opacity: 0;
}

.publicHeader .toggle-btn.cur span:last-child {
    -webkit-transform: translate(-50%, -7px) rotate(-45deg);
    -moz-transform: translate(-50%, -7px) rotate(-45deg);
    -ms-transform: translate(-50%, -7px) rotate(-45deg);
    -o-transform: translate(-50%, -7px) rotate(-45deg);
    transform: translate(-50%, -7px) rotate(-45deg);
}

.publicHeader .logo {
    display: block;
    padding: 7px 0;
}

.publicHeader .logo img {
    height: 36px;
    display: block;
}

.publicHeader .publicHeader-top {
    position: absolute;
    right: 0;
}

.publicHeader .publicHeader-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.publicHeader .search-box {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px #ddd;
    box-shadow: 0 2px 5px #ddd;
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #dedede;
}

.publicHeader .search-input {
    width: 100%;
    height: 35px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    padding: 0 40px 0 15px;
    border: 1px solid #dedede;
}

.publicHeader .search-btn {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    top: 10px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-image: url(https://axfxmarkets.com/image/publicHeader-icon-search.png);
}

.publicHeader .links-list {
    display: none;
    font-size: 0;
}

.publicHeader .links-list a {
    display: inline-block;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    width: 31%;
    margin: 0 1%;
    background-blend-mode: normal, normal;
    margin-top: 20px;
    font-size: 13px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.publicHeader .links-list a:nth-child(3) {
    background-color: #0197d9;
}

.publicHeader .links-list a:first-child {
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#0ad481),
            to(#05c576)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#05c576), to(#05c576));
    background-image: -webkit-linear-gradient(left, #0ad481 0%, #05c576 100%),
    -webkit-linear-gradient(#05c576, #05c576);
    background-image: -moz- oldlinear-gradient(left, #0ad481 0%, #05c576 100%),
    -moz- oldlinear-gradient(#05c576, #05c576);
    background-image: -o-linear-gradient(left, #0ad481 0%, #05c576 100%),
    -o-linear-gradient(#05c576, #05c576);
    background-image: linear-gradient(90deg, #0ad481 0%, #05c576 100%),
    linear-gradient(#05c576, #05c576);
}

.publicHeader .links-list a:nth-child(2) {
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#06cfc7),
            to(#09c5be)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#09c5be), to(#09c5be));
    background-image: -webkit-linear-gradient(left, #06cfc7 0%, #09c5be 100%),
    -webkit-linear-gradient(#09c5be, #09c5be);
    background-image: -moz- oldlinear-gradient(left, #06cfc7 0%, #09c5be 100%),
    -moz- oldlinear-gradient(#09c5be, #09c5be);
    background-image: -o-linear-gradient(left, #06cfc7 0%, #09c5be 100%),
    -o-linear-gradient(#09c5be, #09c5be);
    background-image: linear-gradient(90deg, #06cfc7 0%, #09c5be 100%),
    linear-gradient(#09c5be, #09c5be);
}

.publicHeader .links-list a:last-child {
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#1c7cff),
            to(#0069f7)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#0069f7), to(#0069f7));
    background-image: -webkit-linear-gradient(left, #1c7cff 0%, #0069f7 100%),
    -webkit-linear-gradient(#0069f7, #0069f7);
    background-image: -moz- oldlinear-gradient(left, #1c7cff 0%, #0069f7 100%),
    -moz- oldlinear-gradient(#0069f7, #0069f7);
    background-image: -o-linear-gradient(left, #1c7cff 0%, #0069f7 100%),
    -o-linear-gradient(#0069f7, #0069f7);
    background-image: linear-gradient(90deg, #1c7cff 0%, #0069f7 100%),
    linear-gradient(#0069f7, #0069f7);
}

.publicHeader nav {
    display: none;
    position: fixed;
    top: 50px;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    padding: 0 0 50px 0;
    border-top: 1px solid #dedede;
}

.publicHeader nav li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.publicHeader nav li.active i:before {
    top: 19px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.publicHeader nav h3 {
    position: relative;
}

.publicHeader nav h3 a {
    display: block;
    padding: 10px 20px;
    color: #5d5b5b;
    font-size: 16px;
}

.publicHeader nav i {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 80px;
}

.publicHeader nav i::before {
    content: '';
    position: absolute;
    top: 14px;
    right: 22px;
    width: 10px;
    height: 10px;
    border-bottom: solid 1px #666;
    border-left: solid 1px #666;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.publicHeader .head-subnav {
    display: none;
    padding-bottom: 10px;
}

.publicHeader .head-subnav a {
    display: block;
    padding: 2px 30px;
    font-size: 15px;
    color: #888;
}

.publicHeader .lang-box {
    display: none;
    position: absolute;
    top: 50px;
    min-width: 100px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 0;
    z-index: 9;
    background-color: #fff;
}

.publicHeader .lang-box a {
    display: block;
    padding: 3px 0;
}

.publicHeader .m-search-btn {
    display: block;
    height: 30px;
    width: 30px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
    margin-top: 10px;
    background-image: url(https://axfxmarkets.com/image/publicHeader-icon-search.png);
}

.publicHeader .lang {
    float: left;
    position: relative;
    margin-right: 5px;
    display: none;
}

.publicHeader .lang .lang-btn {
    display: block;
    height: 30px;
    width: 30px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
    margin-top: 10px;
    background-image: url(https://axfxmarkets.com/image/publicHeader-icon-lang2.png);
}

.publicHeader .mobile-list {
    display: block;
}

.publicFooter .public-foot-t-l {
    background-color: #262626;
    color: #8e99a8;
    padding: 30px 15px;
}

.publicFooter .public-foot-t-l > p {
    margin-bottom: 10px;
}

.publicFooter .public-foot-form input {
    border: none;
    background: none;
    width: 100%;
    height: 40px;
    color: #fff;
    padding-left: 50px;
}

.publicFooter .public-foot-form label {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.publicFooter .public-foot-form .form-item {
    position: relative;
    margin-bottom: 13px;
    border-bottom: 1px solid #8e99a8;
}

.publicFooter .public-foot-form .form-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #8e99a8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.publicFooter .public-foot-form .form-item.cur::before {
    width: 100%;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(29%, #06c878),
            to(#0093df)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#d1d8e3), to(#d1d8e3));
    background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
    -webkit-linear-gradient(#d1d8e3, #d1d8e3);
    background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#d1d8e3, #d1d8e3);
    background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
    -o-linear-gradient(#d1d8e3, #d1d8e3);
    background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
    linear-gradient(#d1d8e3, #d1d8e3);
    background-blend-mode: normal, normal;
}

.publicFooter .public-foot-form .code-item input {
    padding-left: 78px;
    padding-right: 110px;
}

.publicFooter .public-foot-form .code-item span {
    display: none;
    line-height: 1;
    color: #8e99a8;
    font-size: 12px;
    width: 24px;
}

.publicFooter .public-foot-form .code-item a {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.publicFooter .public-foot-form .code-item img {
    height: 100%;
    width: 100px;
}

.publicFooter .public-foot-form .form-r p {
    color: #fff;
}

.publicFooter .public-foot-form .form-r textarea {
    background: none;
    width: 100%;
    height: 100px;
    color: #fff;
    border: 1px solid #8e99a8;
    padding: 5px 10px;
    margin-top: 10px;
}

.publicFooter .public-foot-form .submit-item button {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    text-align: center;
    line-height: 40px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: 100%;
    background-size: 100%;
    width: 100%;
    max-width: 310px;
    display: block;
    height: 40px;
    border: none;
    color: #fff;
    background-image: url(https://axfxmarkets.com/image/publicFooter-btn-border.png);
    margin: 20px auto 0 auto;
}

.publicFooter .public-foot-t-r {
    padding: 30px 15px;
    background-color: #191919;
}

.publicFooter .public-foot-t-r p {
    color: #fff;
}

.publicFooter .public-foot-t-r li {
    margin-bottom: 20px;
}

.publicFooter .public-foot-t-r li:last-child {
    margin-bottom: 0;
}

.publicFooter .public-foot-t-r h4 {
    line-height: 1;
    color: #6f7988;
    margin-bottom: 10px;
}

.publicFooter .public-foot-t-r a {
    display: inline-block;
    color: #fff;
}

.publicFooter .publicFooter-link .publicFooter-links-box {
    display: none;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    padding: 10px;
}

.publicFooter .publicFooter-link .publicFooter-links-box::before {
    content: '';
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.publicFooter .publicFooter-link .publicFooter-box {
    font-size: 0;
}

.publicFooter .publicFooter-link .publicFooter-item {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: #4b525d;
    margin-right: 20px;
}

.publicFooter .publicFooter-link .publicFooter-item.facebook {
    background-image: url(https://axfxmarkets.com/image/publicFooter-icon-facebook.png);
}

.publicFooter .publicFooter-link .publicFooter-item.weixin {
    background-image: url(https://axfxmarkets.com/image/publicFooter-icon-weixin.png);
}

.publicFooter .publicFooter-commonweb {
    padding: 0 15px;
}

.publicFooter .publicFooter-bottom {
    padding-top: 30px;
    background-color: #191919;
}

.publicFooter .publicFooter-bottom .publicFooter-logo {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.publicFooter .publicFooter-bottom .publicFooter-logo img {
    height: 25px;
}

.publicFooter .publicFooter-content {
    color: #6f7988;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.publicFooter .publicFooter-content h4 {
    color: #fff;
}

.publicFooter .publicFooter-copyright {
    color: #6f7988;
    padding: 10px 0 20px 0;
}

.publicFooter .publicFooter-copyright .link {
    text-align: center;
}

.publicFooter .publicFooter-copyright a {
    display: inline-block;
    color: #6f7988;
    margin: 0 5px;
}

.publicFooter .publicFooter-copyright .txt {
    text-align: center;
    margin-top: 10px;
}

.suzyafternone {
    padding-left: 35px;
}

.suzyafternone:after {
    display: none !important;
}

@media (min-width: 768px) {
    .publicHeader .head-commonweb {
        padding: 0 20px;
    }

    .publicFooter .publicFooter-commonweb {
        padding: 0 20px;
    }

    .publicFooter .public-foot-t-l {
        padding-left: 20px;
        padding-right: 20px;
    }

    .publicFooter .public-foot-t-r {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1024px) {
    .publicHeader {
        height: auto;
    }

    .publicHeader .publicHeader-fixed {
        position: relative;
    }

    .publicHeader .publicHeader-top {
        position: static;
        width: 100%;
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                from(#06c878),
                color-stop(60%),
                to(#0093df)
        );
        background-image: -webkit-linear-gradient(left, #06c878, 60%, #0093df);
        background-image: -moz- oldlinear-gradient(left, #06c878, 60%, #0093df);
        background-image: -o-linear-gradient(left, #06c878, 60%, #0093df);
        background-image: linear-gradient(to right, #06c878, 60%, #0093df);
    }

    .publicHeader .head-commonweb {
        padding: 0 40px;
    }

    .suzyafternone {
        padding-left: 50px;
    }

    .publicHeader .toggle-btn {
        display: none;
    }

    .publicHeader .m-search-btn {
        display: none;
    }

    .publicHeader .search-box {
        display: block;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
        border: none;
        width: 275px;
        text-align: right;
        padding-left: 0px;
        padding-right: 0px;
    }

    .publicHeader .search-btn {
        right: 0;
        background-color: #fff;
    }

    .publicHeader .search-input {
        border: none;
        text-align: left;
        width: 0;
        padding-right: 0;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background-color: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    .publicHeader .search-input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .publicHeader .links-list {
        display: block;
        float: left;
        font-size: 0;
    }

    .publicHeader .links-list a {
        display: inline-block;
        line-height: 35px;
        text-align: center;
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
        min-width: 130px;
        width: auto;
        margin-right: 0;
        background-blend-mode: normal, normal;
        margin-top: 10px;
        margin-left: 15px;
        font-size: 14px;
        color: #fff;
        position: relative;
    }

    .publicHeader .links-list a:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        z-index: 0;
        border-radius: 20px;
        background-image: linear-gradient(90deg, #0069f7 0%, #0564e4 100%),
        linear-gradient(#0069f7, #0069f7);
    }

    .publicHeader .links-list a:first-child {
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                from(#0ad481),
                to(#05c576)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#05c576), to(#05c576));
        background-image: -webkit-linear-gradient(left, #0ad481 0%, #05c576 100%),
        -webkit-linear-gradient(#05c576, #05c576);
        background-image: -moz- oldlinear-gradient(left, #0ad481 0%, #0b0f0e 100%),
        -moz- oldlinear-gradient(#05c576, #05c576);
        background-image: -o-linear-gradient(left, #0ad481 0%, #05c576 100%),
        -o-linear-gradient(#05c576, #05c576);
        background-image: linear-gradient(90deg, #0ad481 0%, #05c576 100%),
        linear-gradient(#05c576, #05c576);
    }

    .publicHeader .links-list a:first-child:before {
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                from(#05c576),
                to(#09a867)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#05c576), to(#05c576));
        background-image: -webkit-linear-gradient(left, #05c576 0%, #09a867 100%),
        -webkit-linear-gradient(#05c576, #05c576);
        background-image: -moz- oldlinear-gradient(left, #05c576 0%, #09a867 100%),
        -moz- oldlinear-gradient(#05c576, #05c576);
        background-image: -o-linear-gradient(left, #05c576 0%, #09a867 100%),
        -o-linear-gradient(#05c576, #05c576);
        background-image: linear-gradient(90deg, #05c576 0%, #09a867 100%),
        linear-gradient(#05c576, #05c576);
    }

    .publicHeader .links-list a:nth-child(2) {
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                from(#06cfc7),
                to(#09c5be)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#09c5be), to(#09c5be));
        background-image: -webkit-linear-gradient(left, #06cfc7 0%, #09c5be 100%),
        -webkit-linear-gradient(#09c5be, #09c5be);
        background-image: -moz- oldlinear-gradient(left, #06cfc7 0%, #09c5be 100%),
        -moz- oldlinear-gradient(#09c5be, #09c5be);
        background-image: -o-linear-gradient(left, #06cfc7 0%, #09c5be 100%),
        -o-linear-gradient(#09c5be, #09c5be);
        background-image: linear-gradient(90deg, #06cfc7 0%, #09c5be 100%),
        linear-gradient(#09c5be, #09c5be);
    }

    .publicHeader .links-list a:nth-child(2):before {
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                from(#09c5be),
                to(#0ab0a9)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#05c576), to(#05c576));
        background-image: -webkit-linear-gradient(left, #09c5be 0%, #0ab0a9 100%),
        -webkit-linear-gradient(#05c576, #05c576);
        background-image: -moz- oldlinear-gradient(left, #09c5be 0%, #0ab0a9 100%),
        -moz- oldlinear-gradient(#05c576, #05c576);
        background-image: -o-linear-gradient(left, #09c5be 0%, #0ab0a9 100%),
        -o-linear-gradient(#05c576, #05c576);
        background-image: linear-gradient(90deg, #09c5be 0%, #0ab0a9 100%),
        linear-gradient(#05c576, #05c576);
    }

    .publicHeader .links-list a:last-child {
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                from(#1c7cff),
                to(#0069f7)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#0069f7), to(#0069f7));
        background-image: -webkit-linear-gradient(left, #1c7cff 0%, #0069f7 100%),
        -webkit-linear-gradient(#0069f7, #0069f7);
        background-image: -moz- oldlinear-gradient(left, #1c7cff 0%, #0069f7 100%),
        -moz- oldlinear-gradient(#0069f7, #0069f7);
        background-image: -o-linear-gradient(left, #1c7cff 0%, #0069f7 100%),
        -o-linear-gradient(#0069f7, #0069f7);
        background-image: linear-gradient(90deg, #1c7cff 0%, #0069f7 100%),
        linear-gradient(#0069f7, #0069f7);
    }

    .publicHeader .links-list a:last-child:before {
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                from(#0069f7),
                to(#0564e4)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#0069f7), to(#0069f7));
        background-image: -webkit-linear-gradient(left, #0069f7 0%, #0564e4 100%),
        -webkit-linear-gradient(#0069f7, #0069f7);
        background-image: -moz- oldlinear-gradient(left, #0069f7 0%, #0564e4 100%),
        -moz- oldlinear-gradient(#0069f7, #0069f7);
        background-image: -o-linear-gradient(left, #0069f7 0%, #0564e4 100%),
        -o-linear-gradient(#0069f7, #0069f7);
        background-image: linear-gradient(90deg, #0069f7 0%, #0564e4 100%),
        linear-gradient(#0069f7, #0069f7);
    }

    .publicHeader .links-list a i {
        font-style: normal;
        position: relative;
        z-index: 2;
    }

    .publicHeader .links-list a:hover:before {
        opacity: 1;
    }

    .publicHeader .mobile-list {
        display: none;
    }

    .publicHeader .lang .lang-btn {
        width: auto;
        line-height: 60px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: left center;
        cursor: pointer;
        margin-top: 0;
        padding-left: 25px;
        color: #fff;
        font-size: 14px;
        background-image: url(https://axfxmarkets.com/image/publicHeader-icon-lang.png);
    }

    .publicHeader .lang .lang-box {
        top: 55px;
    }

    .publicHeader .logo {
        padding: 10px 0;
    }

    .publicHeader .logo img {
        height: 50px;
    }

    .publicHeader nav {
        display: block;
        position: static;
        background: none;
        padding: 0;
        width: auto;
        overflow: initial;
        border: none;
    }

    .publicHeader nav li {
        float: left;
        border-bottom: none;
        padding-left: 25px;
    }

    .publicHeader nav .m-li {
        display: none;
    }

    .publicHeader nav i {
        display: none;
    }

    .publicHeader nav h3 a {
        line-height: 70px;
        padding: 0;
    }

    .publicHeader .head-subnav {
        display: none;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 200px;
        text-align: center;
        padding-bottom: 18px 23px;
        background-color: rgba(0, 0, 0, 0.5);
        margin-left: 12.5;
    }

    .publicHeader .head-subnav a {
        display: inline-block;
        position: relative;
        color: #fff;
        padding: 7px 0;
    }

    .publicHeader .head-subnav a::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                color-stop(29%, #06c878),
                to(#0093df)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#006cff), to(#006cff));
        background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
        -webkit-linear-gradient(#006cff, #006cff);
        background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
        -moz- oldlinear-gradient(#006cff, #006cff);
        background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
        -o-linear-gradient(#006cff, #006cff);
        background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
        linear-gradient(#006cff, #006cff);
        background-blend-mode: normal, normal;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .publicHeader .head-subnav a:hover::before {
        width: 100%;
    }

    .publicHeader .head-subnav p {
        margin-bottom: 4px;
    }

    .publicHeader .wrap-line {
        width: 0;
        position: absolute;
        height: 2px;
        bottom: 0;
        z-index: -1;
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                color-stop(29%, #06c878),
                to(#0093df)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#1f684a), to(#1f684a));
        background-image: -webkit-linear-gradient(left, #06c878 29%, #0093df 100%),
        -webkit-linear-gradient(#1f684a, #1f684a);
        background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
        -moz- oldlinear-gradient(#1f684a, #1f684a);
        background-image: -o-linear-gradient(left, #06c878 29%, #0093df 100%),
        -o-linear-gradient(#1f684a, #1f684a);
        background-image: linear-gradient(90deg, #06c878 29%, #0093df 100%),
        linear-gradient(#1f684a, #1f684a);
        background-blend-mode: normal, normal;
        -webkit-transform: translateX(25px);
        -moz-transform: translateX(25px);
        -ms-transform: translateX(25px);
        -o-transform: translateX(25px);
        transform: translateX(25px);
    }

    .publicFooter .publicFooter-top {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .publicFooter .public-foot-t-l {
        display: table-cell;
        width: 59.375%;
        padding-left: 40px;
        padding-top: 40px;
        padding-right: 30px;
    }

    .publicFooter .public-foot-t-r {
        display: table-cell;
        width: 40.625%;
        padding-left: 30px;
        padding-right: 40px;
    }

    .publicFooter .public-foot-t-r li {
        margin-bottom: 20px;
    }

    .publicFooter .public-foot-form {
        position: relative;
    }

    .publicFooter .public-foot-form .form-l {
        float: left;
        width: 50%;
    }

    .publicFooter .public-foot-form .form-r {
        float: right;
        width: 50%;
        padding-left: 35px;
        padding-right: 10px;
    }

    .publicFooter .public-foot-form .form-r textarea {
        height: 220px;
        margin-top: 8px;
    }

    .publicFooter .public-foot-form .submit-item {
        width: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .publicFooter .public-foot-form .code-item span {
        display: block;
        position: absolute;
        right: -30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .publicFooter .publicFooter-link .publicFooter-item:hover {
        background-color: #fff;
    }

    .publicFooter
    .publicFooter-link
    .publicFooter-item:hover
    .publicFooter-links-box {
        display: block;
    }

    .publicFooter .publicFooter-bottom {
        padding-top: 50px;
    }

    .publicFooter .publicFooter-bottom .publicFooter-logo-box {
        text-align: center;
    }

    .publicFooter .publicFooter-bottom .publicFooter-logo {
        display: inline-block;
        margin-bottom: 35px;
    }

    .publicFooter .publicFooter-bottom .publicFooter-logo img {
        height: 30px;
    }

    .publicFooter .publicFooter-content {
        padding-bottom: 30px;
    }

    .publicFooter .publicFooter-content h4 {
        margin-bottom: 5px;
    }

    .publicFooter .publicFooter-content p {
        line-height: 24px;
    }

    .publicFooter .publicFooter-commonweb {
        padding: 0 40px;
    }

    .publicFooter .publicFooter-copyright {
        padding: 20px 0 23px 0;
    }

    .publicFooter .publicFooter-copyright .link {
        float: left;
    }

    .publicFooter .publicFooter-copyright .txt {
        float: right;
        margin-top: 0px;
    }

    .publicFooter .publicFooter-copyright a {
        margin-right: 28px;
    }
}

@media (min-width: 1260px) {
    .publicHeader nav li {
        padding-left: 49px;
    }

    .publicHeader .wrap-line {
        -webkit-transform: translateX(49px);
        -moz-transform: translateX(49px);
        -ms-transform: translateX(49px);
        -o-transform: translateX(49px);
        transform: translateX(49px);
    }

    .publicHeader .head-subnav {
        margin-left: 24.5px;
    }

    .publicFooter .public-foot-t-l {
        padding-left: 60px;
        padding-top: 60px;
        padding-right: 50px;
    }

    .publicFooter .public-foot-t-l > p {
        margin-bottom: 10px;
    }

    .publicFooter .public-foot-t-r {
        padding-right: 60px;
        padding-left: 50px;
    }

    .publicFooter .public-foot-form {
        max-width: 880px;
    }

    .publicFooter .public-foot-form .form-l {
        width: 310px;
        float: left;
    }

    .publicFooter .public-foot-form .form-r textarea {
        height: 247px;
        padding: 15px;
    }

    .publicFooter .public-foot-form .form-item {
        margin-bottom: 20px;
    }

    .publicFooter .public-foot-form .submit-item {
        width: 310px;
    }

    .publicFooter .publicFooter-bottom {
        padding-top: 80px;
    }

    .publicFooter .publicFooter-commonweb {
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 60px;
    }

    .publicFooter .publicFooter-content {
        padding-bottom: 50px;
    }
}

@media (min-width: 1600px) {
    .publicFooter .publicFooter-commonweb {
        padding: 0;
    }

    .publicFooter .public-foot-t-l > p {
        width: 880px;
        margin-left: auto;
    }

    .publicFooter .public-foot-t-r {
        padding-top: 0;
        padding-right: 7.78125%;
        padding-bottom: 20px;
    }

    .publicFooter .public-foot-form {
        margin-left: auto;
    }

    .publicFooter .public-foot-form .form-r {
        width: 59%;
        padding-left: 0;
    }
}

/*20210119 s*/
.MetaTrader-nav a {
    width: 20%;
}

/*20210119 e*/
