ul,
li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td,
ol,
ul,
li,
img,
button,
input {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html,
body,
div,
p,
span,
img,
ul,
li,
dl,
dd,
dt,
em,
strong {
	margin: 0;
	padding: 0;
	border: none;
	font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: rgba(51, 51, 51, 1);
}

html,
body {
	width: 100%;
	background: rgba(31, 31, 37, 0.05);
}

body {
	min-width: 1220px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-left: 0;
	padding-right: 0;
}

#section80 {
	padding: 0 18%;
}

.header {
	background: #fff;

}

.header .nav li .select-down:before,
.header .nav li .select-up:before {
	bottom: 23px;
}

.header .nav li .btn {
	background: #FFFFFF;
	color: rgba(25, 111, 252, 1);
	border: 1px solid rgba(25, 111, 252, 1);
	padding: 10px 24px;
	border-radius: 0px;
}

.header .section-child {
	height: 90px;
}

.header .nav li .hover-border:hover {
	border-bottom: 1px solid rgba(119, 179, 34, 1);
}

.header .nav li .collapse-nav a:hover {
	border-bottom: 1px solid rgba(119, 179, 34, 1);
}

.header .nav li a img {
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

#section81 {
	height: 500px;
	background: url(../img/pc_banner.gif);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 35px;
	font-weight: 500;
	overflow: hidden;
}


#section81 .content-bottom {
	margin-top: 14px;
	margin-bottom: 45px;
	line-height: 35px;
}

#section81 .a-btn {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
	line-height: 60px;
}


#section84 {
	padding: 0 18%;
	overflow: hidden;
	margin: 80px 0;
}

#section84 div {
	display: inline-block;
	width: 50%;
	float: left;
}

#section84 .content-title {
	font-size: 35px;
	color: rgba(65, 65, 65, 1);
	line-height: 42px;
	font-weight: 500;
	margin-bottom: 40px;
	display: block;
	width: 100%;
}

#section84 .content-list {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

#section84 .content-list li {
	display: block;
	margin-top: 30px;
	width: 90%;
}

#section84 .content-list li img {
	width: 19px;
	height: 19px;
	display: inline-block;
}

#section84 .content-list li span {
	font-size: 16px;
	color: rgba(65, 65, 65, 1);
	font-weight: 400;
	line-height: 20px;
	margin-left: 8px;
}

#section84 .content-right img {
	width: 85%;
}

#section10 {
	padding: 100px 18%;
}

#section10 .right-item button.btn {
	background: rgba(119, 179, 34, 1);
}

#section10 .left-item,
#section10 .right-item {
	padding: 0;
}

#section10 .row {
	margin: 0;
}

#section10 .download-pc {
	position: relative;
}

#section10 .download-pc:hover .download-code {
	display: block;
}

#section10 .download-code {
	position: absolute;
	padding: 20px;
	background: #FFFFFF;
	width: 190px;
	bottom: -210px;
	left: 0;
	display: none;
}

#section10 .download-code-triangle {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -10px;
	left: 20px;
	background: #FFFFFF;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
}

#section10 .download-code img {
	width: 150px;
	height: 150px;
}

/*20200331 新lp样式*/



.modal-content .right-register #section10 {
	padding: 0;
}



#section10 .right-item .vaild-tips {
	color: red;
}



#register .modal-dialog {
	max-width: 550px;
}

.right-register.open-right {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	overflow: auto;
	overflow-x: visible;
	display: block;
}

.register-box {
	min-height: 100%;
	position: relative;
	background: #25447C;
	padding: 47px 30px;
}

.box-close {
	position: absolute;
	overflow: hidden;
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-indent: -300px;
	right: 16px;
	top: 16px;
	z-index: 1200;
}

.box-close:after,
.box-close:before {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 26px;
	height: 1px;
	content: "";
	background-color: #b8bfc6;
}

.box-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.box-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.box-close:hover:after,
.box-close:hover:before {
	background: #000
}

.register-content {
	margin: 0 auto;
}

.register-content #section38 .form .p2 a,
.right-register #section38 .form .p2 a {
	width: 130px
}

.register-content #section38 .block2 .form .btn-regist,
.right-register #section38 .block2 .form .btn-regist {
	height: 40px;
	background-color: #8CADEE;
	border-radius: 3px;
	border-color: #8cadee;
	font-size: 14px;
	margin-bottom: 10px;
}

.right-register .register-box {
	background: #fff;
}

.right-register .form-container {
	background: none;
	border: none;
	height: auto;
	width: 100%;
	;
}

.right-register #section38 .block2 {
	padding: 0;
}

.right-register #section10 {
	padding-top: 0;
	background: #fff;
}

.right-register #section10 .right-item .tips {
	color: #4D555A;
	max-width: 366px;
	margin: 0 auto;
}


.section-swiper-container .swiper-wrapper .swiper-slide {
	background-position: center !important;
}


/**20200602 miki 新LP**/
.header .nav li .btn {
	padding: 0;
	width: 130px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #3682FF;
	border: 1px solid #0B6AFF;
}

.header .section-child {
	margin: 0 auto;
}

#section81 .banner-container {
	max-width: 1200px;
	margin: 0 auto;
}


#section81 .content-bottom {
	max-width: 720px;
	font-size: 20px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 26px;
	margin-top: 25px;
	margin-bottom: 60px;
}



#section84 {
	padding: 0;
	max-width: 1220px;
	margin: 0 auto;
	padding-top: 140px;
	padding-bottom: 107px;
}

#section84 .content-left {
	margin-top: 0;
	width: 580px;
}

#section84 .content-right {
	margin-top: 0;
	width: 540px;
	float: right;
}

#section84 .content-title {
	font-size: 48px;
	line-height: 52px;
	font-weight: bold;
	color: rgba(26, 218, 98, 1);
}

#section84 .content-right img {
	width: 100%;
}

#section84 .content-list li {
	padding-left: 40px;
	width: 100%;
	margin-bottom: 26px;
	margin-top: 0;
	padding-left: 38px;
	position: relative;
}

#section84 .content-list li img {
	position: absolute;
	top: 3px;
	left: 0;
}

#section84 .content-list li span {
	font-size: 20px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 22px;
	margin: 0
}

#section84 .content-tips {
	font-size: 18px;
	font-weight: 300;
	color: rgba(51, 51, 51, 1);
}





#section87 .content-title {
	font-size: 48px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 1;
	text-align: center;
	margin-top: 150px;
}

#section87 .step-container {
	max-width: 1220px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#section87 .step1 {
	background: #F5F5F5;
}

#section87 .step1 .step-container {
	position: relative;
}

#section87 .step1 img {
	width: 490px;
	height: 360px;
	position: absolute;
	right: 0;
	top: -60px;
}

#section87 .step1 .step1-content {
	height: 300px;
	margin-top: 60px;
}

#section87 .step1 .step-num {
	font-size: 172px;
	font-weight: bold;
	font-family: PTMono-Bold;
	color: rgba(2, 208, 80, 1);
	float: left;
	line-height: 1;
	margin: 60px 35px 0 50px;
}

#section87 .step1 .step1-content,
#section87 .step2 .step2-content,
#section87 .step3 .step3-content,
#section87 .step4 .step4-content {
	display: table;
}

#section87 .step-info {
	display: table-cell;
	vertical-align: middle;
}

#section87 .step1 .step-title {
	font-size: 36px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 1;
	margin-bottom: 30px;
}

#section87 .step1 .step-msg {
	font-size: 20px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	width: 500px;
	line-height: 22px;
}

#section87 .step2 {
	background: #fff;
	height: 300px;
}

#section87 .step2 .step2-img {
	width: 50%;
	text-align: center;
	float: left;
	margin-top: 90px;
}

#section87 .step2 .step2-img img {
	width: 114px;
	height: 57px;
	margin: 0 26px 10px;
}

#section87 .step2 .step2-content {
	width: 50%;
	float: left;
	height: 100%;
}

#section87 .step2 .step-num {
	font-size: 172px;
	font-weight: bold;
	font-family: PTMono-Bold;
	color: rgba(2, 208, 80, 1);
	float: left;
	line-height: 1;
	margin-top: 60px;
	margin-right: 45px;
}

#section87 .step2 .step-title {
	font-size: 36px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 1;
	margin-bottom: 24px;
}

#section87 .step2 .step-msg {
	font-size: 20px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 23px;
}

#section87 .step3 {
	background: #02D050;
	height: 300px;
}

#section87 .step3 .step3-content {
	height: 100%;
	width: 100%;
	position: relative;
}

#section87 .step3 .step-info .step-title {
	font-size: 36px;
	font-weight: bold;
	color: rgba(245, 245, 245, 1);
	margin-left: 170px;
	margin: 30px 0 20px 170px;
	line-height: 1;
}

#section87 .step3 .step-info .step-msg {
	font-size: 20px;
	font-weight: 400;
	color: rgba(245, 245, 245, 1);
	width: 510px;
	line-height: 23px;
	margin-left: 170px;
}

#section87 .step3 .step-num {
	font-size: 340px;
	font-weight: bold;
	font-family: PTMono-Bold;
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	position: absolute;
	top: -30px;
	right: 180px;
}

#section87 .step4 {
	background: #F5F5F5;
	height: 400px;
}

#section87 .step4 .step-num {
	font-size: 172px;
	font-family: PTMono-Bold;
	font-weight: bold;
	color: rgba(2, 208, 80, 1);
	line-height: 1;
	margin: 60px 35px 0 40px;
}

#section87 .step4 .step-title {
	font-size: 36px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 1;
	margin-bottom: 40px;
	;
}

#section87 .step4 .step-msg {
	font-size: 20px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	width: 525px;
	line-height: 23px;
}

#section87 .step4 .step-msg span {
	color: #02D050;
	font-weight: bold;
}

#section87 .step4 .step4-content {
	float: left;
	height: 100%;
}

#section87 .step4 .step4-content .step-btn {
	display: block;
	text-align: center;
	text-decoration: none;
	margin-top: 60px;
	width: 210px;
	height: 60px;
	background: rgba(2, 208, 80, 1);
	box-shadow: 3px 4px 5px 0px rgba(180, 219, 195, 0.55);
	border-radius: 5px;
	line-height: 60px;
	font-size: 24px;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

#section87 .step4 .step4-img {
	float: right;
}

#section87 .step4 .step4-img img {
	width: 490px;
}

.register-btn-box {
	display: none;
	position: fixed;
	bottom: 15px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	height: 150px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 27px 0px rgba(208, 208, 208, 0.43);
	border-radius: 10px;
}

.register-btn-box .a-btn {
	display: block;
	width: 336px;
	height: 72px;
	line-height: 72px;
	background: rgba(2, 208, 80, 1);
	border-radius: 3px;
	font-size: 29px;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin: 39px auto 0;
	text-decoration: none;
}



.right-register #section10 .right-item button.btn {
	background: #1ADA62;
	border-color: #1ADA62;
}


.modal .og-pad h3 {
	font-size: 20px;
	font-family: source-han-sans-simplified-c, sans-serif;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	line-height: 29px;
	margin-bottom: 45px;
}

.modal.show .modal-dialog {
	max-width: 1000px;
}

.modal .content-box {
	border: 1px solid #dcdcdc;
	margin: 0 20px 40px;
}

.modal .modal-content {
	padding: 0;
	background: #fff !important;
}

.content-nav .nav-btn {
	width: 50%;
	float: left;
	background: #1ADA62;
	height: 52px;
	line-height: 52px;
	font-size: 13px;
	font-family: source-han-sans-simplified-c, sans-serif;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 52px;
	cursor: pointer;
}

.content-nav .nav-btn.active {
	background: #009a3a;
}

.content-box .modal-content-info,
.content-box .modal-content-table {
	padding: 30px 40px 10px 35px;
}

.modal-content-info .modal-content-title {
	font-size: 13px;
	color: #666;
	line-height: 16px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
}

.modal .modal-content .modal-content-info p,
.modal .modal-content .modal-content-info span {
	font-family: source-han-sans-simplified-c, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 16px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 22px;
}

.modal .modal-content .modal-content-info p span {
	color: #666;
	margin-right: 5px;
}

.modal .modal-content-info table {
	width: 100%;
	border-color: #DCDCDC;
	background: #DCDCDC;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.modal .modal-content-info thead th {
	height: 35px;
	background: #999;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: source-han-sans-simplified-c, sans-serif;
}

.modal .modal-content-info tbody th span {
	font-size: 12px;
	color: #999;
}

.modal .modal-content-info tbody th {
	height: 58px;
	text-align: center;
	font-size: 14px;
	color: #999;
	font-weight: bold;
	background: #FBFBFB;
	font-family: source-han-sans-simplified-c, sans-serif;
	border: 1px solid #dcdcdc;
}

.modal .modal-content-info tbody td {
	background: #fff;
	height: 45px;
	line-height: 45px;
	color: #666;
	font-weight: 500;
	font-size: 13px;
	font-family: source-han-sans-simplified-c, sans-serif;
	border: 1px solid #dcdcdc;
}

.modal .modal-content-table {
	display: none;
}

.modal .modal-content-table table {
	width: 100%;
	border-color: #DCDCDC;
	background: #DCDCDC;
	margin-bottom: 30px;
	border-collapse: collapse;
}

.modal .modal-content-table table th {
	height: 58px;
	text-align: center;
	font-size: 14px;
	color: #999;
	font-weight: 500;
	background: #FBFBFB;
	font-family: source-han-sans-simplified-c, sans-serif;
	border: 1px solid #DCDCDC;
}

.modal .modal-content-table table td {
	height: 45px;
	text-align: center;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	background: #fff;
	font-family: source-han-sans-simplified-c, sans-serif;
	border: 1px solid #DCDCDC;
}

.modal .time {
	color: #666;
	text-align: left;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 13px;
	font-family: source-han-sans-simplified-c, sans-serif;
	justify-content: center;
	position: static;
	font-style: normal;
}

.right-register #section38 .block2 {
	text-align: center;
}

.right-register #section38 .block2 .form .btn-regist {
	width: 100%;
	background: #1ADA62;
	border-color: #1ADA62;
	color: #fff;
}

.right-register #section38 .block2 {
	max-width: 366px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 48px;
}

.right-register #section38 .oauth-sign p {
	max-width: 388px;
	margin: 0 auto 25px auto;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	border-color: #E7E8EC;
	text-align: center;
}

.right-register #section38 .oauth-sign p span {
	display: inline-block;
	text-align: center;
	position: relative;
	bottom: -10px;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	padding: 0 10px;

	color: #AEB0C0;
	background: #fff;
}

.right-register #section38 .account-href {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	text-decoration: underline;
	color: #185BDD;
	margin-bottom: 0;
	cursor: pointer;
}

#section38 .form .input-group-prepend {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	border: none;
	height: 40px;
}

#section38 .form .p1 input {
	display: inline-block;
	width: 78%;
	vertical-align: top;
	border: none;
	height: 38px;
	line-height: 38px;
	box-shadow: none;
	border-color: #ced4da;
}

#section38 .form .form-group.p1,
#section38 .form .form-group.p2 {
	border: 1px solid #ced4da;
	border-radius: .25rem;
	margin-bottom: 20px;
	height: 40px;
}

#section38 .dropdown-menu {
	top: 2px !important;
	left: -1px !important;
	width: 180px;
}

#section38 .block2 .form .form-control {
	box-shadow: none;
	border-color: #ced4da;
}

#section38 .item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.5rem;
}

#section38 .item span {
	font-weight: 400;
	float: right;
}

#section38 .item:hover {
	background-color: #ced4da;
}

#section38 .form .p2 a {
	display: inline-block;
	width: 130px;
	vertical-align: middle;
	border-left: 1px solid #ced4da;
	color: #007bff;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}

#section38 .form .p2 input {
	display: inline-block;
	width: 227px;
	vertical-align: middle;
	border: none;
	height: 38px;
	box-shadow: none;
	border-color: #ced4da;
}

#section38 .vaild-tips {
	color: red;
	display: block;
	padding: 10px 0;
}

#section38 .fb {
	display: inline-block;
	margin: 0 10px;
	width: 130px;
	height: 45px;
	background: url(../img/fb-bg.png) no-repeat;
	cursor: pointer;
	overflow: hidden;
}

#section38 .ge {
	display: inline-block;
	margin: 0 10px;
	width: 130px;
	height: 45px;
	background: url(../img/ge-bg.png) no-repeat;
	cursor: pointer;
	overflow: hidden;
}

#section87 .step4 .step-tips {
	font-size: 15px;
	font-weight: 200;
	color: rgba(51, 51, 51, 1);
	line-height: 24px;
	cursor: pointer;
	margin-top: 15px;
}

#section87 .step4 .step4-content .step-btn {
	margin-top: 30px
}

.footer {
	padding: 60px 60px 100px 60px;
	padding-bottom: 200px;
	background: #EFF1F2;
}

.footer .section-child {

	margin: 0 auto;
}

.footer .a-link {
	min-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

.footer .a-link a {
	color: #8C9BA5;
	font-size: 16px;
	font-weight: 400;
	color: rgba(140, 155, 165, 1);
	line-height: 18px;
	cursor: pointer;
}

.footer .warning p {
	font-size: 16px;
	font-weight: 200;
	color: rgba(77, 85, 90, 1);
	line-height: 24px;
	margin-bottom: 20px;
	text-align: left;
}

.footer .material-icons {
	position: relative;
	top: 5px;
	font-size: 22px;
}

.form-mode {
	width: 100%;
	margin: 15px auto 0;
	padding-bottom: 15px;
	max-width: 366px;
	text-align: left;
}

.form-mode .signUp {
	display: inline-block;
}

.form-mode .signUp-on,
.form-mode.email-mode .signUp-off {
	line-height: 22px;
	font-weight: bold;
	padding-right: 0px;
	border-bottom: 4px solid rgb(25, 91, 221);
	font-size: 12px;
	color: rgb(51, 51, 51);
	margin-left: 0;
}

.form-mode .signUp-off,
.form-mode.email-mode .signUp-on {
	font-size: 12px;
	font-weight: 400;
	color: rgb(153, 153, 153);
	line-height: 22px;
	margin-left: 15px;
	cursor: pointer;
	border-bottom: 0;
}

.form-mode.email-mode .signUp-off {
	float: left;
}




/**** 20201023 MIKI旧LP 更新****/
.header .logo img {
	margin-top: 5px;
}






#section81 .banner-box span {
	font-size: 16px;
	font-family: Roboto;
	font-weight: 400;
	color: #333333;
	vertical-align: top;
	margin-top: 20px;
	display: block;
	cursor: pointer;
}








.section49 {
	background: #fff;
	padding: 65px 0 55px;
}

.section49 .section-title {
	font-size: 45px;
	font-weight: 600;
	color: rgba(37, 37, 37, 1);
	line-height: 60px;
	text-align: center;
}

.section49 ul {
	font-size: 0;
	margin-top: 40px;
	margin-bottom: 0;
	text-align: center;
}

.section49 ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 24px;
}

.section49 li .item-title {
	font-size: 24px;
	font-family: Roboto;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin-bottom: 30px;
}

.section49 li p {
	font-size: 18px;
	font-family: Roboto;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}

.section49 li p {
	font-size: 15px;
	font-weight: 400;
	color: rgba(120, 120, 120, 1);
	margin: 0;
	line-height: 18px;
}

.section49 li img {
	width: 415px;
	height: 312px;
}

.section49 li:nth-child(1) img {
	width: 347px;
}

.section49 li:nth-child(2) img {
	width: 356.7px;
}

.section49 .more-box {
	text-align: center;
}

.section49 .more-box a {
	display: block;
	font-size: 16px;
	font-family: Roboto;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	margin: 60px 0 80px -60px;
}

#section90 {
	background: #FEF8EF;
	padding: 80px 0;
}

#section90 .content-box {
	max-width: 1220px;
	margin: 0 auto;
	;
}

#section90 .content-title {
	height: 45px;
	font-size: 60px;
	font-family: Roboto;
	font-weight: bold;
	color: #333333;
	margin-bottom: 80px;
	text-align: center;
}

#section90 .content-table,
#section90 .content-banner {
	width: 980px;
	margin: 0 auto;
	;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px #DDDEE1;
	border-radius: 20px;
}

#section90 .content-banner .fl-img img,
#section90 .content-banner .fr-img img {
	float: left;
	width: 50%;
}

#section90 .content-table .frist-box {
	width: 980px;
	height: auto;
	box-shadow: 0px 0px 20px 0px rgba(202, 201, 201, 0.6);
	text-align: center;
	background: #fff;
	;
	padding: 45px 0;
	position: relative;
	z-index: 9;
}

#section90 .content-table .frist-box h3 {
	height: 23px;
	font-size: 24px;
	font-family: Roboto;
	font-weight: bold;
	color: #FF671F;
	text-align: center;
	margin-bottom: 20px;
}

#section90 .content-table .frist-box p {
	font-size: 20px;
	font-family: Roboto;
	font-weight: 400;
	color: #333333;
}

#section90 .content-table .middle-box {
	background: rgba(255, 255, 255, 1);
	height: 300px;
}

#section90 .content-table .middle-box .fr-box {
	width: 50%;
	float: left;
	padding: 50px 35px;
	height: 300px;
	;
}

#section90 .content-table .middle-box .fl-box {
	width: 50%;
	float: left;
	border-right: 1px solid #BEBEBE;
	height: 300px;
	;
	padding: 50px 35px;
}

#section90 .content-table .middle-box p {
	font-size: 20px;
	font-family: Roboto;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin-bottom: 30px;
}

#section90 .content-table .last-box {
	width: 980px;
	padding: 52px 0;
	background: #FFFFFF;
	text-align: center;
	box-shadow: 0px 0px 20px 0px rgba(202, 201, 201, 0.6);
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#section90 .content-table .last-box h3 {
	font-size: 24px;
	font-family: Roboto;
	font-weight: bold;
	color: #FF671F;
}

#section90 .content-table .last-box p {
	font-size: 20px;
	font-family: Roboto;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}

#section90 .forex-item-box {
	margin-top: 53px;
	;
	text-align: center;
}

#section90 .forex-item-box .a-btn {
	display: block;
	margin: 0 auto;
	width: 320px;
	height: 80px;
	line-height: 80px;
	background: #FF671F;
	box-shadow: 3px 4px 5px 0px rgba(218, 217, 215, 0.55);
	border-radius: 5px;
	font-size: 28px;
	font-family: Roboto;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
}

#section90 .forex-item-box span {
	font-size: 16px;
	font-family: Roboto;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
}

.section11 {
	padding-top: 80px;
	;
}

#demoModal4 .nav-btn {
	background: #FF671F;
	height: 52px;
	line-height: 52px;
	font-size: 13px;
	font-family: source-han-sans-simplified-c, sans-serif;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 52px;
	cursor: pointer;
}

.register-btn-box .a-btn {
	background: #FF671F;
}

.section11 .section-bar {
	background: #FF671F;
}

.section11 #section10 .right-item button.btn,
.right-register #section10 .right-item button.btn {
	background: #FF671F;
	border-color: #FF671F;
}

.right-register #section38 .block2 .form .btn-regist,
.section11 #section38 .block2 .form .btn-regist {
	background: #FF671F;
	border-color: #FF671F;
}

.content-nav .nav-btn {
	background: #ff905b;
}

.content-nav .nav-btn.active {
	background: #FF671F;
}


/* @media (max-width: 1700px) {
	#section81 .banner-img{
		right: -50px;
	}
}
@media (max-width: 1630px) {
	#section81 .banner-img{
		right: -150px;
	}
}
@media (max-width: 1440px) {
	#section81 .banner-img img{
		height: 680px;
		margin-top: 35px;
	}
}
@media (max-width: 1440px) {
	#section81 .banner-img img{
		height: 640px;
		margin-top: 55px;
	}
	#section81 .banner-img{
		right: -200px;
	}
} */

/* 苹果ID 第三方登录*/
#section10 .right-item .fb,
#section38 .block2 .fb {
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 8px !important;
	border-radius: 2px;
	cursor: pointer;
	background: url(../img/section39/fb-bg.png) no-repeat;
	background-size: cover;
}

#section10 .right-item .ge,
#section38 .block2 .ge {
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 8px !important;
	border-radius: 2px;
	cursor: pointer;
	background: url(../img/section39/ge-bg.png) no-repeat;
	background-size: cover;
}

#section10 .right-item .apple,
#section38 .apple {
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 8px !important;
	border-radius: 2px;
	cursor: pointer;
	background: url(../img/section39/apple-bg.png) no-repeat;
	background-size: cover;
}

.section-content .oauth-sign .form-group,
.register-content .oauth-sign .form-group {
	display: flex;
	justify-content: flex-end;
	flex: 1;
	margin: 0;
}

#section10 .right-item .oauth-sign p,
.section-content .oauth-sign p,
.register-content .oauth-sign p {
	max-width: none;
	border: none;
	margin: 0 auto;
}

.form-group {
	margin-bottom: 1rem;
	padding: 0;
}

#section10 .oauth-sign,
#section38 .block2 .oauth-sign {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 25px;
	margin-top: 15px;
}

#section38 .block2 .oauth-sign p {
	margin: 0;
	text-align: left;
	border-bottom: none;
	position: relative;
}

#section10 .right-item .oauth-sign p span,
#section38 .block2 .oauth-sign p span {
	text-align: left;
	font-size: 14px !important;
	color: rgb(153, 153, 153);
	position: static;
}

#section10 .oauth-sign {
	max-width: 366px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 25px;
}




/*** 2021 miki ***/



#section81 .content-list li {
	font-size: 20px;
	font-weight: 400;
	color: #F0F5FC;
}




.section49 {
	padding: 80px 0;
}

.section49>p {
	width: 1000px;
	height: 43px;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	margin: 66px auto 0;
	text-align: center;
}

.section49 .section-title {
	font-size: 54px;
}

.section49 li .item-title {
	max-width: 220px;
	margin: 0 auto;
}

.section49 li p {
	max-width: 300px;
	text-align: center;
	margin: 30px auto 0;
}

.section49 li .item-title {
	min-height: 60px;
}

.section49 li img {
	height: 280px;
}

.section49 li:nth-child(1) img {
	width: 320px;
}

.section49 li:nth-child(2) img {
	width: 350px;
}

.section49 li:nth-child(3) img {
	width: 347px;
}

.section49 li .item-icon {
	width: 100%;
	height: 7px;
	background: #dcdcdc;
	position: relative;
	margin: 25px auto 0;
}

.section49 li:first-child .item-icon {
	width: 50%;
	margin-left: 50%;
}

.section49 li:last-child .item-icon {
	width: 50%;
	margin-right: 50%;
}

.section49 li .item-icon::before {
	content: '';
	height: 40px;
	width: 40px;
	display: block;
	background: url(../img/radius-icon.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -20px;
}

.section49 li:first-child .item-icon::before {
	left: 0;
}

.section49 li:last-child .item-icon::before {
	right: 0;
	left: auto;
	margin-right: -20px;
}

.section49 ul li {
	margin: 0;
}

.section49 li img {
	margin: 0 24px;
}

.section49 li .item-title {
	margin-top: 50px
}



#section38 .form .p2 #sendCode.sendcode-disabled,
#section38 .form .p2 #sendCodeTwo.sendcode-disabled {
	cursor: no-drop;
	color: rgb(220, 220, 220);
}

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

.example-box img {
	height: 36px;
	margin-top: 1px;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}


/* 2023/1/30 */
#section81 {
	position: relative;
	height: 750px;
	background: url(../img/20230130/banner.png) no-repeat;
	background-position: center;
	background-size: cover;
}

#section81 .banner-container {
	position: relative;
	z-index: 99;
	max-width: 1200px;
	margin: 0 auto;
}

#section81 .content-top {

	font-size: 58px;
	font-family: Roboto;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0px 0px 20px rgba(7, 34, 111, 0.38);
	line-height: 64px;
	margin-top: 136px;
}

#section81 .content-list {
	width: 798px;
	font-size: 20px;
	font-family: Roboto;
	font-weight: bold;
	color: #F0F5FC;
	padding-top: 63px;
	padding-bottom: 43px;
}

#section81 .content-list li {
	width: 50%;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-family: Roboto;
	font-weight: bold;
	color: #F0F5FC;
	margin-bottom: 40px;
}

#section81 .content-list li:nth-child(1)::before {
	content: '';
	display: inline-block;
	height: 39px;
	width: 35px;
	background: url(../img/20230130/icon1.png) no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 15px;
	vertical-align: top;
}

#section81 .content-list li:nth-child(2)::before {
	content: '';
	display: inline-block;
	height: 40px;
	width: 40px;
	background: url(../img/20230130/icon2.png) no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 15px;
	vertical-align: top;
}

#section81 .content-list li:nth-child(3)::before {
	content: '';
	display: inline-block;
	height: 40px;
	width: 40px;
	background: url(../img/20230130/icon3.png) no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 15px;
	vertical-align: top;
}

#section81 .content-list li:nth-child(4)::before {
	content: '';
	display: inline-block;
	height: 39px;
	width: 35px;
	background: url(../img/20230130/icon4.png) no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 15px;
	vertical-align: top;
}

#section81 .banner-img {
	position: absolute;
	right: -250px;
	top: 0;
	z-index: 9;
}

#section81 .banner-img img {
	height: 1103px;
	width: auto;
}

@media (max-width: 1200px) {
	#section81 .banner-img img {
		height: 1013px;
		margin-top: 30px;
		margin-right: -100px;
	}
}

#section81 .banner-box .a-btn {
	width: fit-content;
	padding: 24px 30px;
	background: #1D6EE1;
	border-radius: 5px;
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 34px;
}

#section81 .banner-box .pc-a-btn {
	display: block;
}

#section81 .banner-box .mobile-a-btn {
	display: none;
}

#section82 {
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	font-weight: 500;
	color: rgba(65, 65, 65, 1);
	font-size: 35px;
	overflow: hidden;
}

#section82 .content-title {
	font-size: 60px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-top: 78px;
	margin-bottom: 84px;
	text-align: center;
	line-height: 1;
}

#section82 .content-item {
	display: flex;
	margin-bottom: 144px;
}

#section82 .content-list {
	width: 273px;
	height: 360px;
	box-shadow: 0px 0px 16px 0px #E5E5E5;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 35px 19px 0px;
	margin: 0 auto;
	text-align: center;
}

#section82 .content-list:nth-child(2n) {
	margin-right: 0;
}

#section82 .content-icon {
	display: block;
	width: 100px;
	height: 87px;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}


#section82 .content-info h4 {
	font-size: 20px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-top: 33px;
	margin-bottom: 26px;
	font-family: Source Han Sans TW;
}

#section82 .content-info p {
	line-height: 20px;
	font-size: 18px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	font-family: Source Han Sans TW;

}

#section82 .content-info .minium {
	font-size: 16px;
	font-family: Source Han Sans TW;
	font-weight: 400;
	color: #898989;
	margin-top: 12px;
}

#section82 .content-icon.icon_1 {
	background-image: url(../img/20230130/invest_icon1.png);
}

#section82 .content-icon.icon_2 {
	background-image: url(../img/20230130/invest_icon2.png);
}

#section82 .content-icon.icon_3 {
	background-image: url(../img/20230130/invest_icon3.png);
}

#section82 .content-icon.icon_4 {
	background-image: url(../img/20230130/invest_icon4.png);
}


#section88 {
	padding: 0;
	margin: 0 auto;
	font-weight: 500;
	color: rgba(65, 65, 65, 1);
	font-size: 35px;
	overflow: hidden;
	background: #fff;
}

#section88 .content-title {
	font-size: 60px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-top: 78px;
	margin-bottom: 88px;
	text-align: center;
	line-height: 1;
}

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

#section88 .left {
	margin-top: 66px;
}

#section88 .left .left-item:nth-child(2) {
	margin-top: 66px;
}

#section88 .left .left-item:nth-child(3) {
	margin-top: 39px;
}

#section88 .left .left-item h3 {
	font-size: 30px;
	font-family: Source Han Sans TW;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
}

#section88 .left .left-item h4 {
	font-size: 24px;
	font-family: Roboto;
	font-weight: 400;
	color: #8A8A8A;
	line-height: 17px;
	margin-top: 15px;
}

#section88 .left .view-all-awards {
	margin-top: 70px;
	font-size: 28px;
	font-family: Roboto;
	font-weight: 500;
	color: #333333;
	text-transform: uppercase;
}

#section88 .left .view-all-awards a {
	color: inherit;
}

#section88 .left .view-all-awards a:hover {
	color: inherit;
	text-decoration: none;
}

#section88 .right {
	width: 529px;
	height: 574px;
	margin-left: 33px;
}

#section88 .right img {
	width: 100%;
	height: 100%;
}

.section6 {
	position: relative;
}

.section6 .container-payment {
	background: #f8f8f8;
}

.section6 .container-payment .wrap {
	padding-top: 115px;
	padding-bottom: 67px;
}

.section6 .grid>.col-3-12 {
	width: 20%;
}

.section6 .container-payment .wrap {
	padding: 60px 0;
}

.section6 .container-payment .wrap .fix-11-12>div ul {
	display: flex;
}

.section6 .container-payment .wrap .fix-11-12>div ul li {
	width: 50%;
	height: auto;
	margin-top: 7px;
}

.section6 .container-payment {
	background: #ffffff;
}

.section6 .container-payment .wrap {
	padding: 0;
}

.section6 .container-payment .wrap>.fix-11-12 {
	max-width: unset !important;
}

.section6 .container-payment .wrap>.fix-11-12 h1 {
	text-align: center;
	margin-bottom: 47px;
}

.section6 .container-payment .wrap>.fix-11-12>div {
	width: 100%;
	height: 108px;
	background: linear-gradient(91deg, #347FF9 0%, #204E96 100%);
}

.section6 .container-payment .wrap>.fix-11-12>div ul li {
	margin-top: -5px;
	height: auto;
}


.section11 .d-sm-block {
	text-align: center;
	margin-top: 15px;
}

.section11 #section38 .block2 .form .btn-regist,
.right-register #section38 .block2 .form .btn-regist {
	background-color: #8CADEE;
	border-color: #8cadee;
}

.section11 #section10 .download-pc,
.section11 #section38 .download-pc {
	margin: 0 10px;
	position: relative;
	display: inline-block;
	width: 148px;
	height: 49px;
}

.section11 #section10 img.banner,
.section11 #section38 img.banner {
	display: inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.section11 #section10 .download-code,
.section11 #section38 .download-code {
	border: 1px solid #999;
	position: absolute;
	padding: 20px;
	background: #FFFFFF;
	width: 190px;
	bottom: -210px;
	left: 0;
	display: none;
}

.section11 #section10 .download-code-triangle,
.section11 #section38 .download-code-triangle {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -10px;
	left: 20px;
	background: #FFFFFF;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.section11 #section10 .download-code img,
.section11 #section38 .download-code img {
	width: 150px;
	height: 150px;
}

.section11 #section10 .download-pc:hover .download-code,
.section11 #section38 .download-pc:hover .download-code {
	display: block;
}

.section11 #section10 .right-item button.btn,
.right-register #section10 .right-item button.btn {
	margin: 10px 0;
	outline: none;
	border: none;
	color: #fff;
	cursor: pointer;
}



/**注册表单**/
.section11 {
	padding: 50px 0 0;
	background: #F5F1EA;
	width: 100%;
	height: auto;
	padding: 120px 0 110px;
}

.section11 .clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.section11 .section-box {
	width: 1060px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 3px 6px 5px 0px rgba(187, 195, 208, 0.4);
	border-radius: 10px;
	border: 1px solid rgba(223, 227, 230, 1);
}

.section11 .section-bar {
	width: 100%;
	height: 10px;
	background: #C09E5E;
	border-radius: 10px 10px 0 0
}

.section11 .content-left,
.section11 .content-right {
	width: 50%;
	float: left;
	margin-top: 21px;
}

.section11 .content-left {
	padding: 32px 70px 10px 66px;
}

.section11 .content-left ul li {
	height: 70px;
	width: 50%;
	float: left;
	position: relative;
	padding: 0 10px 0 60px;
	text-align: left;
	display: table;
}

.section11 .content-left ul li img {
	width: 54px;
	height: 54px;
	position: absolute;
	top: 10px;
	left: 0;
}

.section11 .content-left ul li span {
	font-size: 16px;
	font-family: Roboto-Regular, Roboto;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	display: table-cell;
	vertical-align: middle
}

.section11 .content-left img {
	width: 100%
}

.section11 .content-left {
	border-right: 1px solid #999;
}

.section11 .content-right {
	border-left: 1px solid #999;
	margin-left: -1px;
}

.section11 .section-tips {
	padding: 20px 0 70px;
	margin: 18px 20px 0;
	border-top: 1px solid #999;
	font-size: 15px;
	font-weight: 400;
	color: rgb(152, 152, 152);
	line-height: 22px;
	text-align: left;
}

.section11 #section10,
.right-register #section10 {
	background: none;
	padding: 0;
}

.section11 .email-box {
	display: none;
}

.section11 .title {
	font-size: 28px;
	font-family: Roboto-Bold, Roboto;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 28px;
	text-align: left;
	margin: 70px 65px 40px 92px;
}

.section11 #section10 .right-item .form-control,
.right-register #section10 .right-item .form-control {
	max-width: 366px;
	height: 45px;
}

.section11 #section10 .right-item .tips,
.right-register #section10 .right-item .tips {
	color: #4D555A;
	max-width: 366px;
	margin: 0 auto;
}

.section11 #section10 .right-item .account-href,
.right-register #section10 .right-item .account-href {
	color: rgba(51, 51, 51, 1);
	text-decoration: none;
	margin-bottom: 0;
}

.section11 #section10 .right-item .oauth-sign p,
.right-register #section10 .right-item .oauth-sign p {
	border-color: #E7E8EC;
}

.section11 #section10 .right-item .oauth-sign p span,
.right-register #section10 .right-item .oauth-sign p span {
	color: #AEB0C0;
	background: #fff;
}

.section11 #section38 .wrap-form,
.right-register #section38 .wrap-form {
	width: 100%;
	height: auto;
	box-shadow: none;
}

.section11.form .p2 a {
	width: 130px;
}

.section11.wrap-form {
	background: none;
	box-shadow: none;
}

.section11.form .form-group {
	border-radius: 2px;
}

.section11.block2 .form .btn-regist {
	height: 40px;
	background-color: #8CADEE;
	border-radius: 3px;
	border-color: #8cadee;
	font-size: 14px;
	margin-bottom: 10px;
}

.section11.btn-demo-trading {
	height: 40px;
	border: 1px solid #185BDD;
	border-radius: 3px;
	width: 100%;
	color: #185BDD;
	font-size: 14px;
}

.section11 #section10 .right-item button.btn,
.right-register #section10 .right-item button.btn {
	margin: 0 auto;
	max-width: 366px;
	width: 100%;
	height: 40px;
	background-color: #8CADEE;
	border-radius: 3px;
	border-color: #8cadee;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.section11 .mobile-wrap-list,
.section11 .mobile-left {
	display: none;
}

.section11 .content-right .content-title .titie {
	font-size: 24px;
	font-family: Roboto-Bold, Roboto;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 28px;
	margin: 70px auto 20px;
	max-width: 366px;
}

#section38 .vaild-tips,
#section10 .right-item .vaild-tips {
	color: red;
}

.section11 .form-container {
	padding: 0;
	background: none;
	border: 0;
	height: auto;
	display: block;
}

.section11 #section38 .block2,
.section11 #section10 .block2 {
	padding: 0 80px 48px;
}

.section11 #section38 .form .p2 a,
.section11 #section10 .form .p2 a {
	width: 130px;
}

.section11 #section38 .block2 .form,
.section11 #section10 .block2 .form {
	margin: 0;
}



/* 
.section11 .d-sm-block{
  text-align: center;
  margin-top:15px;
}
.section11 #section38 .block2 .form .btn-regist,.right-register #section38 .block2 .form .btn-regist{
  background-color: #8CADEE;
  border-color: #8cadee;
}
.section11 #section10 .download-pc,.section11 #section38 .download-pc{
  margin: 0 10px;
  position: relative;
  display: inline-block;
  width: 148px;
  height: 49px;
}
.section11 #section10 img.banner,.section11 #section38 img.banner  {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.section11 #section10 .download-code ,.section11 #section38 .download-code {
  border: 1px solid #999;
  position: absolute;
  padding: 20px;
  background: #FFFFFF;
  width: 190px;
  bottom: -210px;
  left: 0;
  display: none;
}
.section11 #section10 .download-code-triangle,.section11 #section38 .download-code-triangle {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 20px;
  background: #FFFFFF;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.section11 #section10 .download-code img,.section11 #section38 .download-code img {
  width: 150px;
  height: 150px;
}
.section11 #section10 .download-pc:hover .download-code ,.section11 #section38 .download-pc:hover .download-code {
  display: block;
} */



/* section38 */

#section38 {
	width: 100%;
}

#section38 .wrap-form {
	width: 1066px;
	height: 580px;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}


/* clip-path: polygon(0 0, 0 100%, 480px 100%, 100% 0px); */

#section38 .block1 {
	height: 100%;
	background: #F5FAFF;
	padding: 44px 80px 0px 20px;
	clip-path: polygon(0 0, 0 100%, 480px 100%, 100% 0px);
}

#section38 .block1 .p1 {
	font-size: 30px;
	font-weight: 800;
	color: rgba(51, 51, 51, 1);
	line-height: 50px;
}

#section38 .block1 .p2 {
	margin-top: 36px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 50px;
}

#section38 .block1 .p3 {
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	margin-top: 50px;
}

#section38 .block2 {
	padding: 38px 65px 48px 92px;
}

#section10 .block2 input,
#section38 .block2 input {
	border: 0;
	background: none;
	fill: none;
	padding: 0 10px;
	outline: none
}

#section38 .block2 .titie {
	font-size: 28px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 38px;
}

#section38 .block2 .form {
	margin-top: 40px;
}

#section38 .block2 .form .form-control {
	box-shadow: none;
	border-color: #ced4da;
}

#section10 .right-item .vaild-tips {
	text-align: center;
	margin: 0 auto;
	display: block;
}

#section10 .form input {
	display: inline-block;
	vertical-align: middle;
	border: none;
	height: 38px;
	width: 100%;
	border: 1px solid #ced4da;
	margin-bottom: 20px;
}

#section10 .block2 .form #registBtn,
#section38 .block2 .form .btn-regist {
	height: 45px;
	display: block;
	color: #ffffff;
	width: 100%;
	line-height: 27px;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	outline: none;
	border-color: transparent;
	box-shadow: none;
	background: #8CADEE !important;
	border: none !important;
	padding: 0;
	border-radius: 5px;
	cursor: pointer;
}

#section38 .block2 .form .btn-regist:focus,
#section38 .block2 .form .btn-regist:active {
	outline: none;
	border-color: transparent;
	box-shadow: none;
}

#section10 .block2 .account-href,
#section38 .block2 .account-href {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 19px;
	cursor: pointer;
	color: #333;
}

#section10 .block2 .fb,
#section38 .block2 .fb {
	display: inline-block;
	margin: 0 35px;
	width: 130px;
	height: 45px;
	background: url(../assets/img/section11/fb-bg.png) no-repeat;
	cursor: pointer;
	overflow: hidden;
}

#section10 .block2 .ge,
#section38 .block2 .ge {
	display: inline-block;
	margin: 0 10px;
	width: 130px;
	height: 45px;
	background: url(../assets/img/section11/ge-bg.png) no-repeat;
	cursor: pointer;
	overflow: hidden;
}

#section10 .block2 .oauth-sign p,
#section38 .block2 .oauth-sign p {
	text-align: center;
	max-width: 388px;
	margin: 0 auto 14px auto;
	border-bottom: 1px solid #D8D8D8;
	line-height: 1;
	position: relative;
}

#section10 .block2 .oauth-sign p span,
#section38 .block2 .oauth-sign p span {
	display: inline-block;
	text-align: center;
	position: relative;
	bottom: -10px;
	background: #ffffff;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	padding: 0 10px;
	color: #333;
}

.show>.area-btn.dropdown-toggle {
	color: #333333;
}

.area-btn:focus {
	box-shadow: none;
}

.area-btn:hover {
	color: #333333;
}

#section38 .dropdown-menu {
	width: 180px;
	float: left;
	min-width: 10rem;
	padding: 10px 0;
	margin: 2px 0 0;
	font-size: 16px;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 5px;
	top: 40px;
	z-index: 33;
}

#section38 .form .input-group-prepend button::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #333333;
	margin-left: 5px;
}

#section38 .item {
	display: block;
	width: 100%;
	padding: 8px 20px;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
}

#section38 .item span {
	font-weight: 400;
	float: right;
}

#section38 .item:hover {
	background-color: #ced4da;
}

#section38 .form .form-group {
	border: 1px solid #ced4da;
	margin-bottom: 20px;
	height: 40px;
}

#section38 .form .input-group-prepend {
	display: inline-block;
	max-width: 60px;
	vertical-align: top;
	border: none;
	height: 40px;
	width: 100%;
	position: relative;
}

#section38 .form .input-group-prepend button {
	border: none;
	width: 100%;
	text-align: left;
	padding-right: 0;
	vertical-align: bottom;
	height: 40px;
	background: none;
	outline: none;
	text-align: center;
	cursor: pointer;
}

#section38 .form .p1 input {
	display: inline-block;
	width: 300px;
	vertical-align: top;
	border: none;
	height: 38px;
	line-height: 38px;
}

#section38 .form .p2 input {
	display: inline-block;
	width: 227px;
	vertical-align: middle;
	border: none;
	height: 38px;
}

#section38 .form .p2 a {
	display: inline-block;
	width: 140px;
	vertical-align: middle;
	border-left: 1px solid #ced4da;
	color: #007bff;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}

#section38 .form .p3 input {
	display: inline-block;
	vertical-align: middle;
	border: none;
	height: 38px;
	width: 100%;
}

#section38 .form .tips {
	text-align: center;
}

.dropdown-toggle::after {
	vertical-align: .2em;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}


/* section38 */




#register {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	background: rgba(0, 0, 0, 0.5);
}

#register .modal-dialog {
	margin: 0 auto;
}

#register #section38 .block2 .form {
	margin: 0;
}

.register-btn-box {
	display: none;
	position: fixed;
	bottom: 15px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	height: 150px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 27px 0px rgba(208, 208, 208, 0.43);
	border-radius: 10px;
	z-index: 999;
}

.register-btn-box .a-btn {
	display: block;
	width: 336px;
	height: 72px;
	line-height: 72px;
	background: rgba(25, 111, 252, 1);
	border-radius: 3px;
	font-size: 29px;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin: 39px auto 0;
	text-decoration: none;
}


.register-content {
	width: 368px;
	margin: 0 auto;
	color: #333;
}

.register-content #section38 .form .p2 a,
.right-register #section38 .form .p2 a {
	width: 130px
}

.register-content #section38 .block2 .form .btn-regist,
.right-register #section38 .block2 .form .btn-regist {
	height: 40px;
	background-color: #8CADEE;
	border-radius: 3px;
	border-color: #8cadee;
	font-size: 14px;
	margin-bottom: 10px;
}

.right-register .register-box {
	background: #fff;
}

.right-register .form-container {
	background: none;
	border: none;
	height: auto;
	width: 100%;
	display: block;
	;
	padding-top: 0;
}

.right-register #section38 .block2 {
	padding: 0;
}

.right-register #section10 {
	padding-top: 0;
	background: #fff;
	display: none;
}

.right-register #section10 .right-item .tips {
	color: #4D555A;
	max-width: 366px;
	margin: 0 auto;
}

.section11 .d-sm-block {
	text-align: center;
	margin-top: 15px;
}

.section11 #section38 .block2 .form .btn-regist,
.right-register #section38 .block2 .form .btn-regist {
	background-color: #8CADEE;
	border-color: #8cadee;
}

.section11 #section10 .download-pc,
.section11 #section38 .download-pc {
	margin: 0 10px;
	position: relative;
	display: inline-block;
	width: 148px;
	height: 49px;
}

.section11 #section10 img.banner,
.section11 #section38 img.banner {
	display: inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.section11 #section10 .download-code,
.section11 #section38 .download-code {
	border: 1px solid #999;
	position: absolute;
	padding: 20px;
	background: #FFFFFF;
	width: 190px;
	bottom: -210px;
	left: 0;
	display: none;
}

.section11 #section10 .download-code-triangle,
.section11 #section38 .download-code-triangle {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -10px;
	left: 20px;
	background: #FFFFFF;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.section11 #section10 .download-code img,
.section11 #section38 .download-code img {
	width: 150px;
	height: 150px;
}

.section11 #section10 .download-pc:hover .download-code,
.section11 #section38 .download-pc:hover .download-code {
	display: block;
}

.section11 #section10 .right-item button.btn,
.right-register #section10 .right-item button.btn {
	margin: 10px 0;
	outline: none;
	border: none;
	color: #fff;
	cursor: pointer;
}

/* 苹果ID 第三方登录*/
#section10 .right-item .fb,
#section38 .block2 .fb {
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 8px !important;
	border-radius: 2px;
	cursor: pointer;
	background: url(../img/section39/fb-bg.png) no-repeat;
	background-size: cover;
}

#section10 .right-item .ge,
#section38 .block2 .ge {
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 8px !important;
	border-radius: 2px;
	cursor: pointer;
	background: url(../img/section39/ge-bg.png) no-repeat;
	background-size: cover;
}

#section10 .right-item .apple,
#section38 .apple {
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 8px !important;
	border-radius: 2px;
	cursor: pointer;
	background: url(../img/section39/apple-bg.png) no-repeat;
	background-size: cover;
}

.section-content .oauth-sign .form-group,
.register-content .oauth-sign .form-group {
	display: flex;
	justify-content: flex-end;
	flex: 1;
	margin: 0;
}

#section10 .right-item .oauth-sign p,
.section-content .oauth-sign p,
.register-content .oauth-sign p {
	max-width: none;
	border: none;
	margin: 0 auto;
}

.form-group {
	margin-bottom: 1rem;
	padding: 0;
}

#section10 .oauth-sign,
#section38 .block2 .oauth-sign {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 25px;
	margin-top: 15px;
}

#section38 .block2 .oauth-sign p {
	margin: 0;
	text-align: left;
	border-bottom: none;
	position: relative;
}

#section10 .right-item .oauth-sign p span,
#section38 .block2 .oauth-sign p span {
	text-align: left;
	font-size: 14px !important;
	color: rgb(153, 153, 153);
	position: static;
}


.sendcode-disabled {
	/* cursor: no-drop !important;
	color: rgb(220, 220, 220) !important; */
	color: #077bff;
}


@media (max-width: 768px) {
	.img-iphone36 {
		width: 285px;
		height: 302px;
	}

	.img-honor-img {
		width: 285px;
		height: 308px;
	}

	.img-img-02 {
		width: 285px;
		height: 172px;
	}

	.image-73 {
		width: 254px;
		height: 156px;
	}
}

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

.example-box img {
	height: 36px;
	margin-top: 1px;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}


#section89 {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 140px;
	z-index: 999;
	background-image: url(../img/20230130/footer-banner.png);
}

#section89 .section-title {
	height: 45px;
	margin: auto 0;
	line-height: 140px;
	font-size: 30px;
	font-family: Roboto;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
}

#section89 .section-title a {
	text-decoration: none;
}

#section89 .section-title a:hover {
	color: inherit;
	text-decoration: none;
}

#section89 .section-gift {
	position: absolute;
	right: 106px;
	width: 314px;
	height: 239px;
	top: -60%;
	z-index: -1;
}

#section89 .section-gift img {
	width: 100%;
	height: 100%;
}

#section3 {
	background: #fff;
	padding: 81px 60px 51px;
}

#section3 .content-title {
	font-size: 60px;
	font-family: Roboto;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	text-align: center;
}

#section3 .content-AUDUSD {
	width: 100%;
	max-width: 1130px;
	height: auto;
	margin: 60px auto 0;
}

#section3 .content-AUDUSD img {
	width: 1200px;
	height: 767px;
	margin: 0 auto;
	display: block;
}

#section3 #tvIframe {
	height: 540px;
	width: 100%;
	margin-top: 20px;
	border: 1px solid #e0e3eb;
}

#section3 .code-box {
	max-width: 1200px;
	margin: 60px auto 0;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 35px 0px #CAC9C9;
	border-radius: 20px;
	padding: 65px 0 40px;
}

#section3 .code-name {
	font-size: 46px;
	font-family: Source Han Sans TW;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-left: 32px;
	margin-right: 36px;
}

#section3 .code-name img {
	width: 90px;
	height: 90px;

}

#section3 .code-btn .sell-btn {
	display: inline-block;
	width: 204px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	background: #009E4A;
	box-shadow: 18px 17px 9px 0px rgba(208, 228, 208, 0.56);
	opacity: 0.95;
	border-radius: 5px;
	font-size: 36px;
	font-family: Roboto;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 30px;
}

#section3 .code-btn .transition-btn {
	cursor: pointer;
}

#section3 .code-btn .buy-btn {
	display: inline-block;
	width: 204px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	background: #EC4330;
	box-shadow: 18px 17px 9px 0px rgba(228, 208, 208, 0.56);
	opacity: 0.95;
	border-radius: 5px;
	font-size: 36px;
	font-family: Roboto;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 30px;
}

#section3 .code-price .nowPrice {
	font-size: 60px;
	font-family: Roboto;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
	display: inline-block;
	margin-right: 15px;
}

#section3 .code-price .dailyPercent {
	font-size: 24px;
	font-family: Roboto;
	font-weight: 500;
	color: #009E4A;
	line-height: 24px;
	display: inline-block;
}

#section3 .code-price .dailyPercent.down {
	color: #EC4330;
}

#section3 .code-price .dailyPercent.up {
	color: #009E4A;
}

#section3 .code-price .code-minmax {
	font-size: 24px;
	font-family: Roboto;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 0;
}

#section3 .code-price p {
	padding-bottom: 0;
}

#section3 .code-price .code-minmax p {
	padding-bottom: 0;
}

#section3 .code-price .code-minmax span {
	margin-right: 20px;
}

#section3 .code-price .deily-status.down::before {
	content: '+';
	font-size: 24px;
	font-family: Roboto;
	font-weight: 500;
	color: #EC4330;
	line-height: 24px;
	display: inline-block;
}

#section3 .code-price .deily-status.up::before {
	content: '-';
	font-size: 24px;
	font-family: Roboto;
	font-weight: 500;
	color: #009E4A;
	line-height: 24px;
	display: inline-block;
}

#section3 .code-box .code-name,
#section3 .code-box .code-price,
#section3 .code-box .code-btn {
	display: inline-block;
	vertical-align: middle;
}

#section3 .code-btn {
	float: right;
	margin-right: 35px;
}

#section3 .code-btn .buy-go {
	color: #ffffff !important;
}

#gaSignIn,
#gaSignPhone,
#gaSignInTwo,
#gaSignPhoneTwo {
	overflow: hidden;
	position: relative;
}
#gaSignIn div[role='button'],
#gaSignPhone div[role='button'],
#gaSignInTwo div[role='button'],
#gaSignPhoneTwo div[role='button'] {
	width: 30px;
	height: 30px;
}

#gaSignIn > div,
#gaSignPhone > div,
#gaSignInTwo > div,
#gaSignPhoneTwo > div {
	position: absolute;
	opacity: 0.0001;
	top: 0;
	left: 0;
}