.bg-gray-11d {
	background-color:var(--brand-11d);
}
.bg-white, 
.bg-m-white {
  background-color: var(--white);
}
.header {
	height: 118px;
}
.bg-white .header {
	height: 88px;
}
.header .header-title {
	display: block;
}
.cn .header-left .header-logo {
	background: url("/static/images/header/logo-cn-white.svg") no-repeat 0 0/100% 100%;
}
.tw .header-left .header-logo {
	background: url("/static/images/header/logo-tw-white.svg") no-repeat 0 0/100% 100%;
}
.cn .navigation-area:before {
    background-image: url("/static/images/header/hkgx-cn-white.svg");
}
.tw .navigation-area:before {
    background-image: url("/static/images/header/hkgx-tw-white.svg");
}
.bg-white.cn .navigation-area:before {
	background-image: url("/static/images/header/hkgx-cn-black.svg");
}
.bg-white.tw .navigation-area:before {
	background-image: url("/static/images/header/hkgx-tw-black.svg");
}
.header-left .nav-list>li>a {
	color: var(--white);
}
.header-left .nav-list>li>a>i{
	background: url("/static/images/header/icon-down-white.svg") no-repeat 0 0/100% 100%;
}
/*========== content ==========*/
.banner-carousel {
	position: relative;
	height: 900px;
	background-color: var(--brand-11d);
}
.pr__carousel {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}
.pr__carousel .carousel__screen {
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
	display: none;
}
.pr__carousel .carousel__screen.active {
	display: block;
}
.pr__carousel .carousel__screen .carousel__inner {
	position: relative;
	width: 100%;
	max-width: 1420px;
	padding-top: 158px;
	height: 674px;
	margin: 0 auto;
}
.pr__carousel .carousel__screen .screen__animat {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 710px;
	height: 516px;
}
.pr__carousel .carousel__screen .screen__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
	width: 710px;
	height: 100%;
}
.pr__carousel .carousel__screen .screen__text .screen__title {
	display: block;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	color: var(--white);
}
.pr__carousel .carousel__screen .screen__text .screen__title span {
	color: var(--orange-071);
}
.pr__carousel .carousel__screen .screen__text .screen__subtitle {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	color: var(--gray-2b3);
}
.pr__carousel .carousel__screen .screen__text .screen__link {
	margin-top: 12px;
}
.pr__carousel .carousel__screen .screen__text .screen__link a {
	display: flex;
	padding: 14px 40px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: var(--white);
	background: var(--brand-fe3);
	transition: all 0.3s ease-in-out; 
}
.pr__carousel .carousel__screen .screen__text .screen__link a:hover {
	color: var(--white);
	background-color: var(--brand-ce9);
}
.pr__carousel .carousel__screen .screen__animat>div {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	/* background: url(/static/images/index/map.gif) no-repeat 0 0/100% 100%; */
	justify-content: center;
	align-items: center;
}
.pr__carousel .carousel-dots {
	position: absolute;
	top: 674px;
	left: 0;
	width: 100%;
}
.pr__carousel .carousel-dots .dot-list {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}
.pr__carousel .carousel-dots span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	opacity: 0.2;
	background-color: var(--white);
	cursor: pointer;
	transition: all .3s ease-in;
}
.pr__carousel .carousel-dots span.on {
	width: 50px;
	height: 6px;
	opacity: 1;
}
.quote-block.notice-block {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.quote-block.notice-block .quote-scroll {
	position: absolute;
	left: 50%;
	bottom: 88px;
	height: 96px;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	transform: translateX(-50%);
	overflow: hidden;
}
.quote-scroll .quote-list {
	position: absolute;
	width: 1304px;
}
.quote-scroll .price-sbox {
	position: relative;
	width: 326px;
	height: 96px;
	float: left;
}
.quote-scroll .price-box {
	position: relative;
	padding-right: 24px;
}
.quote-scroll .price-box .price-bs {
	display: flex;
	width: 100%;
	height: 96px;
	padding: 20px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border-radius: 12px;
	background-color: var(--brand-c35);
	overflow: hidden;
}
.quote-scroll .price-box .price-bs.price-bs-other {
	gap: 0;
}
.quote-scroll .price-box .price-bs .goods-price {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}
.quote-scroll .price-box .price-bs .goods-price>span,
.quote-scroll .price-box .price-bs .goods-price>span svg {
	display: block;
	width: 40px;
	height: 40px;
}
.quote-scroll .price-box .price-bs .goods-title h6 {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: var(--white);
}
.quote-scroll .price-box .price-bs .goods-title b {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	color: var(--white);
	display: block;
}
.price-box .price-bs .price-state {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}
.price-box .price-bs .price-state .price-state-infor {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}
.price-box .price-bs .price-state .price-state-infor span {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: var(--red-b54);
}
.price-box .price-bs.up .price-state .price-state-infor span {
	color: var(--red-b54);
}
.price-box .price-bs.down .price-state .price-state-infor span {
	color: var(--green-d85);
}
.price-box .price-bs .price-state .price-curve {
	display: flex;
	width: 86px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	background-image: url("/static/images/index/icon-price-up.svg");
}
.price-box .price-bs.up .price-state .price-curve {
	background-image: url("/static/images/index/icon-price-up.svg");
}
.price-box .price-bs.down .price-state .price-curve {
	background-image: url("/static/images/index/icon-price-down.svg");
}
.quote-scroll .price-box .price-bs .goods-price2 {
	display: block;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
}
.quote-scroll .price-box .price-bs .goods-price2>span,
.quote-scroll .price-box .price-bs .goods-price2>span svg {
	display: block;
	width: 40px;
	height: 40px;
}
.quote-scroll .price-bs .goods-price2 .price-realTime h6 {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: var(--white);
}
.quote-scroll .price-bs .goods-price2 .price-realTime .price-btm {
	display: flex;
	align-items: center;
	gap: 4px;
}
.quote-scroll .price-bs .goods-price2 .price-realTime .price-btm span.newprice {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	color: var(--white);
}
.quote-scroll .price-bs .goods-price2 .price-realTime .price-btm span.price-downOrUp {
	display: flex;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	background-image: url("/static/images/index/icon-price-up2.svg");
}
.quote-scroll .price-bs .goods-price2 .price-realTime .price-btm.up span.price-downOrUp {
	background-image: url("/static/images/index/icon-price-up2.svg");
}
.quote-scroll .price-bs .goods-price2 .price-realTime .price-btm.down span.price-downOrUp {
	background-image: url("/static/images/index/icon-price-down2.svg");
}
.quote-block.notice-block .notice-scroll {
	position: relative;
	height: 140px;
	width: 100%;
	background: radial-gradient(91.56% 91.56% at 50% 100%, #116AEF 0%, rgba(7, 30, 128, 0.00) 100%);
}
.quote-block.notice-block .quote-scroll::-webkit-scrollbar {
	width: 12px;
	height: 5px;
}
.quote-block.notice-block .quote-scroll::-webkit-scrollbar-track {
	background-color: rgb(239,239,239);
	border-radius: 2px;
}
.quote-block.notice-block .quote-scroll::-webkit-scrollbar-thumb {
	background-color: #333333;
	border-radius: 10px;
}
.quote-block.notice-block .quote-scroll::-webkit-scrollbar-corner {
	background-color: #179a16;
}
.quote-block.notice-block .notice-wrap {
	padding-top: 84px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.quote-block.notice-block .notice-wrap .notice-bar {
	display: flex;
	padding: 4px 6px;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: var(--white);
	background-color: var(--brand-fe3);
}
.quote-block.notice-block .notice-wrap .notice-bar span,
.quote-block.notice-block .notice-wrap .notice-bar span svg {
	display: block;
	width: 16px;
	height: 16px;
}
.quote-block.notice-block .notice-wrap .notice-list {
	width: 300px;
	height: 22px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.quote-block.notice-block .notice-wrap .notice-list li a {
	display: block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: var(--white);
	width: 100%;
}
.quote-block.notice-block .notice-wrap .notice-list li a:hover {
	color: var(--brand-ffe);
}
.gold-invest-choice {
	position: relative;
	height: 1092px;
	background-color: var(--white);
}
.invest-choice-container {
	padding: 120px 0 90px;
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
.invest-choice-container>.title {
	text-align: center;
}
.invest-choice-container>.title h2 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: var(--brand-11d);
	margin-bottom: 24px;
}
.invest-choice-container>.title p {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: var(--gray-085);
}
.invest-choice-container .gold-aptitude {
	margin: 56px auto 80px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	width: 100%;
	max-width: 1280px;
}
.gold-aptitude>.item {
	position: relative;
	overflow: hidden;
}
.gold-aptitude>.item {
	padding: 40px;
}
.gold-aptitude .spot-gold {
	width: 700px;
	height: 320px;
	flex-shrink: 0;
	border-radius: 16px;
	background: linear-gradient(90deg, #1A4185 0%, #0F224E 100%);
	position: relative;
}
.gold-aptitude .spot-gold .gold-group-icon {
	background: url("/static/images/index/spot-gold.png") no-repeat right bottom;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
.gold-aptitude .physical-gold {
	width: 540px;
	height: 320px;
	flex-shrink: 0;
	border-radius: 16px;
	background: linear-gradient(113deg, #0F224E 0%, #0C111D 100%);
	position: relative;
}
.gold-aptitude .physical-gold .gold-group-icon {
	background: url("/static/images/index/physical-gold.png") no-repeat right bottom;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
.gold-aptitude>.item:hover .gold-group-icon {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
}
.gold-aptitude>.item h4 {
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	color: var(--white);
	margin-bottom: 12px;
	position: relative;
}
.gold-aptitude>.item>p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: var(--gray-2b3);
	position: relative;
}
.gold-aptitude>.item .spot-gold-cgd {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: var(--white);
	display: flex;
	align-items: center;
	align-self: flex-start;
	margin-bottom: 12px;
	position: relative;
}
.gold-aptitude>.item .spot-gold-cgd span.icon {
	margin-right: 4px;
	display: block;
	width: 24px;
	height: 24px;
}
.gold-aptitude>.item .spot-gold-cgd span.icon svg {
	display: block;
	width: 100%;
	height: 100%;
}
.gold-aptitude>.item .account-login {
	margin-top: 40px;
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: var(--white);
	cursor: pointer;
	transition: all .3s ease-in-out;
	position: relative;
}
.gold-aptitude>.item .account-login:hover {
	padding-left: 5px;
}
.gold-aptitude>.item .account-login span.icon {
	display: block;
	width: 28px;
	height: 28px;
	position: relative;
}
.gold-aptitude>.item .account-login span.icon svg {
	display: block;
	width: 100%;
	height: 100%;
	animation: moveRigth 2s linear infinite;
	position: relative;
}
.honor-auth>.title {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.honor-auth>.title h4 {
	position: relative;
	height: 34px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.honor-auth>.title h4:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	height: 1px;
	background-color: var(--gray-cf0);
}
.honor-auth>.title .txt {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	line-height: 32px;
	display: block;
	color: var(--orange-d17);
	padding: 0 10px;
	background-color: var(--white);
	position: relative;
}
.honor-auth>.title .star {
	position: relative;
	display: block;
	width: 80px;
	height: 20px;
	background-color: var(--white);
}
.honor-auth>.title .star svg {
	display: block;
	width: 100%;
	height: 100%;
}
.honor-auth .honor-slider {
	position: relative;
	width: 100%;
	max-width: 1920px;
	padding: 32px 0;
	margin: 0 auto;
	overflow: hidden;
}
.honor-auth .honor-slider:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 48%);
	z-index: 1;
}
.honor-auth .honor-slider:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 100%;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 48%);
	z-index: 1;
}
.honor-slider .honor-slider-container,
.honor-slider .honor-list {
	position: relative;
	width: 100%;
}
.honor-slider .honor-list.honor-list1 {
	margin-bottom: 24px;
	height: 100px;
}
.honor-slider .honor-list.honor-list2 {
	height: 100px;
}
.honor-slider .honor-list>ul {
	position: absolute;
}
.honor-slider .honor-list.honor-list1>ul {
	width: 3456px;
}
.honor-slider .honor-list.honor-list2>ul {
	width: 3064px;
}
.honor-slider .honor-list>ul li {
	float: left;
	height: 100px;
}
.honor-slider .honor-list.honor-list1>ul li:nth-child(1),
.honor-slider .honor-list.honor-list1>ul li:nth-child(6) {
	width: 360px;
}
.honor-slider .honor-list.honor-list1>ul li:nth-child(2),
.honor-slider .honor-list.honor-list1>ul li:nth-child(7) {
	width: 326px;
}
.honor-slider .honor-list.honor-list1>ul li:nth-child(3),
.honor-slider .honor-list.honor-list1>ul li:nth-child(8) {
	width: 302px;
}
.honor-slider .honor-list.honor-list1>ul li:nth-child(4),
.honor-slider .honor-list.honor-list1>ul li:nth-child(9) {
	width: 380px;
}
.honor-slider .honor-list.honor-list1>ul li:nth-child(5),
.honor-slider .honor-list.honor-list1>ul li:nth-child(10) {
	width: 360px;
}
.honor-slider .honor-list.honor-list2>ul li:nth-child(1),
.honor-slider .honor-list.honor-list2>ul li:nth-child(5) {
	width: 372px;
}
.honor-slider .honor-list.honor-list2>ul li:nth-child(2),
.honor-slider .honor-list.honor-list2>ul li:nth-child(6) {
	width: 472px;
}
.honor-slider .honor-list.honor-list2>ul li:nth-child(3),
.honor-slider .honor-list.honor-list2>ul li:nth-child(7) {
	width: 372px;
}
.honor-slider .honor-list.honor-list2>ul li:nth-child(4),
.honor-slider .honor-list.honor-list2>ul li:nth-child(8) {
	width: 316px;
}
.honor-slider .honor-list>ul li .hn-silder-item {
	padding-right: 24px;
	height: 100%;
}
.honor-slider .honor-list>ul li .hn-silder-inner {
	padding: 24px 56px;
	align-items: center;
	height: 100%;
	position: relative;
	border-radius: 12px;
	background-color: var(--white);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
.honor-slider .honor-list2>ul li .hn-silder-inner {
	padding: 24px 72px;
}
.honor-slider .honor-list>ul li .hn-silder-inner:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	width: 24px;
	height: 52px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: url("/static/images/index/icon-item-lf.svg") no-repeat 0 0/100% 100%;
}
.honor-slider .honor-list>ul li .hn-silder-inner:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 24px;
	height: 52px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: url("/static/images/index/icon-item-rt.svg") no-repeat 0 0/100% 100%;
}
.honor-slider .honor-list2>ul li .hn-silder-inner:after {
	content: "";
	left: 32px;
}
.honor-slider .honor-list2>ul li .hn-silder-inner:before {
	content: "";
	right: 32px;
}
.honor-slider .honor-list>ul li .hn-silder-inner .item-title {
	text-align: center;
}
.honor-slider .honor-list>ul li .hn-silder-inner .item-title h5 {
	display: inline-flex;
	position: relative;
	height: 14px;
	padding: 0 45px;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	color: var(--orange-d17);
}
.honor-slider .honor-list>ul li .hn-silder-inner .item-title h5:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 10px;
	transform: translateY(-50%);
	background: url("/static/images/index/icon-star.svg") no-repeat 0 0/100% 100%;
}
.honor-slider .honor-list>ul li .hn-silder-inner .item-title h5:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 10px;
	transform: translateY(-50%);
	background: url("/static/images/index/icon-star.svg") no-repeat 0 0/100% 100%;
}
.honor-slider .honor-list>ul li .hn-silder-inner p {
	margin-top: 6px;
	position: relative;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	color: var(--brand-11d);
	text-align: center;
}
.safety-guarantee {
	position: relative;
	height: 976px;
	background-color: var(--brand-11d);
	overflow: hidden;
}
.safety-guarantee:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 1920px;
	height: 100%;
	flex-shrink: 0;
	background: url("/static/images/index/safety-guarantee-bg.png") no-repeat 0 0/100% 100%;
}
.safety-guarantee-container {
	padding: 120px 0;
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1;
}
.safety-guarantee-container .title {
	text-align: center;
}
.safety-guarantee-container .title h2 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: var(--white);
	margin-bottom: 24px;
}
.safety-guarantee-container .title p {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: var(--gray-2b3);
}
.safety-guarantee-container .performance-number {
	margin: 56px auto 80px;
	position: relative;
	width: 100%;
	max-width: 1280px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.safety-guarantee-container .performance-number .pf-number {
	width: 400px;
	height: 120px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.safety-guarantee-container .performance-number .pf-number .total {
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: var(--white);
}
.safety-guarantee-container .performance-number .pf-number p {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: var(--white);
	text-align: center;
}
.safety-guarantee-container .guarantee-range {
	position: relative;
	width: 100%;
	max-width: 1280px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin: 0 auto;
}
.safety-guarantee-container .guarantee-range .range-item {
	display: flex;
	height: 238px;
	width: 100%;
	padding: 40px 20px;
	flex-direction: column;
	align-items: center;
	border-radius: 12px;
	border: 1px solid var(--brand-4e2);
	background-color: var(--brand-24e);
	text-align: center;
}
.safety-guarantee-container .guarantee-range .range-item1 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.safety-guarantee-container .guarantee-range .range-item2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.safety-guarantee-container .guarantee-range .range-item3 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.safety-guarantee-container .guarantee-range .range-item4 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.safety-guarantee-container .guarantee-range .range-item .svg-box {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	position: relative;
}
.safety-guarantee-container .guarantee-range .range-item .svg-box>svg,
.safety-guarantee-container .guarantee-range .range-item .svg-box span>svg {
	display: block;
	width: 100%;
	height: 100%;
}
.safety-guarantee-container .guarantee-range .range-item .svg-box span {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: block;
}
.safety-guarantee-container .guarantee-range .range-item h6 {
	margin-top: 20px;
	margin-bottom: 14px;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: var(--white);
}
.safety-guarantee-container .guarantee-range .range-item p {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 122%;
	color: var(--gray-2b3);
}
.new-customer-benefit {
	position: relative;
	height: 976px;
	background-color: var(--white);
}
.customer-benefit-container {
	padding: 120px 0;
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.customer-benefit-container .title {
	text-align: center;
}
.customer-benefit-container .title h2 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: var(--brand-11d);
	margin-bottom: 20px;
}
.customer-benefit-container .title p {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: var(--gray-085);
}
.new-customer-content {
	margin: 56px auto 0;
	position: relative;
	width: 100%;
	max-width: 1120px;
	display: flex;
	align-items: center;
	gap: 60px;
	justify-content: space-between;
}
.new-customer-content .red-envelope {
	width: 584px;
	height: 440px;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}
.new-customer-content .red-envelope span.icon-red1 {
	position: absolute;
	top: 13px;
	left: 0;
	width: 75px;
	height: 65px;
	background: url("/static/images/index/red-enve-icon1.png") no-repeat 0 0/100% 100%;
}
.new-customer-content .red-envelope span.icon-red2 {
	position: absolute;
	bottom: 32px;
	right: 0;
	width: 99px;
	height: 92px;
	background: url("/static/images/index/red-enve-icon2.png") no-repeat 0 0/100% 100%;
}
.new-customer-content .red-envelope .pic-bg {
	position: absolute;
	top: 0;
	left: 161px;
	width: 278px;
	height: 600px;
	border-radius: 24px;
	overflow: hidden;
}
.new-customer-content .red-envelope .pic-bg img {
	display: block;
	width: 100%;
	height: 100%;
}
.red-envelope-infor .redEnv-infor-box.box1 {
	position: absolute;
	top: 76px;
	left: 48px;
	width: 278px;
	height: 304px;
	flex-shrink: 0;
	border-radius: 20px;
	padding-top: 48px;
	text-align: center;
	border: 2px solid var(--white);
	background: linear-gradient(49deg, #FFFEF9 9.2%, #FFEFCC 100.71%);
	z-index: 1;
}
.red-envelope-infor .redEnv-infor-box.box1 p {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
	color: var(--brand-11d);
	margin-bottom: 16px;
}
.red-envelope-infor .redEnv-infor-box.box1 .redEnv-number {
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: var(--red-b54);
}
.red-envelope-infor .redEnv-infor-box.box1 .redEnv-number em {
	display: inline-block;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.red-envelope-infor .redEnv-infor-box.box1 .redEnv-number span {
	display: inline-block;
	font-size: 80px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}
.red-envelope-infor .redEnv-infor-box.box1 .redEnv-cost {
	position: relative;
	width: 166px;
	height: 66px;
	background: url("/static/images/index/red-enve-bg.svg") no-repeat 0 0/100% 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: var(--white);
	padding-top: 10px;
}
.red-envelope-infor .redEnv-infor-box.box1 .redEnv-cost span {
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	display: inline-block;
	width: 57px;
}
.red-envelope-infor .redEnv-infor-box.box2 {
	position: absolute;
	top: 103px;
	right: 44px;
	width: 230px;
	height: 250px;
	flex-shrink: 0;
	border-radius: 20px;
	border: 2px solid var(--orange-c8a);
	background: linear-gradient(49deg, #FCF0D2 9.2%, #F9DFA3 100.71%);
	padding-top: 32px;
	text-align: center;
}
.red-envelope-infor .redEnv-infor-box.box2 p {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: var(--brand-11d);
	margin-bottom: 31px;
}
.red-envelope-infor .redEnv-infor-box.box2 .redEnv-number {
	position: relative;
	width: 110px;
	height: 90px;
	flex-shrink: 0;
	border-radius: 17px;
	background-color: var(--red-23e);
	margin: 0 auto;
}
.red-envelope-infor .redEnv-infor-box.box2 .redEnv-number:before {
	content: "";
	position: absolute;
	bottom: 16px;
	left: 4px;
	width: 101px;
	height: 86px;
	flex-shrink: 0;
	border-radius: 13px;
	background-color: var(--gray-3f4);
	z-index: 1;
}
.red-envelope-infor .redEnv-infor-box.box2 .redEnv-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 39.4px;
	background: url("/static/images/index/red-enve-bg2.svg") no-repeat 0 0/100% 100%;
	z-index: 1;
}
.red-envelope-infor .redEnv-infor-box.box2 .redEnv-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 110px;
	height: 18px;
	flex-shrink: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: url("/static/images/index/red-enve-bg3.svg") no-repeat 0 0/100% 100%;
}
.red-envelope-infor .redEnv-infor-box.box2 .redEnv-box2 {
	position: relative;
	z-index: 1;
	padding-top: 8px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	font-size: 29px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: var(--red-b54);
}
.red-envelope-infor .redEnv-infor-box.box2 .redEnv-box2 span {
	font-size: 48px;
	font-style: normal;
}
.red-envelope-infor .redEnv-infor-box.box2>span {
	margin-top: 19px;
	text-align: center;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: var(--orange-047);
}
.new-customer-content .recharge-benefit {
	display: flex;
	width: 476px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}
.recharge-benefit .recharge-panel {
	display: flex;
	padding: 20px 24px;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	border-radius: 12px;
	border: 1px solid var(--gray-cf0);
	background-color: var(--brand-9fb);
	position: relative;
}
.recharge-benefit .recharge-panel1 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.recharge-benefit .recharge-panel2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.recharge-benefit .recharge-panel3 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.recharge-benefit .recharge-panel4 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.recharge-benefit .recharge-panel.active {
	border: 1px solid var(--orange-6b5);
	background-color: var(--orange-bf0);
}
.recharge-benefit .recharge-panel .line {
	width: 1px;
	height: 52px;
	background-color: var(--gray-cf0);
}
.recharge-benefit .recharge-panel .recharge-deliver {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.96px;
	color: var(--red-b54);
	position: relative;
	display: flex;
	justify-items: baseline;
	padding-right: 15px;
}
.recharge-benefit .recharge-panel .recharge-deliver em {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%;
	display: inline-block;
}
.recharge-benefit .recharge-panel .recharge-deliver b {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	background-color: var(--orange-f5d);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: var(--white);
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}
.recharge-benefit .recharge-panel .recharge-sjc h6 {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: var(--brand-11d);
	margin-bottom: 8px;
}
.recharge-benefit .recharge-panel .recharge-sjc p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 122%;
	color: var(--gray-085);
}
.recharge-benefit .recharge-panel .star-act {
	display: none;
}
.recharge-benefit .recharge-panel.active .star-act {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	background: url("/static/images/index/icon-star-circle.svg") no-repeat 0 0/100% 100%;
}
.recharge-benefit .recharge-panel.active .star-act:before {
	content: "";
	position: absolute;
	top: 22px;
	left: 12px;
	width: 44px;
	height: 44px;
	transform: rotate(0deg);
	flex-shrink: 0;
	background: url("/static/images/index/icon-star-rotate.svg") no-repeat 0 0/100% 100%;
}
.recharge-benefit .recharge-panel.active .star-act span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	transform: rotate(45deg);
	font-size: 22.981px;
	left: 14px;
	top: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
	letter-spacing: 2.2px;
	color: var(--orange-d17);
}
.safety-guarantee-container .account-open-group,
.customer-benefit-container .account-open-group,
.investment-journey-container .account-open-group {
	text-align: center;
	position: relative;
	margin-top: 80px;
	z-index: 1;
}
.investment-journey-container .account-open-group {
	margin-top: 32px;
}
.safety-guarantee-container .account-open-group a,
.customer-benefit-container .account-open-group a,
.investment-journey-container .account-open-group a {
	display: inline-block;
	padding: 14px 40px;
	border-radius: 8px;
	line-height: 28px;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	color: var(--white);
	background-color: var(--brand-fe3);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
}
.safety-guarantee-container .account-open-group a:hover,
.customer-benefit-container .account-open-group a:hover,
.investment-journey-container .account-open-group a:hover {
	color: var(--white);
	background-color: var(--brand-ce9);
	margin-right: -15px;
}
.safety-guarantee-container .account-open-group a i,
.customer-benefit-container .account-open-group a i,
.investment-journey-container .account-open-group a i {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url("/static/images/header/icon-right-white.svg") no-repeat 0 0/100% 100%;
	animation: moveRigth 2s linear infinite;
	position: relative;
}
.mt4-download {
	position: relative;
	height: 906px;
	background-color: var(--brand-11d);
}
.mt4-download-container {
	padding: 120px 0;
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 1;
}
.mt4-download-container .title {
	text-align: center;
}
.mt4-download-container .title h2 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: var(--white);
	margin-bottom: 24px;
}
.mt4-download-container .title p {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: var(--gray-2b3);
}
.mt4-download-content {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 56px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
}
.mt4-download-content .mt4-download-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
	width: 464px;
	max-width: 100%;
}
.mt4-download-content .mt4-download-section .mt4-feature {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}
.mt4-download-content .mt4-download-section .mt4-feature .feature-item {
	display: flex;
	height: 28px;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
	color: var(--white);
}
.mt4-download-content .mt4-download-section .mt4-feature .feature-item span,
.mt4-download-content .mt4-download-section .mt4-feature .feature-item span svg {
	display: block;
	width: 28px;
	height: 28px;
}
.mt4-download-content .mt4-download-section .mt4-line {
	width: 100%;
	height: 1px;
	background-color: var(--brand-e3c);
}
.mt4-download-content .mt4-download-section .scan-code-download {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
}
.mt4-download-section .scan-code-download .scan-qrcode {
	display: flex;
	align-items: center;
	gap: 24px;
}
.mt4-download-section .scan-code-download .scan-qrcode .qrcode-box {
	position: relative;
	width: 110px;
	height: 110px;
	background-color: var(--white);
	padding: 10px;
	border-radius: 8px;
}
.mt4-download-section .scan-code-download .scan-qrcode .qrcode-box>* {
	display: block;
	width: 90px;
	height: 90px;
}
.mt4-download-section .scan-code-download .scan-qrcode .qrcode-box canvas {
	display: none !important;
}
.mt4-download-section .scan-code-download .scan-qrcode .qrcode-desc .sp1-txt {
	display: flex;
	margin-bottom: 12px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: var(--gray-2b3);
}
.mt4-download-section .scan-code-download .scan-qrcode .qrcode-desc .sp2-txt {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: var(--white);
}
.mt4-download-section .scan-code-download .mt4-download-link {
	display: flex;
	align-items: center;
	gap: 20px;
}
.mt4-download-section .scan-code-download .mt4-download-link a {
	display: flex;
	width: 80px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-align: center;
	transition: all .3s ease-in-out;
}
.mt4-download-section .scan-code-download .mt4-download-link a p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 122%;
	color: var(--gray-2b3);
}
.mt4-download-section .scan-code-download .mt4-download-link a:hover p {
	color: var(--gray-4f5f7);
}
.mt4-download-section .scan-code-download .mt4-download-link a .svg-box {
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: 1px solid var(--brand-178);
}
.mt4-download-section .scan-code-download .mt4-download-link a:hover .svg-box {
	border: 1px solid var(--gray-4f5f7);
}
.mt4-download-section .scan-code-download .mt4-download-link a .svg-box span,
.mt4-download-section .scan-code-download .mt4-download-link a .svg-box span svg {
	display: block;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}
.mt4-download-content .mt4-infor {
	display: flex;
	width: 756px;
	height: 490px;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	position: relative;
}
.mt4-download-content .mt4-infor .infor-pic {
	position: relative;
	height: 452px;
	width: 100%;
	padding: 25px 0;
}
.mt4-download-content .mt4-infor .infor-pic .phone {
	z-index: 1;
	width: 185px;
	height: 400px;
	flex-shrink: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-radius: 12px;
	overflow: hidden;
}
.mt4-download-content .mt4-infor .infor-pic .pad {
	width: 684px;
	height: 363px;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-radius: 12px;
	overflow: hidden;
}
.mt4-download-content .mt4-infor .soft-infor p {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	color: var(--brand-178);
	text-align: center;
}
.pr-milestone {
	position: relative;
	height: 892px;
	background-color: var(--white);
	overflow: hidden;
}
.pr-milestone:before {
	content: "";
	position: absolute;
	bottom: 46px;
	left: 50%;
	width: 1494px;
	height: 470px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: url("/static/images/index/map.svg") no-repeat 0 0/100% 100%;
}
.pr-milestone-container {
	padding: 120px 0;
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 1;
}
.pr-milestone-container .title {
	text-align: center;
}
.pr-milestone-container .title h2 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: var(--brand-11d);
	margin-bottom: 24px;
}
.pr-milestone-container .title p {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: var(--gray-085);
}
.pr-milestone-container .milestone-carousel {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.milestone-carousel .milestone-slider {
	width: 100%;
	max-width: 1280px;
	margin: 56px auto 0;
	position: relative;
	height: 465px;
}
.milestone-carousel .carousel-inner {
	display: flex;
	width: 5240px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	height: 375px;
	transition: transform 0.3s ease;
}
.carousel-inner .mile-years-list {
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.mile-years-list .mile-years {
	display: flex;
	width: 440px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}
.mile-years-list .mile-years:last-child {
	width: 400px;
}
.mile-years-list .mile-years .mile-title {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	text-align: left;
	line-height: 30px;
	color: var(--brand-fe3);
}
.mile-years-list .mile-years .mile-circle {
	width: 100%;
	height: 1px;
	position: relative;
	background-color: var(--brand-cf9);
}
.mile-years-list .mile-years .mile-circle .dark-circle {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-color: var(--brand-cf9);
	border-radius: 50%;
	display: block;
}
.mile-years-list .mile-years .mile-circle .dark-circle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 12px;
	height: 12px;
	background-color: var(--brand-fe3);
	border-radius: 50%;
	display: block;
}
.carousel-inner .mile-carousel {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
.mile-carousel .carousel-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.mile-carousel .carousel-item .carousel-pic {
	position: relative;
	width: 400px;
	height: 240px;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.mile-carousel .carousel-item .carousel-pic img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.mile-carousel .carousel-item .carousel-desc p {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	color: var(--brand-11d);
	text-align: left;
}
.milestone-slider .btn-group {
	margin-top: 40px;
	text-align: left;
	position: relative;
	display: flex;
	gap: 24px;
}
.milestone-slider .btn-group>span {
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--gray-cf0);
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.milestone-slider .btn-group>span.no-click,
.milestone-slider .btn-group>span.no-click:hover {
	background-color: var(--brand-9fb);
	cursor: no-drop;
}
.milestone-slider .btn-group>span.no-click svg path,
.milestone-slider .btn-group>span.no-click:hover svg path {
	fill: #B2B7C2;
}
.milestone-slider .btn-group>span:hover {
	background-color: var(--brand-fe3);
}
.milestone-slider .btn-group>span:hover svg path {
	fill: var(--white);
}
.investment-journey {
	position: relative;
	height: 386px;
	background-color: var(--brand-11d);
	overflow: hidden;
}
.investment-journey:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background: radial-gradient(91.56% 91.56% at 50% 100%, #116AEF 0%, rgba(7, 30, 128, 0.00) 100%);
	z-index: 1;
}
.investment-journey-container {
	position: relative;
	padding: 125px 0 120px;
}
.investment-journey-container .title {
	text-align: center;
	margin-bottom: 32px;
}
.investment-journey-container .title h2 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: var(--white);
}
.investment-journey-container .bg-cup {
	width: 330px;
	height: 330px;
	position: absolute;
	bottom: 0;
	right: 320px;
	background: url("/static/images/index/cup.png") no-repeat 0 0/100% 100%;
}
.m-video-hide {
	display: block;
}
.m-video-show {
	display: none;
}
