.invest .tit_box h3.tit {
	font-size: 40px;
}
.invest .tit_box p {
	font-size: 18px;
}


.invest .network {
	gap: 30px;
}
.invest .network .top {
	gap: 16px;
}
.invest .network .top .icon {
	width: 60px;
	height: 60px;
	border-radius: 20px;
	border: 1px solid rgba(0, 49, 245, 0.50);
	background: rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 16px 0 #0137FF;
	justify-content: center;
}
.invest .network .top .title {
	gap: 8px;
	line-height: 1.4;
}
.invest .network .top .title h3 {
	font-size: 24px;
	line-height: 1;
}
.invest .network .top .badge {
	font-size: 13px;
	border: 1px solid var(--green);
	border-radius: 50px;
	padding: 6px 10px;
	box-sizing: border-box;
}
.invest .network .top .badge:before {
	content: '';
	display: inline-block;
	vertical-align: -1px;
	margin-right: 6px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--green);
	animation: opacity 1s linear infinite;
}
@keyframes opacity {
	0% {
		opacity: 1;
	}
	20% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.invest .network .bottom {
	gap: 10px;
}
.invest .network .bottom > div {
	flex: 1;
	padding: 30px;
	gap: 16px;
	text-transform: capitalize;
	box-sizing: border-box;
}
.invest .network .bottom > div p {
	font-size: 18px;
}
.invest .network .bottom > div strong {
	font-size: 20px;
}


.invest .price_box {
	gap: 40px;
}
.invest .price_box > h4 {
	font-size: 24px;
}
.invest .price_box .slide .swiper-slide {
	width: 300px;
}
.invest .price_box .slide .swiper-slide .item {
	width: 100%;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background: rgba(0, 0, 0, 0.10);
	padding: 40px 20px;
	gap: 40px;
	box-sizing: border-box;
}
.invest .price_box .slide .swiper-slide .item .badge span {
	display: inline-block;
	min-width: 130px;
	border: 1px solid var(--point);
	background: rgba(0, 0, 0, 0.15);
	padding: 11px 16px;
	border-radius: 50px;
	text-transform: capitalize;
	box-sizing: border-box;
}
.invest .price_box .slide .swiper-slide .item h3 {
	font-size: 32px;
	line-height: 1;
}
.invest .price_box .slide .swiper-slide .item p {
	font-size: 18px;
	line-height: 1.4;
}
.invest .price_box .slide .swiper-slide .item.active {
	border-radius: 20px;
	border: 1px solid var(--key-color);
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0 0 16px 0 #0137FF;
}
.invest .price_box .slide .swiper-slide .item.active .badge span {
	color: var(--key-color);
	border: 1px solid var(--key-color);
	box-shadow: 0 0 16px 0 rgba(1, 55, 255, 0.2);
	font-weight: 700;
}
.invest .price_box .slide .swiper-slide .item.active h3 {
	color: var(--key-color);
}
.invest .price_box .slide .swiper-slide .item.active p {
	color: #161616;
}
.invest .price_box .result {
	padding: 40px;
	gap: 30px;
	box-sizing: border-box;
}
.invest .price_box .result .top > div {
	gap: 16px;
}
.invest .price_box .result .top > div p {
	font-size: 18px;
	opacity: .8;
}
.invest .price_box .result .top > div h3 {
	font-size: 32px;
}
.invest .price_box .result .top .percent {
	padding: 14px 20px;
	border-radius: 100px;
	border: 1px solid var(--white);
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 0 16px 0 #0137FF;
	box-sizing: border-box;
}
.invest .price_box .result .box > div {
	flex: 1;
	padding: 30px 20px;
	gap: 16px;
	box-sizing: border-box;
}
.invest .price_box .result .box > div p {
	font-size: 18px;
	opacity: .8;
}
.invest .price_box .result .box > div strong {
	font-size: 20px;
}
.invest .price_box .result > button {
	height: 72px;
	font-size: 20px;
	border-radius: 20px;
}


.invest .global_box {
	gap: 30px;
}
.invest .global_box .title {
	gap: 8px;
	line-height: 1.4;
}
.invest .global_box .title h4 {
	font-size: 24px;
	line-height: 1.1;
}
.invest .global_box .title .tag {
	gap: 6px 12px;
}
.invest .global_box .list .item {
	gap: 20px;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background: rgba(0, 0, 0, 0.10);
	padding: 30px;
	line-height: 1.2;
	box-sizing: border-box;
}
.invest .global_box .list .item .top .num {
	font-size: 20px;
}
.invest .global_box .list .item .top .status {
	font-size: 13px;
}
.invest .global_box .list .item .bottom strong {
	font-size: 20px;
}
.invest .global_box .list .item .bottom p {
	font-size: 18px;
}


.invest .recmd_box {
	gap: 80px;
}
.invest .recmd_box .invite_box {
	gap: 30px;
}
.invest .recmd_box .invite_box .title {
	line-height: 1.4;
}
.invest .recmd_box .invite_box .title > div {
	gap: 8px;
}
.invest .recmd_box .invite_box .title > div strong {
	font-size: 24px;
}
.invest .recmd_box .invite_box .form .box {
	font-size: 18px;
	font-weight: 700;
	padding: 29px 20px;
	box-sizing: border-box;
}
.invest .recmd_box .invite_box .form .copy_btn {
	padding: 0 20px;
	font-size: 18px;
	box-sizing: border-box;
}
.invest .recmd_box .invite_box .form .copy_btn:after {
	content: '';
	width: 32px;
	height: 32px;
	background: url("../images/ic_copy.svg")no-repeat 50% 50% / 100%;
}
.invest .recmd_box .list {
	padding: 40px;
	gap: 30px;
	box-sizing: border-box;
}
.invest .recmd_box .list .list_flex > div {
	padding: 24px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	font-size: 18px;
	box-sizing: border-box;
}
.invest .recmd_box .list .list_flex > div p {
	opacity: .8;
}
.invest .recmd_box .list .help {
	padding: 30px;
	border: 1px solid var(--point);
	border-radius: 15px;
	background: rgba(221, 0, 255, 0.05);
	font-size: 18px;
	line-height: 1.4;
	box-sizing: border-box;
}



@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 700px) {
	.invest .tit_box h3.tit {
		font-size: 30px;
	}
	.invest .tit_box p {
		font-size: 14px;
	}

	.invest .network .top .title {
		font-size: 14px;
	}
	.invest .network .top .title h3 {
    	font-size: 20px;
	}
	.invest .network .bottom > div {
		flex: none;
		width: 100%;
		padding: 20px;
		gap: 10px;
	}
	.invest .network .bottom > div p {
		font-size: 16px;
	}
	.invest .network .bottom > div strong {
		font-size: 18px;
	}

	.invest .price_box .slide .swiper {
		margin: 0 -40px;
	}
	.invest .price_box .slide .swiper-slide .item p {
    	font-size: 16px;
	}
	.invest .price_box .result {
		padding: 40px 20px;
	}
	.invest .price_box .result .top > div {
		gap: 10px;
	}
	.invest .price_box .result .top > div p {
    	font-size: 16px;
	}
	.invest .price_box .result .top > div h3 {
		font-size: 26px;
	}
	.invest .price_box .result .top .percent {
    	padding: 10px 16px;
	}
	.invest .price_box .result .box > div {
		flex: none;
		width: 100%;
		padding: 20px 15px;
    	gap: 10px;
	}
	.invest .price_box .result .box > div p {
		font-size: 14px;
	}
	.invest .price_box .result .box > div strong {
		font-size: 18px;
	}
	.invest .price_box .result > button {
		height: 58px;
		font-size: 16px;
		border-radius: 10px;
	}

	.invest .global_box .title {
		font-size: 14px;
	}
	.invest .global_box .list .item {
		padding: 20px;
		gap: 10px;
	}
	.invest .global_box .list .item .top .num {
		font-size: 18px;
	}
	.invest .global_box .list .item .bottom > div {
		gap: 5px;
	}
	.invest .global_box .list .item .bottom strong {
		font-size: 16px;
	}
	.invest .global_box .list .item .bottom p {
		font-size: 14px;
	}


	.invest .recmd_box {
		gap: 40px;
	}
	.invest .recmd_box .invite_box .title {
		font-size: 14px;
	}
	.invest .recmd_box .invite_box .title > div strong {
		font-size: 20px;
	}
	.invest .recmd_box .invite_box .form .box {
		flex: none;
		font-size: 16px;
		padding: 20px 20px;
	}
	.invest .recmd_box .invite_box .form .copy_btn {
		width: 100%;
		height: 48px;
		font-size: 14px;
		justify-content: center;
	}
	.invest .recmd_box .invite_box .form .copy_btn:after {
		width: 24px;
		height: 24px;
	}
	.invest .recmd_box .list {
    	padding: 20px;
	}
	.invest .recmd_box .list .list_flex > div {
		padding: 16px 0;
		font-size: 16px;
	}
	.invest .recmd_box .list .help {
		padding: 20px;
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
	.invest .price_box .slide .swiper-slide {
		width: 280px;
	}
}