@charset "utf-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}
body {
	background-color: #0C0C1B;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.top-container {
	background-color: #050d14;
}
ul, li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: none
}
uni-view {
	display: block;
}
uni-image {
	width: 320px;
	height: 240px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
uni-image>img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
uni-image>div, uni-image>img {
	width: 100%;
	height: 100%;
}
 @media (min-width: 768px) {
.menu-toggle {
	display: none;
}
.menu-container {
	padding: 0 120px;
}
.menu {
	display: block;
	float: right;
	margin-right: 20px;
}
.menu a {
	float: left;
	display: block;
	text-align: center;
	padding: 14px 16px;
	color: #fff;
	text-decoration: none;
}
}
.navbar {
	overflow: hidden;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	transition: top 0.3s;
}
.navbar a {
	float: left;
	display: block;
	text-align: center;
	padding: 14px 20px;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
}
.navbar a:hover {
	background-color: #23508D;
}
.menu-toggle, .close-button {
	display: none;
	float: right;
	padding: 10px 16px;
	background-color: #0C0C1B;
	color: white;
	border: none;
	cursor: pointer;
}
 @media (max-width: 768px) {
.navbar {
	background-color: #0C0C1B;
}
.navbar a {
}
.navbar a.show {
	display: block;
	width: 90%;
	text-align: left;
	color: #fff;
	text-decoration: none;
}
.menu-toggle {
	display: block;
}
.menu {
	flex-direction: column;
	display: none;
	margin-top: 50px;
	background: #111120;
	border: 1px solid #212131;
	border-radius: 10px;
}
}
.menu.show {
	display: flex;
}
.logo-container {
	float: left;
	width: 40px;
}
.logo {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}
.top-btn a {
	text-align: center;
	font-size: 16px;
 background: linear-gradient(.25turn, #3BE5F7, 50%, #196ED9);
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	padding: 5px;
	font-weight: bold;
	width: 100px;
	float: right;
	display: block;
}
.exchange-box {
	width: 96%;
	margin: 1% 2%;
	background: #172230;
	border-radius: 10px 10px;
	color: rgb(128, 129, 145);
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 20px;
}
.pre-top {
	height: 90px;
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}
.pre-top-left {
	float: left;
}
.pre-top-txt {
	font-size: 14px;
	line-height: 40px;
}
.pre-top-num {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
}
.pre-top-right {
	float: right;
}
.pre-tabs {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: rgba(228, 228, 228, 0.1);
	border-radius: 12px;
}
.pre-tabs a {
	text-decoration: none;
	padding: 10px 20px;
	display: block;
	color: #000;
	border: 1px solid transparent;
	border-bottom: none;
	transition: background-color 0.3s;
}
.pre-tabs a.active {
	flex: 0 0 auto;
	border-radius: 12px;
	position: relative;
	font-family: var(--font-poppins);
	font-size: 14px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-size: auto 22px;
	cursor: default;
	background-color: rgb(53, 93, 255);
	pointer-events: none;
}
.pre-tab-content {
	padding: 10px;
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}
.coin-content {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	z-index: 10;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.coin-eth {
	border-radius: 20px;
	height: 30px;
	min-width: 60px;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
	background: url(eth.svg) 50px 3px / auto 22px no-repeat rgb(25, 27, 32);
	cursor: default;
	border: 1px solid rgb(53, 93, 255);
	pointer-events: none;
}
.coin-eth > span {
	color: white;
	font-weight: 600;
}
.coin-txt {
	display: inline-block;
	vertical-align: top;
	position: relative;
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.coin-usdt {
	border-radius: 20px;
	height: 30px;
	min-width: 60px;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
	background: url(usdt.svg) 50px 3px / auto 22px no-repeat;
	cursor: pointer;
	border: 1px solid rgba(228, 228, 228, 0.1);
	pointer-events: auto;
}
.coin-usdc {
	border-radius: 20px;
	height: 30px;
	min-width: 60px;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
	background: url(usdc.svg) 50px 3px / auto 22px no-repeat;
	cursor: pointer;
	border: 1px solid rgba(228, 228, 228, 0.1);
	pointer-events: auto;
}
.coin-dai {
	border-radius: 20px;
	height: 30px;
	min-width: 60px;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
	background: url(dai.svg) 50px 3px / auto 22px no-repeat;
	cursor: pointer;
	border: 1px solid rgba(228, 228, 228, 0.1);
	pointer-events: auto;
}
.coin-bnb {
	border-radius: 20px;
	height: 30px;
	min-width: 60px;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
	background: url(bnb.svg) 50px 3px / auto 22px no-repeat;
	cursor: pointer;
	border: 1px solid rgba(228, 228, 228, 0.1);
	pointer-events: auto;
}
.link-btn {
	background: rgb(53, 93, 255);
	position: relative;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 48px;
	min-height: 48px;
	cursor: pointer;
	width: 86%;
	border-radius: 10px;
	padding: 0px 0px 0px 30px;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	-webkit-box-pack: center;
	justify-content: center;
	line-height: 49px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	margin-top: 10px;
}
.link-btn img {
	margin-right: 10px;
}
.coin-add {
	font-size: 16px;
	color: #fff;
	float: left;
	font-weight: bold;
}
.coin-add img {
	margin-right: 10px;
	vertical-align: middle;
}
.coin-add-copy {
	float: right;
	margin-left: 10px;
}
.coin-add-copy img {
	margin-right: 10px;
	vertical-align: middle;
}
.coin-pay {
	height: 40px;
	line-height: 40px;
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}
.coin-pay-left {
	float: left;
}
.coin-pay-right {
	float: right;
}
.coin-price {
	height: 40px;
	line-height: 40px;
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}
.coin-price-left {
	float: left;
}
.coin-price-right {
	float: right;
}
.coin-buy {
	width: 90%;
	margin: 0 auto;
}
.coin-buy-box {
	background: url(dollar-icon.svg) 8px 14px no-repeat rgb(25, 27, 32);
	font-size: 16px;
	font-weight: bold;
	color: white;
	outline: none;
	border: none;
	appearance: none;
	box-shadow: none;
	text-align: left;
	border-radius: 10px;
	height: 40px;
	width: 94%;
	padding: 0px 10px 0px 20px;
}
.coin-set {
	height: 90px;
	line-height: 40px;
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}
.coin-set-content li {
	float: left;
	margin: 1%;
	border-radius: 20px;
	height: 30px;
	line-height: 30px;
	padding: 0px 14px;
	font-size: 14px;
	border: 1px solid rgba(228, 228, 228, 0.1);
	background-color: rgb(36, 39, 49);
	pointer-events: auto;
	font-weight: bold;
}
.coin-set-content .active1 {
	border: 1px solid rgb(53, 93, 255);
	background-color: rgb(53, 93, 255);
	color: #fff;
}
.progress-container {
	width: 90%;
	background-color: #eee;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 auto;
}
.progress-bar {
	width: 150px;
	height: 30px;
	background-color: #3960FC;
	text-align: center;
	line-height: 30px;
	color: white;
	transition: width 0.5s;
	font-size: 14px;
}
.coin-presale-box {
	width: 96%;
	margin: 1% 2%;
	background: #172230;
	border-radius: 10px 10px;
	color: rgb(128, 129, 145);
	font-size: 12px;
	line-height: 16px;
	padding: 10px 0;
}
.coin-presale {
	color: #fff;
	line-height: 40px;
	width: 90%;
	margin: 0 auto;
	font-size: 13px;
}
.poweredByIcon {
	height: 16px;
}
.coin-presale-txt1 {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
}
.coin-presale-txt2 {
	font-size: 14px;
	text-align: center;
}
.coin-stage {
	color: #fff;
	line-height: 40px;
	height: 40px;
	width: 90%;
	margin: 0 auto;
	font-size: 13px;
}
.coin-stage-left {
	float: left
}
.coin-stage-right {
	float: right
}
.coin-powered {
	color: #999;
	height: 40px;
	width: 90%;
	margin: 0 auto;
	font-size: 13px;
	clear: both;
	text-align: center;
	margin-top: 10px;
}
/***********************roadmap-box****************************/
.roadmap-box {
	clear: both;
}
.roadmap {
	margin: 0 auto;
}
.roadmap-content {
	padding: 20px;
	width: 80%;
	border: 4px solid #243543;
	background: #080e14;
	border-radius: 10px;
	margin: 20px auto;
	min-height: 150px;
}
.roadmap-center-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}
.roadmap-tip {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 0 20px 20px 20px;
	color: #B7BAC2;
}
 @media (min-width: 768px) {
.roadmap {
	margin: 0 auto;
	padding: 0 120px;
}
.roadmap-content {
	padding: 20px;
	width: 40%;
	border: 4px solid #243543;
	background: #080e14;
	border-radius: 10px;
	margin: 20px auto;
	min-height: 150px;
	float: left;
	margin: 20px;
}
.roadmap-center-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}
}
.roadmap-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.roadmap-title li {
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.roadmap-title .date {
	font-size: 14px;
}
.roadmap-title .icon {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.roadmap-txt {
	font-size: 14px;
	color: #999;
	line-height: 26px;
}
.roadmap-txt-title {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding-right: 5px;
}
/***********************faq****************************/

   @media (min-width: 768px) {
.faq-box {
	margin: 0 auto;
	padding: 0 120px
}
}
.column {
	flex: 1;
	margin: 0 10px;
	padding: 20px;
}
 @media (min-width: 768px) {
.container {
	flex-direction: column;
}
.column {
	margin: 10px 0;
}
}
 @media (max-width: 400px) {
.column {
	padding: 10px;
}
}
.faq-box {
	clear: both;
	padding-bottom: 60px;
}
.faq-left {
	margin: 0 auto;
	margin-right: 40px;
	float: left;
	width: 90%;
}
.faq-left-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
}
.faq-left-txt {
	font-size: 16px;
	color: #B7BAC2;
	line-height: 30px;
	text-align: center;
}
.faq-left-btn {
	text-align: center;
	font-size: 16px;
 background:linear-gradient(.25turn, #3BE5F7, 50%, #196ED9 );
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	padding: 5px;
	font-weight: bold;
	width: 300px;
}
.faq-container {
	margin: 20px auto;
	flex: 1;
	overflow: hidden;
	clear: both;
}
.faq-item {
	border-bottom: 2px solid #142231;
}
.faq-question {
	padding: 24px 16px 24px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	font-family: PingFang SC;
}
.faq-answer {
	padding: 0 0 15px 0;
	display: none;
	color: #B7BAC2;
	font-size: 14px;
}
.faq-answer img {
	width: 300px;
}
.center-img {
	display: block;       /* 使 img 成为块元素 */
	margin-left: auto;   /* 左边距 */
	margin-right: auto;  /* 右边距 */
	max-width: 100%;     /* 确保图片不会超出 div */
	height: auto;        /* 保持图片比例 */
}
.faq-join {
	margin-top: 30px;
}
.faq-join-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-weight: bold;
}
.faq-join-txt {
	font-size: 16px;
	color: #B7BAC2;
	height: 150px;
	line-height: 30px;
	padding: 20px 0;
	clear: both;
	width: 100%;
}
.arrow {
	display: inline-block;
	transition: transform 0.3s;
	cursor: pointer;
	transform: rotate(180deg);
	transition: transform 0.3s;
	margin-left: 16px;
}
.rotate {
	transform: rotate(0deg);
}
/***********************why-choose****************************/
 
.why-choose-box {
	height: auto;
	clear: both;
}
.why-choose {
	height: auto;
	min-height: 400px;
}
.why-choose-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}
.why-choose-txt {
	font-size: 18px;
	color: #B7BAC2;
	height: auto;
	line-height: 30px;
	margin-top: 0px;
	padding: 20px;
}
 @media (min-width: 768px) {
.why-choose {
	height: auto;
	min-height: 400px;
	padding: 0 120px;
}
.why-choose-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}
}
.media-icon {
	margin: 0 auto;
	padding: 20px;
}
.media-icon li {
	border-radius: 20px;
	width: 50px;
	height: 40px;
	line-height: 50px;
background: linear-gradient(.45turn, #3BE5F7, 50%, #196ED9);
	text-align: center;
	float: left;
	margin-right: 10px;
	padding-top: 6px;
}
.text-2xl {
	width: 26px;
	height: 26px;
}/***********************about****************************/
about-container {
	margin: 0 auto;
}
.about-img {
	text-align: center;
	margin: 0 auto
}
.about-img img {
	margin-top: -120px;
	width: 300px;
	height: 300px;
}
.about-box {
	clear: both;
}
.about-content {
	margin: 0 auto;
}
.about-content ul {
	margin: 50px auto;
	height: 400px;
	width: 80%;
	border: 4px solid #46617C;
	border-radius: 10px;
	padding: 20px;
	background: linear-gradient(0.33turn, #0D101F, #163B4A, #268697);
}
.about-big-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
.about-tip {
	font-size: 16px;
	color: #B7BAC2;
	text-align: center;
	font-weight: normal;
	padding: 0 20px 20px 20px;
}
.about-title {
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
	font-size: 18px;
}
.about-txt {
	font-size: 14px;
	color: #B7BAC2;
	line-height: 22px;
}
.about-txt span {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
@media (min-width: 768px) {
.about-container {
	clear: both;
	padding: 0 120px;
}
.about-content {
	margin: 0 auto;
}
.about-big-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.about-content ul {
	float: left;
	height: 400px;
	width: 25%;
	margin: 20px;
}
}
/***********************invite****************************/

.invite-box {
	margin: 0 auto;
	clear: both;
}
.invite-content {
	float: left;
	padding: 20px;
	width: 90%;
}
.invite-img {
	float: right;
	padding: 20px;
	width: 46%;
}
.share-to {
	font-size: 16px;
	font-weight: bold;
	padding: 40px 20px 20px 0;
	color: #7E8192;
}
.share-icon {
	margin: 0 auto;
	padding: 0px 20px 20px 0;
}
.share-icon li {
	border-radius: 10px;
	width: 50px;
	height: 40px;
	line-height: 50px;
	background: #18273B;
	text-align: center;
	float: left;
	margin-right: 10px;
	padding-top: 6px;
	border: 2px solid #1C3248;
}
@media (max-width: 768px) {
.invite-img {
	float: right;
	padding: 20px;
	display: none;
}
}
.invite-img img {
	width: 100%;
}
.invite-btn {
	text-align: center;
	font-size: 16px;
 background:linear-gradient(.25turn, #3BE5F7, 50%, #196ED9 );
	box-shadow: #243543 0.2rem 0.5rem 0.1rem;
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	padding: 5px;
	font-weight: bold;
	min-width: 300px;
	margin-top: 10px;
}
.invite-tip {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 0 20px 20px 20px;
	color: #B7BAC2;
}
.invite-title-style {
	color: #7E8192;
}
.invite-link {
	font-size: 16px;
	font-weight: bold;
}
.invite-link a {
	color: #fff;
	text-decoration: none;
}
.invite-conn {
	height: 100px;
	font-size: 16px;
	font-weight: bold;
}
.invite-conn a {
	color: #fff;
	text-decoration: none;
}
.invite-link-txt {
	font-size: 12px;
	color: #39556E;
	font-weight: normal
}
.invite-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}
 @media (min-width: 768px) {
.invite-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}
.invite-container {
	margin: 0 auto;
	height: 60px;
	padding: 0 120px;
}
.invite-content {
	float: left;
	padding: 20px;
	width: 46%;
}
}
.invite-link ul {
	float: left;
	margin: 0 auto;
	display: block;
}
.invite-link-btn1 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
	text-align: center;
	background: #207EF8;
	width: 90%;
}
.invite-link-btn2 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
	text-align: center;
	background: #C40260;
	width: 90%;
}
/***********************copyrights****************************/
.copyrights-box {
	clear: both;
}
.copyrights {
	color: #46617C;
	font-size: 14px;
	padding: 20px;
	height: 60px;
	background: #0C0C1B;
}
.copyrights-left {
	float: left;
	width: 300px;
	height: 60px;
	line-height: 60px;
}
.copyrights-right {
	float: left;
	height: 60px;
	line-height: 60px;
}
.copyrights-right li {
	float: left;
	margin: 0 10px 0 0;
}
@media (min-width: 768px) {
.copyrights-box {
	clear: both;
	padding: 0 120px;
	background: #0C0C1B;
}
.copyrights {
	height: 60px;
	color: #46617C;
	font-size: 14px;
	background: #0C0C1B;
}
.copyrights-right {
	float: right;
}
}
#scrollToTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	padding: 10px;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	font-size: 16px;
}
.h-8 {
	height: 32px;
}
.w-8 {
	width: 32px;
}
/***********************buy-process****************************/
.buy-process {
	clear: both;
}
.buy-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}
.buy-tip {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 0 20px 20px 20px;
	color: #B7BAC2;
}
 @media (min-width: 768px) {
.buy-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}
.buy-process-container {
	display: flex;
	flex-wrap: wrap;
	margin: 10px;
	padding: 0 120px;
}
}
.buy-process-container {
	display: flex;
	flex-wrap: wrap;
}
.buy-process-column {
	flex: 1;
	min-width: 300px;
}
 @media (max-width: 768px) {
.buy-process-column {
	flex: 100%;
}
}
.buy-process-step {
	padding: 20px;
}
.buy-process-step ul {
	height: 80px;
	line-height: 30px
}
.buy-process-title {
	width: 100%;
	height: 35px;
	line-height: 30px;
	clear: both;
	color: #fff;
	font-weight: bold;
}
.buy-process-title span {
	display: block;
	border: 1px solid #999;
	border-radius: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-right: 20px;
	color: #999;
}
.buy-process-txt {
	font-size: 14px;
	color: #999;
	padding-left: 50px;
	line-height: 22px;
}
/***********************coin-info****************************/
.coin-info-box {
	clear: both
}
.coin-info {
	float: left;
	padding: 20px;
	width: 90%;
	line-height: 30px;
}
.coin-chart {
	float: left;
	padding: 20px;
	width: 90%;
	height: 400px;
}
.coin-distribute {
	float: left;
	padding: 20px;
	width: 90%;
	line-height: 30px;
}
.info-span {
	font-size: 14px;
	color: #999;
}
.coin-info-title {
	text-align: center;
	font-size: 56px;
	font-weight: bold
}
.coin-tip {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 0 20px 20px 20px;
	color: #B7BAC2;
}
 @media (min-width: 768px) {
.coin-info-container {
	margin: 0 auto;
	padding: 0 120px;
}
.coin-info-title {
	text-align: center;
	font-size: 56px;
	font-weight: bold
}
.coin-info {
	float: left;
	padding: 20px;
	width: 25%;
}
.coin-chart {
	float: left;
	padding: 20px;
	width: 32%;
	height: 400px;
}
.coin-distribute {
	float: right;
	padding: 20px;
	width: 30%;
}
}
/***********************scroll-image****************************/	
 @media (min-width: 768px) {
.scroll-img-container {
	padding: 0 120px;
}
}
.scroll-img-container {
	margin: 20px auto;
	overflow: hidden;
}
.scroll-img-area {
	margin: 0 auto;
	width: 1150px;
	overflow: hidden;
}
.scroll-img-power {
	font-size: 14px;
	padding: 20px;
	font-weight: bold
}
.scroll-img-content {
	height: 100px
}
.scroll-img-content li {
	float: left;
	height: auto;
	display: flex;
	margin: 10px 0;
}
.scroll-img-content img {
	width: 100%;
	height: 100%;
	float: left;
	padding-right: 20px;
}
.scroll-image-left {
	animation: scroll-left 20s linear infinite;
}
.scroll-image-right {
	animation: scroll-right 20s linear infinite;
}
 @keyframes scroll-left {
 0% {
 transform: translateX(0);
}
 100% {
 transform: translateX(-100%);
}
}
 @keyframes scroll-right {
 0% {
 transform: translateX(-100%);
}
 100% {
 transform: translateX(0);
}
}
/***********************banner-box****************************/	

.banner-box {
	clear: both;
}
.banner-container {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.banner-column {
	flex: 1;
	min-width: 300px;
}
 @media (max-width: 768px) {
.banner-column {
	flex: 100%;
}
}
 @media (min-width: 768px) {
.banner-container {
	margin: 0 auto;
	padding: 0 120px;
	height: 500px;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}
.background {
	position: relative;
	width: 100%;
	z-index: -1;
}
.background-bottom {
	position: relative;
	width: 300px;
	z-index: -1;
}
.circle {
	position: absolute;
	border-radius: 50%;
	filter: blur(200px);
}
.circle1 {
	width: 500px;
	height: 500px;
	background-color: #2351FB;
	top: 0px;
	right: 0px;
}
.circle2 {
	width: 500px;
	height: 500px;
	background-color: #36D7F9;
	top: 100px;
	right: 50px;
}
.circle3 {
	width: 500px;
	height: 500px;
	background-color: #2351FB;
	top: 50px;
	left: 50px;
}
.circle4 {
	width: 500px;
	height: 500px;
	background-color: #36D7F9;
	top: 100px;
	left: 50px;
}
.circle5 {
	width: 500px;
	height: 500px;
	background-color: #2351FB;
	top: 50px;
	right: 50px;
}
.circle6 {
	width: 300px;
	height: 500px;
	background-color: #36D7F9;
	top: 0px;
	right: 0px;
}
.circle7 {
	width: 300px;
	height: 300px;
	background-color: #2351FB;
	left: 50px;
	bottom: 50px;
}
.circle8 {
	width: 300px;
	height: 500px;
	background-color: #36D7F9;
	top: 0px;
	left: 0px;
}
.banner-left {
	width: 46%;
	margin: 0 auto;
	padding: 20px;
	margin-bottom: 50px;
}
.banner-right {
	float: right;
	width: 46%;
	padding: 20px;
}
}
 @media (max-width: 768px) {
.banner-left {
	float: left;
	width: 90%;
	margin-bottom: 30px;
}
.banner-right {
	float: right;
	width: 90%;
	display: none;
}
}
.banner-left {
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	margin-bottom: 50px;
}
.banner-right {
	float: right;
	width: 90%;
	padding: 20px;
	text-align: center;
}
.banner-title {
	font-size: 40px;
	text-align: left;
	font-weight: bold;
}
.banner-pre {
	font-size: 22px;
	text-align: left;
	color: #3BE5F7;
	font-weight: bold;
}
.banner-txt {
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
	color: #999;
}
.banner-right img {
	height: 400px;
}
.button-box {
	display: flex;
	align-items: center;
	column-gap: 1.25rem;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}
.banner-button {
	color: rgb(0, 0, 0);
	font-size: 1rem;
	width: 15.75rem;
	height: 3.625rem;
	position: relative;
	z-index: 99;
	display: flex;
	align-items: center;
	column-gap: 0.625rem;
	justify-content: center;
	box-shadow: #243543 0px 0.75rem 0px;
	background: #2351fb;
	border-radius: 4rem;
}









/***********************download****************************/

   @media (min-width: 768px) {
.download-box {
	margin: 0 auto;
	padding: 0 120px
}
}
.column {
	flex: 1;
	margin: 0 10px;
	padding: 20px;
}
 @media (min-width: 768px) {
.container {
	flex-direction: column;
}
.column {
	margin: 10px 0;
}
}
 @media (max-width: 400px) {
.column {
	padding: 10px;
}
}
.download-box {
	clear: both;
}
.download-left {
	margin: 0 auto;
	margin-right: 40px;
	float: left;
	width: 90%;
}
.download-left-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
}
.download-left-txt {
	font-size: 16px;
	color: #B7BAC2;
	line-height: 30px;
	text-align: center;
}
.download-container {
	margin: 20px auto;
	flex: 1;
	overflow: hidden;
	clear: both;
}
.download-item {
	border-bottom: 2px solid #142231;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.download-question {
	padding: 24px 16px 24px 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: PingFang SC;
}
.back_index {
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #999;
	font-weight: bold;
	padding: 10px;
	border: 3px solid #142231;
	margin: 20px;
}
/***********************faq****************************/

   @media (min-width: 768px) {
.social-media{
	margin: 0 auto;
	padding: 0 120px
}
}
.social-media-box {
	clear: both;
	padding-bottom: 60px;
}
.social-media-container {
	margin: 20px auto;
	flex: 1;
	overflow: hidden;
	clear: both;
}
.social-media-item {
	border-bottom: 2px solid #142231;
}
.social-media-question {
	padding: 24px 16px 24px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	font-family: PingFang SC;
	color:#999;
}