html{
	font-size:15.5px;
	color:#fff;
}
body 
{
	margin:0px;
	padding:0px;
	font-size:1rem;
	overflow-x: hidden;
	overflow-y:auto;
	background-image:url("../images/1.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #141035;
	color:#fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-transition-delay: 99999s;
	transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out 0s,background-color 99999s ease-out 0s;
	transition: color 99999s ease-out 0s,background-color 99999s ease-out 0s;
}
input,textarea{
	border:none;
	outline: none;
	background: transparent;
	background-color: transparent;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a{
	text-decoration: none;
}
p{
	margin: 0px;
	padding:0px;
}
.bomspace{
	clear: both;
	width:100%;
	height: 3rem;
}
.pagecon{
	width:96%;
	margin: auto;
}

.timgbar{width:100%;overflow:hidden;border-radius: 0.5rem;}
.timg{width:100%;overflow:hidden;position:relative;}
.timg div{position:absolute;
	width:100%;
	background-size:100%;
	background-repeat:no-repeat;background-size: cover;background-position: center center;}
.tpoint{position:absolute;top:500px;}
.tpoint div{float:left;margin-left:0.5rem;margin-right:0.5rem;border-radius:1.2rem;width:0.9rem;height:0.9rem;background:#fff;}
.timgsign{
	border-radius: 50px;
	background: #ccc;
	margin-top: -30px;
	right: 10px;
	position:absolute;
}
.timgsign span{
	display: block;
	float: left;
	line-height: 20px;
	padding:2px 8px 2px 5px;
}
.timgsign span:nth-child(1){
	background: #B4B3B3;
	border-radius: 50px 0px 50px 50px;
	padding:2px 8px 2px 8px;
}
.topmenuspace{
	height: 4rem;
	width:100%;
	position: fixed;
	z-index: 900;
	left:0px;
	top:0px;
	background-image:url("../images/1.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.topmenubar{
	z-index: 1000;
	position: fixed;
	width:100%;
	top:0px;
	left:0px;
	font-size:1.2rem;
}
.topmenub{
	width:100%;
	height:100vh;
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	z-index: 1001;
	top:0px;
	left:0px;
	display: none;
}
.topmenut{
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1rem;
}
.topmenut div{
	display: flex;
	align-items: center;
}
.topmenut div:nth-child(1) img{
	width:3.5rem;
	padding-right:0.3rem;
	display: block;
}
.topmenut div:nth-child(2) span:nth-child(1){
	background: #482CE1;
	border-radius: 0.3rem;
	font-size:0.9rem;
	padding:0.2rem 0.3rem;
}
.topmenut div:nth-child(2) img{
	width:1rem;
	padding-left:0.8rem;
	display: block;
}
.topmenucon{
	display: none;
	background: #28274F;
	border-radius: 1rem 0rem 0rem 1rem;
	width:70%;
	height: calc(100vh - 6rem);
	margin-top:1rem;
	position: relative;
	z-index: 1002;
	padding-left:30px;
}
.topmenuitem{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #454370;
	line-height: 3.5rem;
	height: 3.5rem;
}
.topmenuitem span:nth-child(1) img,.langitemt span:nth-child(1) img{
	width:1.3rem;
	padding-left:1rem;
	padding-right:0.5rem;
	position: relative;
	top:0.2rem;
}
.topmenuitem span:nth-child(2) img,.langitemt span:nth-child(2) img{
	width:1rem;
	padding-right:1rem;
	display: block;
}
.topmenulang{
	border-bottom: 1px solid #454370;
}
.langitemt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 3.5rem;
	height: 3.5rem;
}
.topmenulang p:nth-child(2) span{
	display: block;
	line-height: 2rem;
	color:#9999CC;
	padding-left:3rem;
	font-size:0.9rem;
}
.topmenulang p:nth-child(2) span:nth-child(2){
	padding-bottom: 1rem;
}
.langitembar{
	display: none;
}

.btncss{
	text-align: center;
	margin-top: 3rem;
}
.btncss span{
	padding:0.8rem 2rem;
	border-radius: 8rem;
	font-size:1.2rem;
	font-weight: bold;
	border:1px solid #454370;
	background: linear-gradient(45deg,#392363,#69425D);
}


.selinputitem{
	background: #28274F;
	padding: 0.5rem 1rem;
    border-radius: 5rem;
	border: 1px solid #928DC2;
	display: flex;
	justify-content: space-between;
}
.selinputitem span:nth-child(2){
	position: relative;
	top:0.4rem;
	content: '';
	width: 0;
    height: 0;
	border-left: 0.3rem solid transparent;
	border-top: 0.4rem solid #fff;
	border-bottom:0.3rem solid transparent;
	border-right: 0.3rem solid transparent;
}
.selectitem{
	position: relative;
	z-index: 100;
	display:none;
}
.selectitem p{
	position: absolute;
	border: 1px solid #928DC2;
	background: #28274F;
	width:100%;
	padding-bottom: 1rem;
	border-radius: 1rem;
}
.selectitem p span{
	display: block;
	padding-top:1rem;
	padding-left:1rem;
}

.titlemsg{
	display: flex;
	justify-content: space-between;
	line-height:3rem;
	font-size:0.9rem;
}

.bartitle{
	font-size: 1.1rem;
	font-weight: bold;
	margin-top: 1rem;
}
.bartitle1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.1rem;
	font-weight: bold;
}
.bartitle1 span img{
	display: block;
	width:1rem;
}

.hsubmenubar{
	display: flex;
	justify-content: space-between;
	border-radius: 5rem;
	border: 1px solid #928DC2;
	text-align: center;
	font-weight: bold;
	background: #141035;
}
.hsubmenubar div{
	line-height: 3rem;
	width:50%;
}
.hsubmenubar div:nth-child(1){
	border-radius: 5rem 0rem 0rem 5rem;
	border-right: 1px solid #928DC2;
}
.hsubmenubar div:nth-child(2){
	border-radius: 0rem 5rem 5rem 0rem;
}
.hsubmenubar .sel{
	background: #28274F;
}

.hsubmenubar1{
	display: flex;
	justify-content:space-evenly;
	text-align: center;
	margin-top: 2rem;
}
.hsubmenubar1 .sel{
	color:#674EEF;
}
.hsubmenubar1 .sel::after{
	display: block;
	margin: auto;
	content: '';
	width: 0;
    height: 0;
	border-left: 0.3rem solid transparent;
	border-top: 0.4rem solid #674EEF;
	border-bottom:0.3rem solid transparent;
	border-right: 0.3rem solid transparent;
}

.lgbar{
	margin-top:2rem;
}
.lgbar div:nth-child(1){
	text-align: center;
	font-size:1.2rem;
	font-weight: bold;
}
.lgbar div:nth-child(2){
	background: #28274F;
	border: 1px solid #928DC2;
	border-radius: 5rem;
	font-size:0.8rem;
	width:90%;
	margin: auto;
	margin-top: 0.8rem;
	line-height: 3rem;
	text-align: center;
}


.intimg{
	background: #28274F;
	border: 1px solid #454370;
	border-radius: 0.5rem;
	padding:0.5rem;
}
.bannerbar{
	border-radius: 0.5rem;
	border: 1px solid #454370;
}
.inbar1,.inbar4{
	margin-top: 2rem;
}
.inbar1 div:nth-child(1){
	text-align: center;
	font-size:1.3rem;
	font-weight: bold;
}
.inbar1 div:nth-child(2),.inbar3,.projectbar,.swapdatabar,.faqbarcon,.incomeviewitem,.sharebar,.staketbar div,.stakeinfobar1{
	border-radius: 1rem;
	border:1px solid #454370;
	background: linear-gradient(to right,#201943,#632A53 60%,#B95F45 90%);
	padding:0.8rem;
	margin-top: 1rem;
}
.inbar1 div:nth-child(2) p:nth-child(1),.inbar3 div:nth-child(2),.swapdatabar div,.stakeinfobar1t{
	border-radius: 1rem;
	border:1px solid #928DC2;
	background: #28274F;
	padding:1rem;
	font-size:0.9rem;
	line-height: 1.2rem;
}
.inbar1 div:nth-child(2) p:nth-child(2){
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.inbar1 div:nth-child(2) p:nth-child(2) span,.inbar3 div:nth-child(1) span{
	padding:0.8rem 2rem;
	border-radius: 8rem;
	font-size:1.2rem;
	font-weight: bold;
	border:1px solid #454370;
	background: linear-gradient(45deg,#392363,#69425D);
}
.inbarlsign{
	position: relative;
	height:0px;
}
.inbarlsign img{
	position: absolute;
	z-index: -1;
}
.inbar2{
	margin-top: 4rem;
}
.inbar2title{
	font-size: 1.1rem;
	font-weight: bold;
}
.inbar2item{
	padding:1rem;
	border-radius: 0.5rem;
	margin-top: 1rem;
	border:1px solid rgba(255,255,255,0.3);
	display: flex;
	justify-content: space-between;
}
.inbar2items .inbar2item:nth-child(1){
	background: linear-gradient(35deg,#141035,#2060BF 70%);
}
.inbar2items .inbar2item:nth-child(2){
	background: linear-gradient(35deg,#121036,#8C087B 70%);
}
.inbar2items .inbar2item:nth-child(3){
	background: linear-gradient(35deg,#141035,#BF7620 70%);
}
.inbar2item div:nth-child(1) p:nth-child(1){
	display: flex;
	align-items: center;
}
.inbar2item div:nth-child(1) p:nth-child(1) span:nth-child(1){
	opacity: 0.3;
}
.inbar2item div:nth-child(1) p:nth-child(1) span:nth-child(1) img{
	width:0.8rem;
	display: block;
	margin-right: 0.5rem;
}
.inbar2item div:nth-child(1) p:nth-child(2){
	font-size:2rem;
	padding-left:1.3rem;
	padding-top:0.5rem;
}
.inbar2item div:nth-child(2) img{
	position: relative;
	width:4rem;
	top:-1.7rem;
}
.chartbar{
	margin-top: 1rem;
}
.chartbar div:nth-child(1){
	font-size: 1.1rem;
	font-weight: bold;
}
.chartbar div:nth-child(2){
	text-align: center;
	font-size: 0.9rem;
	color:#515576;
}
.chartbar div:nth-child(3) img{
	width:calc(100% + 4%);
	position: relative;
	left:-2%;
	display: block;
}
.inbar3{
	margin-top: 2rem;
}
.inbar3 div:nth-child(1){
	text-align: center;
	margin-top: -1.8rem;
}
.inbar3 div:nth-child(2){
	margin-top: 1.8rem;
}
.inbar4 div:nth-child(1){
	font-size:1.1rem;
	font-weight: bold;
	width:90%;
	margin: auto;
	margin-top: 2rem;
}
.inbombar div:nth-child(1){
	width:80%;
	margin: auto;
}
.inbombar div:nth-child(1) img{
	width:100%;
	display: block;
}
.inbombar div:nth-child(2){
	margin-top: 1rem;
}
.inbombar div:nth-child(2),.inbombar div:nth-child(3){
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.inbombar div:nth-child(2) span,.inbombar div:nth-child(3) span{
	width:25%;
	text-align: center;
}
.inbombar div:nth-child(3){
	font-size:0.8rem;
	line-height: 2rem;
	margin-bottom: 3rem;
}
.inbombar div:nth-child(2) span:nth-child(1) img,.inbombar div:nth-child(2) span:nth-child(3) img,.inbombar div:nth-child(2) span:nth-child(4) img{
	width:2.4rem;
}
.inbombar div:nth-child(2) span:nth-child(2) img{
	width:5rem;
}
.icotitem div:nth-child(1) p:nth-child(1){
	font-size:0.9rem;
}
.icotitem div:nth-child(1) p:nth-child(2){
	padding-left: 0rem;
	font-size:1.5rem;
}
.icoquantity{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.icoquantity .incometsel{
	width:45%;
}
.icorecord div:nth-child(1){
	margin-top: 0rem;
}

.projectbar div:nth-child(1){
	font-size:1.1rem;
	font-weight: bold;
}
.projectbar div:nth-child(2){
	border-radius: 1rem;
	border:1px solid #928DC2;
	background: #28274F;
	padding:1rem;
	font-size:0.9rem;
	line-height: 1.2rem;
	margin-top: 1rem;
}

.swaptitle{
	display: flex;
	justify-content: space-between;
	font-size:0.8rem;
	margin-top: 1rem;
}
.swapexitem{
	border-radius: 10rem;
	border: 1px solid #928DC2;
	background: #28274F;
	padding:0.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:0.8rem;
	margin-top: 0.5rem;
}
.swapexiteml{
	display: flex;
	align-items: center;
}
.swapexitemll{
	width:3.5rem;
	padding-right:0.8rem;
}
.swapexitemll img{
	width:100%;
	display: block;
	border-radius: 5rem;
}
.swapexitemlr .incometsel{
	width:7rem;
	margin-bottom: 0.2rem;
}
.swapexitemlr .incometsel .selinputitem{
	padding: 0.2rem 0.6rem;
}
.swapexitemr{
	padding-right:1rem;
}
.swapexitemr input{
	width:5rem;
	text-align: right;
	color:#fff;
}
.swapexitemr input::placeholder{
	color:#fff;
}
.swapexitemr input::-webkit-input-placeholder{
	color:#fff;
}
.swapexsign{
	text-align: center;
}
.swapexsign img{
	position: relative;
	top:1rem;
	width:1.1rem;
}
.swapdatabar{
	border-radius: 0.8rem;
	margin-top: 3rem;
}
.swapdatabar div{
	border-radius: 0.8rem;
}
.swapdatabar div p{
	display: flex;
	justify-content: space-between;
	margin-top: 0.8rem;
}
.swapdatabar div p:nth-child(1){
	margin-top: 0rem;
}
.swapdatabar div p span:nth-child(1){
	color:rgba(255,255,255,0.5);
}

.faqbar{
	margin-top: 2rem;
}
.faqbarcon{
	padding:1rem;
	border-radius: 0.5rem;
}
.faqtitle{
	display:flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
}
.faqtitle span:nth-child(1){
	width:calc(100% - 2rem);
}
.faqtitle span:nth-child(2){
	width:1.8rem;
	text-align: center;
	font-size:1.5rem;
}
.faqmsg{
	display: none;
	font-size:0.8rem;
	line-height: 1.2rem;
	padding-top:1rem;
}

.incometbar{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	font-size:0.9rem;
}
.incometsel{
	width:55%;
	font-size:0.8rem;
}
.incomebtn{
	padding: 0.5rem 1rem;
    border-radius: 5rem;
    border: 1px solid #454370;
    background: linear-gradient(45deg, #392363, #69425D);
}
.incomeitem{
	border-radius: 0.5rem;
	background: #28274F;
	border: 1px solid #928DC2;
	margin-top: 1rem;
	padding:0.8rem;
	font-size:0.9rem;
	padding-bottom:1.5rem;
}
.incomeitem div:nth-child(1),.incomeitem div:nth-child(2){
	display: flex;
	justify-content: space-between;
	align-items:center;
	flex-wrap: wrap;
}
.incomeitem div:nth-child(1) p{
	width:50%;
}
.incomeitem div:nth-child(1) p{
	margin-top: 0.5rem;
}
.incomeitem div:nth-child(2){
	margin-top: 0.5rem;
	padding-bottom: 1rem;
}
.incomeitem div:nth-child(2) span:nth-child(1){
	width: calc(100% - 7rem);
}
.incomeitem div:nth-child(2) span input{
	width:100%;
	color:#fff;
}

.incomeviewitem{
	padding: 1rem;
	border-radius: 0.5rem;
}
.incomeviewitem div:nth-child(1){
	font-size:0.9rem;
}
.incomeviewitem div:nth-child(2){
	font-size:1.8rem;
	padding-top:0.5rem;
}

.staketbar{
	display: flex;
	justify-content: space-between;
	margin-top: -1rem;
}
.staketbar div{
	border-radius: 1.5rem;
	padding-top:2rem;
	padding-bottom:2rem;
	margin-top: 1rem;
	text-align: center;
	width:calc(49% - 1.8rem);
}
.staketbar div span{
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
}
.staketbar div span img{
	width:2rem;
}

.stakeinfobar1t div:nth-child(2){
	text-align: center;
	padding-top:2.4rem;
	padding-bottom: 2.4rem;
}
.stakeinfobar1t div:nth-child(2) input{
	font-size:2.4rem;
	color:#fff;
	text-align: center;
	width:100%;
}
.stakeinfobar1t div:nth-child(2) input::placeholder {
	color: #fff;
}
.stakeinfobar1t div:nth-child(2) span{
	font-size:1rem;
	padding-left:0.5rem;
}

.stakeinfobar1bom,.stakeinfobar3{
	padding:1rem;
	border-top: 1px solid rgba(255,255,255,0.3);
	margin-top: 4rem;
}
.stakeinfobar1bom div{
	display: flex;
	justify-content: space-between;
	font-size:0.9rem;
	margin-top: 0.5rem;
}
.stakeinfobar1bom div span:nth-child(1),.stakeinfobar3 div p span:nth-child(1){
	color:rgba(255,255,255,0.3);
}
.stakeinfobar3{
	margin-top: 1rem;
}
.stakeinfobar3 div{
	margin-top: 1rem;
	font-size:0.9rem;
}
.stakeinfobar3 div p{
	display: flex;
	justify-content: space-between;
}
.stakeinfobar3 div p:nth-child(2){
	font-size:0.8rem;
}

.membertbar{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.membertbar div{
	width:calc(48% - 1rem);
	border-radius: 0.7rem;
	padding:0.5rem;
	border:1px solid #454370;
	background: linear-gradient(45deg,#392363,#69425D);
	margin-top: 0.5rem;
}
.membertbar div p:nth-child(1){
	display: flex;
	align-items: center;
	font-size:0.8rem;
}
.membertbar div p:nth-child(1) span:nth-child(1){
	background: #141035;
	border-radius: 5rem;
	padding:0.3rem;
	margin-right: 0.5rem;
}
.membertbar div p:nth-child(1) span img{
	display: block;
	width:0.8rem;
}
.membertbar div p:nth-child(2){
	padding-left:1.8rem;
	font-size: 1.5rem;
	padding-top: 0.1rem;
	padding-bottom: 0.5rem;
}
.memberitem{
	margin-top: 0.5rem;
	background: #28274F;
	border: 1px solid #928DC2;
	border-radius: 0.5rem;
	padding:0.8rem;
}
.memberitemt,.memberitemc{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:0.8rem;
}
.memberitemt p:nth-child(1){
	display: flex;
	align-items: center;
	width:50%;
}
.memberitemt p:nth-child(1) span:nth-child(1){
	width:80%;
}
.memberitemt p span input{
	color:#fff;
	width:100%;
}
.memberitemt p span img{
	display: block;
	width:1.3rem;
}
.memberitemc{
	margin-top: 0.5rem;
}
.memberitemc p:nth-child(1){
	overflow: hidden;
	border-radius: 5rem;
	width:5rem;
	height:5rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-color: #141035;
	border: 1px solid #070102;
}
.memberitemc p:nth-child(2){
	width: calc(100% - 6rem);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.memberitemc p:nth-child(2) span{
	width:49%;
	margin-top: 0.5rem;
}
.memberitemc p:nth-child(2) span:last-child{
	width:100%;
	margin-bottom: 0.5rem;
}

.sharebar{
	border-radius: 0.5rem;
	font-size:0.8rem;
	line-height: 1.3rem;
	padding:1rem;
}
.sharebar div:nth-child(2){
	width:60%;
	margin: auto;
	padding-top:2rem;
}
.sharebar div:nth-child(2) img{
	display: block;
	width:100%;
}
.sharebar div:nth-child(3){
	margin-bottom: -1.8rem;
}
