@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
button {
    padding: 0;
    margin: 0;
}

fieldset,
img,
button {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul,
li {
    list-style: none;
}

caption,
th,
li,
dt,
dd,
p {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    text-align: left;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

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

a:hover {
    text-decoration: none;
}


/*a:hover{text-decoration:none;opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);}*/


/*a,a:hover{transition:all 0.3s ease 0s}*/

button {
    cursor: pointer;
}

input {
    outline: none;
    font-size: 14px;
    color: #333
}

em {
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

body {
    font-size: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #666666;
    font-family: 'Open Sans', Roboto, Arial, sans-serif;
    line-height: 1.5;
    min-width: 320px;
}

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.center {
    margin: 0 auto;
    display: block;
}

.clear:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}


/* Hides from IE-mac \*/

* html .clear {
    height: 1%;
}

.clear {
    display: block;
}


/* End hide from IE-mac */


/*@font-face {
	font-family: Montserrat-Regular;
	src: url('../font/Montserrat-Regular.ttf')
}*/

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(../font/Montserrat-Bold.woff2?1) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdc1GAK6b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../font/OpenSans-Regular.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://static.cdnpub.info/lp/vendor/resources/fonts/montserrat/source/latin-500.woff2?1) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://static.cdnpub.info/lp/vendor/resources/fonts/montserrat/source/latin-600.woff2?1) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}


/*设置palceholder属性*/

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}


/* firefox 19+ */

input:-ms-input-placeholder {
    color: #ccc;
}


/* ie */

input:-moz-placeholder {
    color: #ccc;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.dis_ibk {
    display: inline-block;
}

.dis_none {
    display: none;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.pos_relative {
    position: relative;
}

.padding_96 {
    padding: 96px 0;
}

.margin_bot_10 {
    margin-bottom: 10px;
}

.col_fff {
    color: #ffffff!important;
}

.col_red {
    color: #D91616!important;
}

.col_green {
    color: #00B33C!important;
}

.col_333 {
    color: #333333!important;
}

.col_999 {
    color: #999999!important;
}

.font_14_reg {
    font-size: 14px;
    font-weight: 400;
}

.font_16_reg {
    font-size: 16px;
    font-weight: 400;
}

.font_18_reg {
    font-size: 18px;
    font-weight: 400;
}

.font_18_333_bold {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.font_36_333 {
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    text-align: center;
}

.title_p1 {
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    text-align: center;
}

.title_p2 {
    color: #666;
    text-align: center;
    margin: 15px auto 30px;
    display: block;
}

.popular__markets .title_p2 {
    max-width: 680px;
}


/*顶部cookie*/

.cookies-position {
    background-color: #DDDDDD;
    width: 100%;
    display: none;
}

.cookies-block {
    position: relative;
    text-align: left;
    padding: 15px 28px;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
}

.cookies-text {
    color: rgba(153, 153, 153, 1);
    padding-right: 24px;
}

.cookies-block span {
    display: inline-block;
    color: #979797;
    display: inline-block;
    border: 2px solid #979797;
    -webkit-transition: border-color .3s ease-out, color .3s ease-out;
    transition: border-color .3s ease-out, color .3s ease-out;
    padding: 4px 30px;
    border-radius: 13px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.cookies-block span:hover {
    border-color: #E62D23;
    color: #E62D23;
}

.header_nav {
    margin: 0 auto;
    padding: 9px 28px;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_img {
    width: 208px;
    height: 32px;
    display: block;
}

.header_nav a {
    width: 120px;
    height: 40px;
    padding: 0;
    line-height: 40px;
}

.btn {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-width: 312px;
    display: inline-block;
    border-radius: 3px;
    background-color: #E62D23;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    position: relative;
    z-index: 2;
    text-align: center;
    cursor: pointer;
}

.btn:hover {
    background-color: #f34a2e
}

.wrap_con {
    background: rgba(21, 26, 37, 1);
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
}

.preheader {
    padding-top: 20px;
    width: 100%;
    font-size: 14px;
}

.preheader__wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    height: 21px;
}

.preheader .dir--up {
    color: #29b672
}

.preheader .dir--down {
    color: #ff5a3e
}

.quotes__item {
    white-space: nowrap;
    color: #fff;
}

.welcome {
    padding-top: 80px;
    color: #fff;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: flex-start;
}

.welcome__title {
    line-height: 1.3;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-bottom: 14px;
}

.welcome__subtitle {
    font-size: 18px;
}

.title__wrap a,
.reasons__account .btn {
    width: 100%;
    max-width: 288px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.welcome .title__wrap {
    width: 550px;
}

.welcome .welcome__img {
    width: calc(100% - 550px);
    text-align: center;
    min-width: 360px;
}

.welcome .welcome__img img {
    display: block;
    margin: 0 auto;
}

.welcome .title__wrap h3 {
    margin: 48px 0 10px;
    max-width: 288px;
    text-align: center;
}

.welcome .title__wrap h3 span {
    color: #E62D23;
    font-family: Montserrat-Regular;
}

.advantages {
    background: #22293D;
    padding-top: 30px;
    padding-bottom: 23px;
}

.advantages__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start
}

.advantages .list-title {
    background: url(../img/ok.png) left top no-repeat;
    padding-top: 28px;
    background-size: 16px 16px;
    margin-bottom: 8px;
    max-width: 300px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}

.advantages .list-text {
    max-width: 280px;
    color: #999999;
    font-size: 16px;
}

.popular__markets {
    background: #F9F9F9;
}

.popular__markets .swiper-container {
    width: 100%;
    /*height: 300px;*/
    margin: 20px auto;
    padding-bottom: 40px;
}

.popular__markets .swiper-slide {
    flex-shrink: 0;
    height: 306px;
    width: 220px!important;
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.popular__markets .swiper-pagination {
    bottom: 0!important;
}

.popular__markets .swiper-pagination-bullet-active {
    background-color: #333;
}

.popular__markets .swiper-slide .img1 {
    display: block;
    width: 100%;
    height: 93px;
}

.popular__markets .swiper-slide .img2 {
    display: block;
    margin: -42px auto 0;
}

.popular__markets .swiper-slide>p {
    font-size: 16px;
    color: #252635;
    font-weight: 700;
    text-align: center;
}

.popular__markets .swiper-slide .d1 {
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0 20px;
}

.popular__markets .swiper-slide .d2 {
    padding: 0 20px;
}

.popular__markets .swiper-slide .d2 .left {
    width: 89px;
    height: 44px;
}

.popular__markets .swiper-slide .d2 .right {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
}

.popular__markets .swiper-slide .d2 .right p {
    color: #999999;
    font-size: 12px;
}

.reason_item_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reasons__account_bot {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.reasons__account_bot>p {
    text-align: center;
    display: block;
    width: 100%;
    text-align: center;
    color: #333;
    margin: 38px 0 10px;
}

.reason_item {
    margin: 50px 20px 0;
    width: 300px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
}

.wrap .reason_item:nth-child(1),
.wrap .reason_item:nth-child(4) {
    margin-left: 0;
}

.reason_item:nth-child(3),
.reason_item:nth-child(6) {
    margin-right: 0;
}

.reason_item>p {
    font-size: 18px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
    margin: 25px 0 10px;
    height: 44px;
}

.friendly__platform {
    background: rgba(21, 26, 37, 1);
}

.friendly__platform_divp {
    max-width: 700px;
    margin: 15px auto 40px;
}

.friendly__platform_divp p {
    color: #999;
    text-align: center;
}

.friendly__platform_divp .col_fff {
    text-decoration: underline;
    cursor: pointer;
}

.friendly__platform_three {
    display: flex;
    justify-content: space-between;
}

.fp_three_item {
    width: 374px;
    height: 486px;
    background: rgba(34, 41, 61, 1);
    border-radius: 8px;
    position: relative;
    padding: 36px 62px 0;
    box-sizing: border-box;
}

.fp_three_item img {
    width: 250px;
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.fp_three_item>.d1 {
    width: 336px;
    height: 336px;
    background: rgba(53, 60, 81, 1);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 50%;
    margin-left: -168px;
}

.fp_three_item p {
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

#sw_friendly__platform_three {
    display: none;
}

.pagination2 {
    display: none;
}

.friendly__platform_bot {
    display: flex;
    justify-content: center;
    padding-top: 80px;
    flex-wrap: wrap;
}

.friendly__platform_bot .d1,
.two__more__steps_con .d1 {
    width: 270px;
    height: 74px;
    border-radius: 37px;
    border: 1px solid rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 80px;
    cursor: pointer;
}

.friendly__platform_bot .d1>div,
.two__more__steps_con .d1>div {
    margin-left: 22px;
}

.friendly__platform_bot .d1 .p1,
.two__more__steps_con .d1 .p1 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 1;
}

.friendly__platform_bot .d1 p,
.two__more__steps_con .d1 p {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 1;
}

.clients__say {
    background: #F9F9F9;
}

.clients__say_swiper .swiper-slide {
    flex-shrink: 0;
    width: 400px!important;
    height: 220px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 60px 20px 20px;
    background: url(../img/yh.png) no-repeat 20px 20px;
    background-color: rgba(255, 255, 255, 1);
}

.clients__say_swiper .swiper-slide p {
    color: #4f566b;
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.clients__say_swiper .swiper-slide div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: rgba(37, 38, 53, 1);
}

.clients__say_swiper .swiper-slide img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.clients__say_pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.clients__say_swiper .swiper-pagination-bullet-active {
    background-color: #333;
}

.Get__started_con {
    margin-top: 62px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.Get__started_con>i {
    display: inline-block;
    border-top: 1px dotted #29b672;
    position: absolute;
    width: 74%;
    top: 45px;
    z-index: -1;
    left: 50%;
    margin-left: -37%;
}

.Get__started_item {
    width: 33%;
    padding: 0 10px;
    max-width: 300px;
    text-align: center;
}

.Get__started_item .font_18_333_bold {
    margin: 13px 0 9px;
}

.Get__started_item>.d1 {
    width: 89px;
    height: 89px;
    background: rgba(0, 179, 60, 0.08);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.Get__started_item>.d1>span {
    border-radius: 50%;
    display: block;
    border: 1px solid #00B33C;
    width: 53px;
    height: 53px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    color: rgba(0, 179, 60, 1);
}

.Get__started_item p {
    text-align: center;
}

.Create__account {
    border-top: 1px solid #DDDDDD;
}

.Create__account_form {
    max-width: 470px;
    margin: 0 auto;
    padding-top: 34px;
}

.Create__account_form .sty1 {
    width: 100%;
    height: 56px;
    border-radius: 3px;
    border: 1px solid #dadde4;
    box-sizing: border-box;
    transition: border-color .3s ease-out;
    padding: 16px;
}

.Create__account_form .text_place {
    display: none;
    color: #999999;
    font-size: 12px;
    position: absolute;
    left: 16px;
    top: 10px;
}

.Create__account_form .active .text_place {
    display: block;
}

.SelectBtn.active {
    border-color: #333333;
}

.Create__account_form .active input {
    border-color: #333333;
    padding: 26px 16px 6px;
    font-size: 16px;
    font-weight: bold;
}

.Create__account_form .active input::-webkit-input-placeholder {
    color: #fff;
}

.Create__account_form .active input::-moz-input-placeholder {
    color: #fff;
}

.Create__account_form .active input::-ms-input-placeholder {
    color: #fff;
}

.Create__account_form input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.Create__account_form input::-moz-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.Create__account_form input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.Create__account_form .error .sty1 {
    border-color: #E62D23;
}

.Create__account_form .error {
    position: relative;
}

.Create__account_form .error::after {
    content: '!';
    background-color: #E62D23;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    border-radius: 16px;
    top: 20px;
    font-size: 12px;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

.Create__account_form_item {
    height: 78px;
    position: relative;
}

.text_error {
    position: absolute;
    font-size: 12px;
    color: #ff5a3e;
    bottom: 2px;
    display: none;
}

.Create__account_form .error .text_error {
    display: block;
}

.bg_icon {
    background: url(../img/jt.png) no-repeat calc(100% - 17px) 24px;
    position: relative;
    overflow: hidden;
}

.Create__account_form_item .p1 {
    color: #999999;
    font-size: 12px;
    margin-top: -10px;
}

.Create__account_form_item .p2 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.country_list {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 0;
    z-index: 10;
    left: 0;
    top: 54px;
    padding: 0 10px;
    box-sizing: border-box;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid rgba(179, 186, 197, 1);
    overflow: hidden;
    max-height: 230px;
}

.country_list>li {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 0 10px;
    cursor: pointer;
}

.Create__account_form_item .p2>span,
.country_list>li>span {
    font-size: 14px;
    color: rgba(153, 153, 153, 1)
}

.country_list>li:hover {
    background: rgba(244, 245, 247, 1);
}

.checkbox {
    width: 19px;
    height: 19px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #dadde4;
    border-radius: 4px;
    transition: border-color .3s ease-out;
    position: relative;
}

.checkbox:hover {
    border-color: #E62D23;
}

.bot_tips .checkbox_ok {
    border-color: #E62D23;
}

.bot_tips .checkbox_ok::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 3px;
    background-color: #E62D23;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    left: 4px;
    top: 9px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn_tips {
    color: #999999;
    font-size: 12px;
    margin-left: 8px;
    max-width: calc(100% - 30px);
}

.btn_tips a {
    color: #999999;
    text-decoration: underline;
}

.bot_tips {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 36px 0 0;
    padding-bottom: 20px;
    position: relative;
}

.Create__account_form .save_btn {
    display: block;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 8px;
}

.Risk__Warning {
    background: rgba(249, 249, 249, 1);
    padding: 16px 0;
}

.footer {
    padding: 10px 0;
    background: rgba(51, 51, 51, 1);
}

.footer_con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}

.footer_con>div {
    padding: 5px 0;
}

.footer_con a {
    font-size: 16px;
    color: #fff;
    margin: 0 5px;
}

.footer_con a:first-child {
    margin-left: 0;
}

.footer_con span {
    padding: 5px 0;
}

.successful__reg {
    text-align: center;
    background-color: #F8F8F8;
}

.successful__reg img {
    margin-bottom: 35px;
}

.two__more__steps {
    padding: 44px 0;
}

.two__more__steps_con {
    border-left: 1px solid #00B33C;
    padding-left: 42px;
    margin-top: 30px;
    margin-left: 30px;
    position: relative;
}

.two__more__steps_con .font_18_333_bold {
    position: relative;
    margin: 59px 0 21px;
}

.two__more__steps_con .font_18_333_bold span {
    border-radius: 50%;
    display: block;
    border: 1px solid #00B33C;
    background: #fff;
    width: 56px;
    height: 56px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
    color: rgba(0, 179, 60, 1);
    position: absolute;
    left: -73px;
    top: -13px;
}

.two__more__steps_con .font_16_reg {
    font-family: LucidaGrande;
    max-width: 330px;
}

.two__more__steps_con .font_16_reg::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #666666;
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.two__more__steps .d2_con {
    display: flex;
    float: right;
    position: absolute;
    top: 20px;
    right: 0;
}

.two__more__steps .d2_con .d1 {
    border-color: #333333;
    margin: 0 0 0 10px;
}


/*download页*/

.DOWNLOAD .wrap_con {
    background-color: #000;
}

.EE__Resources .title_p2 {
    max-width: 565px;
}

.EE__Resources_con {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.EE__Res_con_tiem {
    max-width: 500px;
    width: 41.7%;
    margin: 0 2.7%;
    box-shadow: 0px 0px 7px 0px rgba(1, 7, 17, 0.2);
    border-radius: 7px;
}

.EE__Res_con_tiem>img {
    display: block;
    width: 100%;
}

.EE__Res_con_tiem>div {
    padding: 4.008% 6.01%;
}

.EE__Res_con_tiem>div a {
    text-decoration: underline;
    display: block;
    margin-top: 20px;
}

.EE__Res_con_tiem>div a:first-of-type {
    margin-top: 30px;
}

.EE__Res_con_tiem .d1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6.7% 4.46%;
    background: rgba(244, 244, 244, 1);
    border-radius: 8px;
    margin-top: 10px;
}

.EE__Res_con_tiem .d1 div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.EE__Res_con_tiem .d1 img {
    margin-left: 10px;
}

.Create__account_download {
    padding: 0 16px;
}

.Create__account_download img {
    max-width: 300px;
}

.Create__account_download a {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 40px auto 8px;
    max-width: 470px;
}

@media only screen and (max-width: 1300px) {
    .friendly__platform_three {
        display: flex;
        justify-content: center;
    }
    .fp_three_item {
        width: calc(374px * 0.8);
        height: calc(486px * 0.8);
        border-radius: calc(8px * 0.8);
        padding: calc(36px * 0.8) calc(62px * 0.8) 0;
        margin: 0 13px;
    }
    .fp_three_item img {
        width: calc(250px * 0.8);
    }
    .fp_three_item>.d1 {
        width: calc(336px * 0.8);
        height: calc(336px * 0.8);
        bottom: calc(10px * 0.8);
        margin-left: calc(-168px * 0.8);
    }
    .fp_three_item p {
        font-size: calc(18px * 0.8);
    }
    .friendly__platform_bot .d1 {
        transform: scale(0.88);
        margin: 0 30px;
    }
}

@media only screen and (max-width: 1040px) {
    .reasons__account>.wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .reason_item_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .reason_item {
        margin: 50px 40px 0!important;
        width: 300px;
    }
    .fp_three_item {
        width: calc(374px * 0.64);
        height: calc(486px * 0.64);
        border-radius: calc(8px * 0.64);
        padding: calc(36px * 0.64) calc(62px * 0.64) 0;
        margin: 0 calc(13px * 0.8);
    }
    .fp_three_item img {
        width: calc(250px * 0.64);
    }
    .fp_three_item>.d1 {
        width: calc(336px * 0.64);
        height: calc(336px * 0.64);
        bottom: calc(10px * 0.64);
        margin-left: calc(-168px * 0.64);
    }
    .fp_three_item p {
        font-size: calc(18px * 0.64);
    }
    .two__more__steps .d2_con {
        transform: scale(0.8);
        transform-origin: right;
    }
}

@media only screen and (max-width: 960px) {
    .welcome {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 40px;
    }
    .welcome .title__wrap,
    .welcome .title__wrap h1,
    .welcome .title__wrap h2,
    .welcome .title__wrap h3 {
        text-align: center;
    }
    .welcome .title__wrap h3 {
        margin: 30px auto 10px;
    }
    .title__wrap a {
        margin-bottom: 43px;
    }
    .two__more__steps .d2_con {
        transform: scale(0.7);
        transform-origin: right;
    }
    .EE__Res_con_tiem .font_16_reg {
        font-size: 14px;
    }
    .EE__Res_con_tiem .font_18_333_bold {
        font-size: 16px;
    }
    .EE__Res_con_tiem .d1 img {
        width: 16px;
    }
}

@media only screen and (max-width: 860px) {
    .advantages__item {
        width: 48%
    }
    .advantages__item--3 {
        display: none;
    }
    .fp_three_item {
        width: calc(374px * 0.512);
        height: calc(486px * 0.56);
        border-radius: calc(8px * 0.512);
        padding: calc(36px * 0.512) calc(62px * 0.512) 0;
        margin: 0 calc(13px * 0.64);
    }
    .fp_three_item img {
        width: calc(250px * 0.512);
    }
    .fp_three_item>.d1 {
        width: calc(336px * 0.512);
        height: calc(336px * 0.512);
        bottom: calc(10px * 0.512);
        margin-left: calc(-168px * 0.512);
    }
    .fp_three_item p {
        font-size: calc(18px * 0.512);
    }
    .friendly__platform_bot .d1 {
        transform: scale(0.8);
        margin: 0;
    }
    .Get__started_con {
        margin-top: 30px;
        display: block;
    }
    .Get__started_con>i {
        display: block;
        border-top: none;
        border-right: 1px dotted #29b672;
        position: absolute;
        height: 74%;
        width: 1px;
        top: 10px;
        z-index: -1;
        left: 21px;
        margin-left: 0;
    }
    .Get__started_item {
        width: 100%;
        padding: 0 0 26px;
        max-width: 100%;
        text-align: left;
        display: flex;
        align-items: flex-start;
    }
    .Get__started_item .font_18_333_bold {
        margin: 6px 0 4px;
    }
    .Get__started_item>.d1 {
        /*float: left;*/
        width: auto;
        height: auto;
        margin: 0;
        margin-right: 20px;
    }
    .Get__started_item>.d1>span {
        width: 40px;
        height: 40px;
        font-size: 27px;
    }
    .Get__started_item p {
        text-align: left;
    }
    .two__more__steps .d2_con {
        display: block;
        float: left;
        transform: scale(0.88);
    }
    .two__more__steps_con .img1 {
        margin-right: 27px;
    }
    .two__more__steps .d2_con .d1 {
        margin-left: 0;
        margin-top: 17px;
    }
    .EE__Res_con_tiem {
        width: 100%;
    }
    .EE__Res_con_tiem:first-of-type {
        margin: 0 0 30px;
    }
    .EE__Res_con_tiem .font_16_reg {
        font-size: 16px;
    }
    .EE__Res_con_tiem .font_18_333_bold {
        font-size: 18px;
    }
    .EE__Res_con_tiem .d1 img {
        width: auto;
    }
}

@media only screen and (max-width: 820px) {
    .reason_item {
        margin: 30px 20px 0!important;
    }
}

@media only screen and (max-width: 735px) {
    .reason_item {
        margin: 30px 0 0!important;
        width: 100%;
    }
    .two__more__steps .d2_con {
        position: relative;
        top: 0;
        left: 0;
        transform-origin: left;
        float: inherit;
    }
}

@media only screen and (max-width: 680px) {
    #zc_friendly__platform_three {
        display: none;
    }
    #sw_friendly__platform_three {
        display: block!important;
        width: 300px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    .pagination2 {
        position: absolute;
        left: 0;
        text-align: center;
        bottom: 5px;
        width: 100%;
        display: block;
        z-index: 10;
    }
    .pagination2 .swiper-pagination-bullet-active {
        background-color: #fff;
    }
    .fp_three_item {
        width: calc(374px * 0.8);
        height: calc(486px * 0.8);
        border-radius: calc(8px * 0.8);
        padding: calc(36px * 0.8) calc(62px * 0.8) 0;
        margin: 0;
    }
    .fp_three_item img {
        width: calc(250px * 0.8);
    }
    .fp_three_item>.d1 {
        width: calc(336px * 0.8);
        height: calc(336px * 0.8);
        bottom: calc(10px * 0.8);
        margin-left: calc(-168px * 0.8);
    }
    .fp_three_item p {
        font-size: calc(18px * 0.8);
    }
}

@media only screen and (max-width: 600px) {
    .friendly__platform {
        padding: 50px 0;
    }
    .friendly__platform_bot {
        padding-top: 20px;
    }
    .friendly__platform_bot .d1 {
        transform: scale(0.88);
        margin-top: 10px;
    }
}

@media only screen and (max-width: 580px) {
    .preheader {
        display: none;
    }
    .welcome__title {
        font-size: 27px;
    }
    .welcome__subtitle {
        font-size: 16px;
    }
    .font_18_reg {
        font-size: 14px;
    }
}

@media only screen and (max-width: 470px) {
    .clients__say_swiper .swiper-slide {
        width: 254px!important;
        height: 258px;
    }
}

@media only screen and (max-width: 448px) {
    .welcome .welcome__img,
    .welcome__a {
        width: auto;
        min-width: auto;
        padding: 0 16px;
    }
    .welcome .welcome__img>img {
        width: 100%;
        max-width: 320px;
    }
    .padding_96 {
        padding: 50px 0;
    }
    .title_p1 {
        font-size: 24px;
    }
    .title_p2 {
        font-size: 16px;
    }
    .advantages__item {
        font-size: 14px;
    }
    .reason_item_list {
        display: block;
    }
    .reason_item {
        float: right;
        margin: 20px 0 0!important;
        width: calc(100% - 60px);
        font-size: 14px;
        position: relative;
    }
    .reason_item>img {
        position: absolute;
        left: -60px;
        width: 40px;
        height: 40px;
        top: 0;
    }
    .reason_item>p {
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 8px;
        height: auto;
    }
    .Create__account_form {
        padding-top: 0;
    }
    .bot_tips {
        margin: 0;
    }
    .advantages .list-title {
        font-size: 17px;
    }
    .advantages .list-text {
        font-size: 14px;
    }
    .footer_con a {
        font-size: 14px;
    }
    .font_16_reg {
        font-size: 14px;
    }
    .footer_con>div {
        padding: 3px 0;
    }
    .footer_con a {
        margin: 0 3px;
    }
    .footer_con span {
        padding: 3px 0;
    }
    .two__more__steps_con {
        padding-left: 30px;
        margin-left: 25px;
        position: relative;
    }
    .two__more__steps_con .font_18_333_bold span {
        width: 44px;
        height: 44px;
        position: absolute;
        left: -33px;
        top: 50%;
        margin: -22px;
    }
    .two__more__steps .d2_con {
        transform: scale(0.76);
    }
    .two__more__steps_con .font_18_333_bold {
        margin-top: 30px;
    }
    .successful__reg img {
        width: 88px;
        margin-bottom: 20px;
    }
    .EE__Res_con_tiem>div {
        padding: 10px 20px 20px;
    }
    .EE__Res_con_tiem .d1 {
        border-radius: 5px;
        padding: 0 13px;
        height: 55px;
    }
    .EE__Res_con_tiem .font_18_333_bold {
        font-size: 14px;
    }
    .EE__Res_con_tiem .d1 img {
        width: 12px;
        margin-left: 7px;
    }
    .EE__Res_con_tiem .font_16_reg {
        font-size: 12px;
    }
    .EE__Res_con_tiem>div a:first-of-type {
        margin-top: 20px;
    }
    .EE__Res_con_tiem>div a {
        margin-top: 10px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 400px) {
    .header_nav a {
        /*display: none;*/
        height: 32px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 340px) {
    #sw_friendly__platform_three {
        display: block!important;
        width: 207px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    .fp_three_item {
        width: calc(374px * 0.512);
        height: calc(486px * 0.56);
        border-radius: calc(8px * 0.512);
        padding: calc(36px * 0.512) calc(62px * 0.512) 0;
        margin: 0 calc(13px * 0.64);
    }
    .fp_three_item img {
        width: calc(250px * 0.512);
    }
    .fp_three_item>.d1 {
        width: calc(336px * 0.512);
        height: calc(336px * 0.512);
        bottom: calc(10px * 0.512);
        margin-left: calc(-168px * 0.512);
    }
    .fp_three_item p {
        font-size: calc(18px * 0.512);
    }
    .friendly__platform_bot .d1 {
        transform: scale(0.7);
        margin-top: 0;
    }
    .span_code {
        font-size: 12px!important;
        top: 19px!important;
    }
}

.tab_type {
    text-align: center;
    font-size: 18px;
    color: #172a3f;
    line-height: 28px;
    text-decoration: underline;
}

.tab_type span {
    cursor: pointer;
}

.tab_reg_click {
    display: none;
}

.tab_type_email .tab_reg_email {
    display: block;
}

.tab_type_phone .tab_reg_phone {
    display: block;
}

.span_code {
    position: absolute;
    right: 16px;
    top: 18px;
    font-size: 14px;
    cursor: pointer;
}

.email_disp {
    display: none;
}

.body_email .email_disp {
    display: block;
}

.body_email .phone_disp {
    display: none;
}