/*
@font-face{
	font-family:Gilroy;
	src:url(font/gilroy-bold.woff2) format("woff2"),
	url(font/gilroy-bold.woff) format("woff");
	font-weight:700
}

@font-face{
	font-family:Gilroy;
	src:url(font/gilroy-semibold.woff2) format("woff2"),
url(font/gilroy-semibold.woff) format("woff");
	font-weight:600
}

@font-face{
	font-family:Gilroy;
	src:url(font/gilroy-medium.woff2) format("woff2"),
url(font/gilroy-medium.woff) format("woff");
	font-weight:500
}

@font-face{
	font-family:Gilroy;
	src:url(font/gilroy-regular.woff2) format("woff2"),
url(font/gilroy-regular.woff) format("woff");
	font-weight:400
}
*/

html {
	font-size: 100px;
}
body { 
	font-family: "Gilroy", Arial, san-serif;
	   background: #fff;
	   padding:0;
	   margin:0; 
	   overflow-x: hidden;
}
a {
    transition-duration: 0.5s; 
    -webkit-transition-duration: 0.5s; 
	text-decoration: none;
}
img {
	max-width: 100%;
}
input, button , select {
	font-family: "Gilroy", Arial, san-serif;
}
p, ol, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, pre, input, table, tr, td, form {    margin: 0;    padding: 0}
ol, ul, li { list-style: none}
input { border: 0 none}
img {border: 0 none}

.float_clear {
	float: none;
	clear:both;
	display:block;
	width:100%;
}


.main_content {
	display: block;
	margin: auto;
	padding:0;
	overflow:hidden;
	font-size: 18px;
	min-height: 70vh;
	background: url(../images/main_bg1.jpg) no-repeat;
	background-position: top center;
}




footer {
	background-color: #161717;
	color: #acafaf;
	padding-top: 30px;
	padding-bottom: 90px;
	border-radius: 24px 24px 0px 0px;
	margin-top: -25px;
    font-size: 16px;
}

footer .container {
  font-size: .75em;
    width: 90%;
    max-width: 1248px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px 0;
}
footer a {
	color: #09C6F9;
}
footer p {
  margin-bottom: 10px;
}
.footer-links a {
    display: inline-block;
    margin-right: 20px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}
.awards {
  padding-bottom: 20px;
}
.awards img {
  display: inline-block;
  margin: 15px 10px;
  vertical-align: middle;
}
.awards img.logo-footer {
	margin-right: 14px;
	margin-left: 0;
}
[dir=rtl] .awards img.logo-footer {
	margin-right: 0;
	margin-left: 14px;
}

.disclaimer .title {
	text-transform: uppercase;
}

.disclaimer strong {
	color: #fff;
	font-family: "Gilroy", Arial, san-serif !important;
	font-weight: 700;
}

.rw-fixed {
	position: fixed;
	width: 100%;
	margin: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #e4e4e4;
	color: #3a424c;
	box-sizing: border-box;
	padding: 10px 0 8px;
	font-size: 14px;
	text-align: center;
	z-index: 1000;
}

.rw-fixed .container {
	padding: 0;
}
div.rw-fixed.markets-theme {
    padding: 13px 0 14px;
    box-sizing: border-box;
    line-height: 1.25;
    text-align: center;

    border: 1px solid #fff;
    background-color: #000;
    color: #fff !important;
    font-size: 12px !important;
}
.notice-close {
    font-family: "sofia-pro", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    display: none;
    text-align: center;
    line-height: 20px;
    transition: 0.3s;
    transform: rotate(45deg);
	transition-duration: 0.4s;
}
.style2 .notice-close {
    transform: rotate(0deg);
}
.container {
	width: 90%;
	max-width: 1248px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 20px 0;
}
.container.narrow {
	width: 100%;
	max-width: 1150px;
}

.container > div {
	box-sizing: border-box;
	width: 100%;
}


@keyframes fadeIn_down {
	0% {
		transform: translate(0, -1.5rem);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}
@keyframes fadeIn_up {
	0% {
		transform: translate(0, 1.5rem);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes fadeInL {
	0% {
		transform: translate(-1.5rem, 0);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}
@keyframes fadeInR {
	0% {
		transform: translate(1.5rem, 0);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

::-ms-clear {
	display: none;
}
.section1 {
	display: block;
	padding: 0.9rem 0.4rem;
}
.section1 .content {
	max-width: 1248px;
	margin: 0 auto;
	display: flex;
}
.section1 .content .left_form {
	display: block;
	width: 50%;
	padding: 0.3rem 0 0 0;
	animation-name: fadeInL;
}
.section1 .content .left_form h2 {
	font-size: 0.48rem;
	color: #13121B;
    font-weight: 600;
}
.section1 .content .left_form h4 {
	font-size: 0.24rem;
	display: block;
	color: #494851;
	padding: 0.1rem 0;
    font-weight: 600;
}
.section1 .content .left_form .form_list {
	display: block;
	max-width: 530px;
	margin: 0.25rem 0 0 0;
}
.section1 .content .left_form .form_list li {
	font-size: 16px;
	color: #494851;
	padding-bottom: 0.2rem;
}
.section1 .content .left_form .form_list .tnc {
	font-size: 12px;
	color: rgba(150, 150, 150, 1);
}
.section1 .content .left_form .form_list .tnc a {
	color: rgb(9, 198, 249);
}
.section1 .content .left_form .form_list .other_login_btn {
	display: flex;
	padding: 0.1rem 0 0.15rem 0;
}
.section1 .content .left_form .form_list .other_login_btn a {
	display: block;
	width: 0.48rem;
	margin-right: 0.15rem;
}
.section1 .content .left_form .form_list .other_login_btn a img {
	display: block;
	width: 100%;
}
.section1 .content .left_form .form_list li .input_guoup {
	display: block;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #E6E6EF;
	border-radius: 0.08rem;
	height: 0.56rem;
	box-sizing: border-box;
	margin-top: 0.05rem;
	transition-duration: 0.3s;
}
.section1 .content .left_form .form_list li .input_guoup.error {
	background: #FFEDEE;
	border: 1px solid #FF4B55;
}
.section1 .content .left_form .form_list li .input_guoup .error_msg {
	position: absolute;
	right: 0;
	bottom: 110%;
	display: block;
	color: #FF4B55;
	font-size: 12px;
	transition-duration: 0.3s;
	opacity: 0;
}
.section1 .content .left_form .form_list li .input_guoup.error .error_msg {
	opacity: 1;
}
.section1 .content .left_form .form_list li .input_guoup input {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	padding: 0 0.15rem;
	font-size: 16px;
	color: #494851;
	background: none;
}
.section1 .content .left_form .form_list li .input_guoup input::placeholder {
	color: #C8C8C8;
}
.section1 .content .left_form .form_list li .input_guoup .clear_btn {
	display: block;
	position: absolute;
	margin: -0.2rem 0;
	right: 0.05rem;
	top: 50%;
	width: 0.4rem;
	height: 0.4rem;
	background: url(../images/close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.2rem ;
	cursor: pointer;
}
.section1 .content .left_form .form_list li .input_guoup .pw_btn {
	display: block;
	position: absolute;
	margin: -0.2rem 0;
	right: 0.35rem;
	top: 50%;
	width: 0.4rem;
	height: 0.4rem;
	background: url(../images/eye.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.25rem ;
	cursor: pointer;
}
.section1 .content .left_form .form_list li .input_guoup .pw_btn.hide {
	opacity: 0.4;
}
.section1 .content .left_form .form_list li button {
	display: block;
	width: 2.4rem;
	height: 0.55rem;
	background: #13121B;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	border-radius: 0.08rem;
	margin-top: 0.1rem;
	border: none;
	outline: none;
	transition-duration: 0.3s;
	font-weight: 600;
}
.section1 .content .left_form .form_list li button:hover {
	background-color: #635af0;
}

.section1 .content .right_img {
	display: block;
	width: 50%;
}
.section1 .content .right_img p {
	display: block;
	max-width: 574px;
	margin: 0 0 0 auto;
	position: relative;
    width: 92%;
	animation-name: fadeInR;
}
.section1 .content .right_img p span {
	display: block;
	position: absolute;
	width: 42.2%;
    bottom: -4%;
    left: -9%;
	max-width: 242px;
/*	animation-name: fadeInR;*/
}
.section1 .content .right_img p>img {
	/*	animation-name: fadeInR;*/
}

.section2 {
	display: block;
	padding: 0.8rem 0.4rem;
}
.section2 .section2_list {
	display: block;
	max-width: 1248px;
	margin: 0 auto;
	animation-name: fadeIn_up;
}
.section2 .section2_list ul {
	display: flex;
}
.section2 .section2_list ul li {
	display: block;
	width: 16.66%;
	text-align: center;
}
.section2 .section2_list ul li span {
	display: block;
	width: 1rem;
	margin: 0 auto;
}
.section2 .section2_list ul li img {
	display: block;
	width: 100%;
}
.section2 .section2_list ul li p {
	display: block;
	color: #13121B;
	font-size: 18px;
	margin-top: 0.1rem;
}


.section3 {
	display: block;
	padding: 1.1rem 0.4rem;
}
.section3 .content {
	max-width: 1248px;
	margin: 0 auto;
	display: grid;
	grid-template-areas: 'table_box  text_box';
	grid-template-columns:  640px 1fr;
	gap: 7%;
}
.section3 .content .trading-table-text {
	grid-area: text_box;
    max-width: 400px;
	display: block;
	padding: 0.2rem 0 0 0;
	box-sizing: border-box;
	animation-name: fadeInR;
}
.section3 .content .trading-table-text h2 {
	display: block;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.3;
}
.section3 .content .trading-table-text p {
	line-height: 1.8;
	display: block;
	margin-top: 0.1rem;
}
.section3 .content .trading-table-wrap {
	grid-area: table_box;
    border: 1px solid  #e6e6ef;
	display: block;
	height: 360px;
	border-radius: 0.16rem;
	box-sizing: border-box;
	padding: 0.4rem 0;
	box-shadow: -0.25rem 0.25rem 0 #F4F4F5;
	line-height: 1.4;
	animation-name: fadeInL;
}
.section3 .content .trading-table-wrap .table_menu {
	display: block;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 16px;
    height: 0.45rem;
    margin-bottom: 0.15rem;
}
.section3 .content .trading-table-wrap .table_menu>div {
	display: flex;
	width: 100%;
    justify-content: space-between;
}
.section3 .content .trading-table-wrap .table_menu>div p {
	display: block;
    border: 1px solid #e6e6ef;
	padding: 0.05rem 0.14rem;
	box-sizing: border-box;
	color: rgb(19, 18, 27);
    border-radius: 0.08rem;
	cursor: pointer;
    font-weight: 500;
}
.section3 .content .trading-table-wrap .table_menu>div p:hover {
    border-color: #635af0;
	color: #635af0;
}
.section3 .content .trading-table-wrap .table_menu>div p.active {
    border: 1px solid #635af0;
    background-color: #635af0;
	color: #fff;
}
.section3 .trading_table_list {
	display: block;
	padding: 0 0.4rem;
}
.section3 .trading_table_list .table_labels {
	display: flex;
	font-size: 14px;
    color: #13121b;
	opacity: 0.5;
}
.section3 .trading_table_list .table_labels div {
	display: block;
	width: 20%;
	text-align: center;
}
.section3 .trading_table_list .table_labels div:nth-child(1) {
	width: 30%;
	text-align: left;
}
.section3 .trading_table_list .table_labels div:nth-child(4) {
	width: 30%;
	text-align: right;
}
.section3 .trading_table_list .table_data {
	display: block;
	font-size: 14px;
}
.section3 .trading_table_list .table_data li {
	position: relative;
	display: flex;
	padding: 0.05rem 0;
	align-items: center;
}
.section3 .trading_table_list .table_data li:hover {
	background: #fbfbfd;
}
.section3 .trading_table_list .table_data li+li {
	border-top: 1px solid #e6e6ef;
}
.section3 .trading_table_list .table_data li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.section3 .trading_table_list .table_data li p {
	display: block;
	width: 20%;
	text-align: center;
	padding: 0.05rem;
}
.section3 .trading_table_list .table_data li p:nth-child(1) {
	width: 30%;
	text-align: left;
	padding-left: 0;
	font-weight: bold;
}
.section3 .trading_table_list .table_data li p:nth-child(4)  {
	width: 30%;
	text-align: right;
	padding-right: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.section3 .trading_table_list .table_data li p:nth-child(4) span {
	display: inline-block;
	vertical-align: middle;
    color: #045de9;
}
.section3 .trading_table_list .table_data li.red p:nth-child(4) span {
    color: #ff4b55;
}
.section3 .trading_table_list .table_data li p:nth-child(4) img {
	display: inline-block;
	vertical-align: middle;
	width: 0.64rem;
	margin-left: 0.2rem;
}
.section3 .trading_table_list .table_data li p .label {
	display: block;
	width: 0.9rem;
	height: 0.3rem;
	line-height: 0.3rem;
    color: #045de9;
    background-color: rgba(4,93,233,.05);
    border-radius: 0.04rem;
	margin: auto;
}
.section3 .trading_table_list .table_data li.red p .label {
    color: #ff4b55;
	background-color: rgba(255,75,85,.05);
}

.section4 {
	display: block;
	padding: 0.8rem 0.4rem;
	background-image: url(../images/main_bg2.jpg);
	background-repeat: no-repeat;
	color: #494851;
	font-size: 18px;
}
.section4 h2 {
	color: #13121B;
	font-size: 0.48rem;
	text-align: center;
	display: block;
	padding: 0.15rem 0;
    font-weight: 600;
}
.section4 .msg1 {
	text-align: center;
	max-width: 480px;
	display: block;
	margin: 0 auto;
}
.section4 .section4_list1 {
	display: block;
    max-width: 1248px;
    margin: 0.5rem auto 0.55rem auto;
}
.section4 .section4_list1>p {
	display: block;
	text-align: right;
	color: #969696;
	font-size: 14px;
}
.section4 .section4_list1 ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-bottom: 0.1rem;
}
.section4 .section4_list1 li {
	width: 49%;
	display: flex;
	border: 1px solid #E6E6EF;
	border-radius: 0.12rem;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 0.2rem;
	height: 1rem;
	align-items: center;
	color: #13121B;
	font-size: 20px;
	background-repeat: no-repeat;
	background-size: auto 100%;
    background-position: 14% 0;
	animation-name: fadeIn_up;
}
.section4 .section4_list1 li.list1 {
	background-image: url(../images/section4_list1_img1.jpg);
}
.section4 .section4_list1 li.list2 {
	background-image: url(../images/section4_list1_img2.jpg);
}
.section4 .section4_list1 li.list3 {
	background-image: url(../images/section4_list1_img3.jpg);
}
.section4 .section4_list1 li.list4 {
	background-image: url(../images/section4_list1_img4.jpg);
}
.section4 .section4_list1 li p {
	margin-left: 40%;
	width: 55%;
	display: block;
}
.section4 .section4_list2 {
	display: flex;
    max-width: 1248px;
    margin: 0.4rem auto 0.3rem auto;
    flex-wrap: wrap;
    justify-content: space-between;
	color: #13121B;
	font-size: 18px;
	animation-name: fadeIn_up;
}
.section4 .section4_list2 li {
	width: 16.66%;
	display: block;
	text-align: center;
}
.section4 .section4_list2 li p {
	display: block;
	width: 1.2rem;
	margin: 0 auto 0.15rem auto;
	border-radius: 0.12rem;
	overflow: hidden;
}
.section4 .section4_list2 li p img {
	display: block;
	width: 100%;
}
.sep {
	margin-top: 1.5rem;
}

.section5 {
	display: block;
	padding: 0.9rem 0.4rem 1.9rem 0.4rem;
	background-image: url(../images/main_bg3.jpg);
	background-repeat: no-repeat;
    background-position: left 90% bottom -6rem;
	line-height: 1.4;
	font-size: 18px;
}
.section5 h2 {
	color: #13121B;
	font-size: 0.48rem;
	text-align: center;
	display: block;
	padding: 0.15rem 0;
    font-weight: 600;
}
.section5_list {
	display: flex;
	max-width: 1200px;
	margin: 0 auto 1.8rem auto;
	text-align: center;
}
.section5_list li {
	width: 33.33%;
	display: block;
	animation-name: fadeIn_up;
    font-weight: 400;
}
.section5_list li img {
	display: block;
	width: 1.04rem;
	margin: 0.2rem auto;
}
.section5_list li h4 {
	font-size: 0.24rem;
	display: block;
	padding: 0.1rem 0;
}
.section5_bottom {
	display: block;
	padding: 0.5rem;
	max-width: 1250px;
	box-sizing: border-box;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #E6E6EF;
	border-radius: 0.1rem;
}
.section5_bottom h2 {
	color: #13121B;
	font-size: 0.48rem;
	display: block;
	text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.section5_bottom button {
	display: block;
	margin: 0.4rem auto  0 auto;
	background: #13121B;
	border-radius: 0.08rem;
	width: 2.8rem;
	height: 0.54rem;
	color: #fff;
	cursor: pointer;
	outline: none;
	border: none;
	font-size: 18px;
	transition-duration: 0.3s;
}
.section5_bottom  button:hover {
	background-color: #635af0;
}


@media(max-width:1200px){

.section1 .content .left_form {
	padding: 0;
}
}

@media(max-width:1024px){
.section1 .content {
    display: block;
}
.section1 .content .left_form .form_list {
    max-width: 700px;
    margin: 0.25rem auto;
}
.section1 .content .left_form h2 ,
.section1 .content .left_form h4 {
	max-width: 700px;
	margin: auto;
}
.section1 .content .left_form {
    width: 100%;
}
.section1 .content .right_img {
	width: 100%;
}
.section1 .content .right_img p {
	margin: 0 auto;
}
.section2 {
    padding: 0.6rem 0 0.3rem 0;
}
.section2 .section2_list ul {
    width: 200%;
	transition-duration: 0.5s;
}
.section2 .section2_list.page2 ul {
	margin-left: -100%;
}
.section2 .section2_list {
    overflow: hidden;
}
.section2 .section2_list ul li span {
    width: 1.5rem;
    margin: 0 auto;
}
.section2 .section2_list ul li p {
    font-size: 0.28rem;
    margin-top: 0.2rem;
}
.section2 .section2_list .page_btn {
	display: flex;
    justify-content: center;
	margin-top: 0.35rem;
}
.section2 .section2_list .page_btn p {
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	background: url(../images/page_btn.svg) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	opacity: 0.4;
}
.section2 .section2_list .page_btn p:nth-child(1) {
	transform: rotateY(180deg);
	margin-right: 0.2rem;
}
.section2 .section2_list.page2 .page_btn p:nth-child(1),
.section2 .section2_list.page1 .page_btn p:nth-child(2) {
	opacity: 1;
}
.section3 {
    padding: 0.8rem 0.4rem 0.3rem 0.4rem;
}
.section3 .content {
    display: block;
}
.section3 .content .trading-table-text {
    max-width: 100%;
    padding: 0.2rem 0;
}
.section3 .content .trading-table-text h2 {
    font-size: 0.68rem;
    line-height: 1.3;
}
.section3 .content .trading-table-text p {
    line-height: 1.6;
    margin-top: 0.2rem;
	color: #494851;
	font-size: 0.32rem;
}
.section3 .content .trading-table-wrap {
    height: 6rem;
    box-sizing: border-box;
    padding: 0.2rem 0;
    box-shadow: none;
    line-height: 1.4;
	border: none;
}
.section3 .trading_table_list {
    padding: 0;
}
.section3 .content .trading-table-wrap .table_menu {
    box-sizing: border-box;
    font-size: 0.32rem;
	height: auto;
    margin: 0 -0.4rem 0.3rem -0.4rem;
    padding:0;
	overflow: auto;
	-webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAu4AAAAyCAMAAAA0oK6FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMi1jMDAwIDc5LjU2NmViYzViNCwgMjAyMi8wNS8wOS0wODoyNTo1NSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY1NEY0NUQ4OEZDQjExRUQ5OTVDOTA4M0ExQTU2OTQxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY1NEY0NUQ5OEZDQjExRUQ5OTVDOTA4M0ExQTU2OTQxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjU0RjQ1RDY4RkNCMTFFRDk5NUM5MDgzQTFBNTY5NDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjU0RjQ1RDc4RkNCMTFFRDk5NUM5MDgzQTFBNTY5NDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz496jPfAAAA81BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYh4bhAAAAUHRSTlMABQYHDQ4PFRYXGB4fIiMoKS0uMzQ6Oz9AR0hLTFRVWFliY2VmcXJzf4CMjY6Zmpydpqeqq7O0uL/AxMXLzNHS1tfc3eDh5+jp6vDx8vj5+j8wI5kAAAMgSURBVBgZ7cFBbuRIEgBB95Tm/w8eCb4kS4dZZfU9Gwgz+W19fHzePv5ZH2t9fn58fn7+87EWYxzr+/vr+9/vr6+v76/v769/v76+vr++v/ltsamgSFBkjNMpD7kEArFZbMRQiYvJGOeLS1zkIZvFJhIIAyLGOFwh/5EUm8VOgwADBYoxDqYgNykRkM1iYwhISSAiY5wsCOSiQRCbxSYDBCwjkjFOlsQjiJuyWewSiIsiMsbpQnlJQN5ZvBdB3JIxDie3QOUSxWaxk7gpUEQxxsGMeBQvymaxC1EoQhBkjLNZPOJivLF4r7jJJYwxTidyEQxjt3gnRLBILjLGweIRyCVKdovfUiQCFJIxDicvBgQqbyx+s+IlQGOMwyUvBgJRbBYbFRAQKMY4XiAQ8kPZLDZxS14UY4yTyf8Lis1iY4QEBAYxxuniETdJ2Sw2iSAXIUPGOF6ACAFabBa7gOISF0nGOFmoYPwoZLPYSIRcDAEZ42gaQXIRUtktNikCAhJjHK94xItFbBZvFETGLSIZ42jJLYiLyWaxC1OIH2aMcTIhLpKQEJvFTpEAuQQxxtmM5GH8yWIXN7EAGeMvoIBAAiW7xXsRIIggY5zNAiMIRGSzeCNCSCpijOOFkIj80eIN0biE3GKMo4XxktyKzWInF7nJTRnjaJJghHFTNotdUHERBIsxTiYYxE3+ZLETVDQeMcbZyviPIHaLXQURxEMZ42gmF7kEmuwWbyi3FAiKMQ4Xl3hIFJvFG0EiEYgaYxzMEJCbFCqbxR/ETS4xxtniEQiBQGwWG5FQkJeSMU4mN7kkt9gtNnGxgqAY43TyiEAeymaxETCRZIy/QRkXDeJSsVlsIjDCQBnjdAKCIbcQ2Sx+C4ybCTHG8SKBIALkrcVvAnJLQGSM00k8RAEhNou34hFEIGOczDB+BMU7i7dMIEHG+GtYIDdls9jJD4FijNMFcZOHQmwWu3iRm4xxPJFLyEvJZvGeSUVcZIy/gkRx0dgs3gkMEEWIMU4mIBCCPGSz2EhUgEBEjHG0okAIgyB2i03ekIdcZIyTCfIQBIPY/A9BaIR3rIMI0AAAAABJRU5ErkJggg==');
	-webkit-mask-size: 100% 100%;
}
.section3 .content .trading-table-wrap .table_menu::-webkit-scrollbar {
	width: 0.08rem;
	height: 0.08rem;
	border-radius:10px;
}
.section3 .content .trading-table-wrap .table_menu::-webkit-scrollbar-track {
	border-radius:10px;
}
.section3 .content .trading-table-wrap .table_menu::-webkit-scrollbar-thumb {
	background-color: #bbb;
	border-radius:10px;
}
.section3 .content .trading-table-wrap .table_menu>div {
    width: 10.2rem;
    padding: 0.15rem 0.4rem;
}
.section3 .content .trading-table-wrap .table_menu>div p {
    padding: 0.1rem 0.14rem;
}
.section3 .trading_table_list .table_labels {
    font-size: 0.24rem;
}
.section3 .trading_table_list .table_data {
    font-size: 0.24rem;
	padding-top: 0.1rem;
}
.section3 .trading_table_list .table_data li {
	padding: 0.1rem 0;
}
.section3 .trading_table_list .table_data li p .label {
	width: 100%;
	height: 0.56rem;
	line-height: 0.56rem;
    border-radius: 0.08rem;
}
.section3 .trading_table_list .table_data li p:nth-child(4) img {
	width: 0.8rem;
	margin-left: 0.12rem;
}
.section4 {
    font-size: 0.32rem;
	line-height: 1.4;
}
.section4 h2 {
    font-size: 0.68rem;
    padding: 0.2rem 0;
    line-height: 0.8rem;
}
.section4 .section4_list1 {
    margin: 0.4rem auto 1rem auto;
}
.section4 .section4_list1 li {
    width: 100%;
    border-radius: 0.24rem;
    margin-top: 0.2rem;
    height: 2rem;
    font-size: 0.32rem;
    background-size: auto 100%;
    background-position: 5% 0;
}
.section4 .section4_list1>p {
	text-align: left;
    font-size: 0.28rem;
    line-height: 1.2;
    margin-top: 0.1rem;
}
.section4 .section4_list2 li {
    width: 33.33%;
	margin-bottom: 0.3rem;
}
.section4 .section4_list2 li p {
    width: 1.8rem;
    margin: 0 auto 0.15rem auto;
    border-radius: 0.2rem;
}
.section4 .section4_list2 {
    margin: 0.4rem -0.3rem 0.3rem -0.3rem;
    font-size: 0.28rem;
}
.section5 h2 {
    font-size: 0.68rem;
    line-height: 0.8rem;
}
.section5_list {
    display: block;
	font-size: 0.32rem;
}
.section5_list li {
    width: 100%;
	padding: 0.3rem 0;
}
.section5_list li img {
    width: 1.6rem;
}
.section5_list li h4 {
    font-size: 0.4rem;
    padding: 0.1rem 0;
}

}

@media(max-width:750px){
html {
	font-size: 50px;
}
.notice-close {
    display: block;
}
div.rw-fixed.markets-theme {
    padding: 13px 0.4rem;
}
.container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section1 .content .left_form h2 {
    font-size: 0.8rem;
	line-height: 0.9rem;
}
.section1 .content .left_form h4 {
    font-size: 0.4rem;
    padding: 0.2rem 0;
}
.section1 .content .left_form .form_list li button {
  	width: 100%;
    height: 1.08rem;
    font-size: 0.36rem;
    border-radius: 0.16rem;
    margin-top: 0.2rem;
}
.section1 .content .left_form .form_list li .input_guoup {
    border: 1px solid #E6E6EF;
    border-radius: 0.16rem;
    height: 1.12rem;
    margin-top: 0.1rem;
}
.section1 .content .left_form .form_list li {
    font-size: 0.32rem;
    padding-bottom: 0.4rem;
}
.section1 .content .left_form .form_list li .input_guoup input {
    padding: 0 0.3rem;
    font-size: 0.32rem;
}
.section1 .content .left_form .form_list li .input_guoup .clear_btn {
    margin: -0.4rem 0;
    width: 0.8rem;
    height: 0.8rem;
    background-size: 0.4rem;
}
.section1 .content .left_form .form_list li .input_guoup .pw_btn {
    margin: -0.4rem 0;
    right: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    background-size: 0.44rem;
}
.section1 .content .left_form .form_list .other_login_btn a {
    width: 0.8rem;
    margin-right: 0.24rem;
	margin-bottom: 0.2rem;
}
.section1 .content .left_form .form_list .tnc {
    font-size: 0.28rem;
	padding-top: 0.05rem;
}
.main_content {
    font-size: 0.36rem;
    background-position: -10rem 14.5rem;
    background-size: 300% auto;
}
.section1 .content .right_img p {
    margin: 0 0 0 auto;
    width: 94%;
}
.section4 {
    background-position: left -6.4rem bottom -1.6rem;
    background-size: 200% auto;
}
.section5_bottom button {
    border-radius: 0.16rem;
    width: 100%;
    height: 1.08rem;
    font-size: 0.36rem;
}
.section5_bottom {
    border-radius: 0.2rem;
}
.section5 {
    padding: 0.2rem 0.4rem 1.6rem 0.4rem;
    background-position: right 90% bottom -9rem;
}
.section1 .content .left_form .form_list li .input_guoup .error_msg {
    bottom: 112%;
    font-size: 0.22rem;
	line-height: 1.2;
}

}
	
	
#leadform-form, .rw-custom {
	max-width: 412px;
}

#leadform-form .form_wrapper {
	font-family: "Gilroy", Verdana, san-serif !important;
}

#leadform-form .form_wrapper .mid_wrapper .bonus_holder {
	margin-top: 10px !important;
}

#leadform-form .form_wrapper .mid_wrapper .external-auth.branded-sso .or-line {
	display: none;
}

#leadform-form .form_wrapper .mid_wrapper .external-auth {
	margin-bottom: 10px !important;
}

#leadform-form .form_wrapper .mid_wrapper .external-auth.display-sso-icons .ext-buttons.ext-buttons-apple {
	background: url(../images/apple.png) center center/contain no-repeat !important;
}
#leadform-form .form_wrapper .mid_wrapper .external-auth.display-sso-icons .ext-buttons.ext-buttons-goog {
	background: url(../images/google.png) center center/contain no-repeat !important;
}
#leadform-form .form_wrapper .mid_wrapper .external-auth.display-sso-icons .ext-buttons.ext-buttons-fb {
	background: url(../images/facebook.png) center center/contain no-repeat !important;
}

#leadform-form .form_wrapper .mid_wrapper .form_holder .form_row .field_title {
	font-size: 14px !important;
	text-align: inherit !important;
}

#leadform-form .form_wrapper .mid_wrapper .form_holder .form_row .field_input input {
	border: 1px solid #D0D1D1 !important;
	padding: 15px !important;
	border-radius: 8px !important;
	font-family: "Gilroy", Verdana, san-serif !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	color: #aaa !important;
	background-color: #fff;
}

#leadform-form .form_wrapper .mid_wrapper .form_holder .form_row .field_input input#telephone {
    padding-left: 40px !important;
}

[dir=rtl] #leadform-form .form_wrapper .mid_wrapper .form_holder .form_row .field_input input#telephone {
	padding-left: 0 !important;
	padding-right: 40px !important;
}

#leadform-form .form_wrapper .mid_wrapper .form_holder .button {
	background: #13121B !important;
	border-radius: 8px !important;
	padding: 15px !important;
	font-family: "Gilroy", Verdana, san-serif !important;
	font-weight: 700;
}

#leadform-form .form_wrapper .mid_wrapper .gdpr-disclosure, #leadform-form .form_wrapper .mid_wrapper .legal, #leadform-form .form_wrapper .mid_wrapper .legal span {
	font-size: 12px !important;
	color: #8A8B8B !important;
}

.gdpr-disclosure a {
	font-family: "Gilroy", Verdana, san-serif !important;
	font-weight: 700;
	color: #161717 !important;
}

.layer_text {
	margin: 0 auto !important;
}

.row-password2 .field_title {
	display: none;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
	right: 0 !important;
}


@media (max-width:1180px) {
	#leadform-form, .rw-custom {
		margin: 0 auto;
	}
	#leadform-form .form_wrapper .mid_wrapper .gdpr-disclosure, #leadform-form .form_wrapper .mid_wrapper .legal, #leadform-form .form_wrapper .mid_wrapper .legal span {
		margin-top: 0 !important;
	}
}