* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}


/* 全局样式 */
body {
	font-family: 'Arial', sans-serif;
	color: #fff;
	margin:0 auto;
	position: relative;
	background: url(../img/banner.gif) no-repeat center top;
	background-color: #0A0A0A;
}

@media (max-width: 414px) {
	body{
		background-size: 100% auto;
		background-position: 0 1.5rem;
	}
	.banner{
		padding-top: 6.3rem !important;
		padding-bottom: 2rem !important;
	}
	header .logo img{
		width: 0.5rem !important;
		margin-right: 0.1rem;
	}
	header .left span{
		font-size: 0.16rem !important;
	}
    header {
        width: 100% !important;
    }
	header .header-right {
		gap: 0.15rem !important;
	}
	header .header-right .translate .select {
		width: 0.9rem !important;
		height: 0.5rem !important;
		font-size: 0.16rem !important;
	}
	header .button{
		width: 1.42rem !important;
		height: 0.5rem !important;
		line-height: 0.5rem !important;
		font-size: 0.18rem !important;
	}
	.content{
		background-size: 100% auto;
	}
	.container{
		width: 6.5rem !important;
	}
	.application .list{
		flex-wrap: wrap;
	}
	.application .list .item{
		width: 5.4rem;
	}
	.network{
		padding-top: 2rem;
		padding-bottom: 0 !important;
		margin-bottom: -3rem;
	}
	.staking{
		position: relative;
		display: flex;
		flex-direction: column !important;
	}
	.staking .image{
		width: 100% !important;
		transform: none !important;
	}
	.staking .right{
		transform: translateY(-2rem);
	}
	.feature.two{
		left: 2.78rem;
	}
	.feature.five{
		top: 7.02rem;
		left: 1.06rem;
	}
	.value-network .section p{
		width: 6.5rem !important;
	}
	.value-network .section ul{
		width: 6.5rem !important;
		height: 1.96rem !important;
	}
	.value-network img{
		z-index: -1;
	}
	.staking .card{
		background-color: #101010 !important;
	}
	.roadmap .box .card{
		margin-bottom: 0.68rem !important;
		margin-top: 0 !important;
		width: 6.5rem !important;
		transform: none !important;
	}
	.footer .translate select{
		width: 0.8rem !important;
		font-size: 0.16rem;
	}
	.application{
		padding-top: 0 !important;
	}
}

/* 头部样式 */
header {
	padding: 0.2rem;
	text-align: center;
	background-color: #0A0A0A;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 19.2rem;
}

.container {
	width: 12.2rem;
	margin: 0 auto;
}

header .logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.1rem 0;
}

header .logo img {
	width: 0.3rem;
	height: auto;
}
header .left{
	display: flex;
	flex-direction: row;
	align-items: center;
}
header .left span{
	font-size: 0.14rem;
	color: #ffffff;
	font-weight: bold;
	margin-left: 0.05rem;
}
header .header-right {
	display: flex;
	align-items: center;
	gap: 0.2rem;
}

header .header-right .translate {
	display: flex;
	align-items: center;
}

header .header-right .translate .select {
	width: 0.8rem;
	height: 0.3rem;
	line-height: 0.3rem;
	padding: 0 0.1rem;
	background-color: #1a1a1a;
	color: #ffffff;
	border: 1px solid #333;
	border-radius: 0.05rem;
	font-size: 0.14rem;
	cursor: pointer;
	outline: none;
}

header .header-right .translate .select option {
	background-color: #1a1a1a;
	color: #ffffff;
}

header .button {
	width: 1.22rem;
	display: inline-block;
	height: 0.3rem;
	line-height: 0.3rem;
	text-align: center;
	background-color: #19DDDC;
	color: #0A0A0A;
	font-size: 0.16rem;
	text-decoration: none;
	border-radius: 0.05rem;
}

.banner {
	padding-top: 3.3rem;
	padding-bottom: 4.1rem;
}

.banner .title {
	display: flex;
	flex-direction: column;
}

.banner .title h2 {
	color: #25F1F2;
	font-size: 0.7rem;
	font-weight: bold;
	line-height: 1.08rem;
}

.banner .title h2 strong {
	color: #ffffff;
}

.banner .title p {
	font-size: 0.32rem;
	margin: 0.32rem 0;
	width: 4.5rem;
	line-height: 0.5rem;
}

.banner .button {
	background-color: #25F1F2;
	border-radius: 0.23rem;
	width: 1.56rem;
	height: 0.48rem;
	font-weight: 400;
	font-size: 0.2rem;
	color: #0A0A0A;
	line-height: 0.46rem;
	text-align: center;
	margin-top: 0.1rem;
}



/* 主体内容样式 */
.content {
	padding: 0.2rem;
	background: url(../img/bg.png) no-repeat left top;
	background-size: 100% auto;
}

.features {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 2.42rem 0 3.14rem 0;
	position: relative;
}

.features .image {
	width: 5.14rem;
	height: auto;
}

.feature {
	text-align: center;
	position: absolute;
	z-index: 1;
	width: 2.85rem;
	border-bottom: 0.02rem solid #25f1f2;
}

.one {
	top: 3.4rem;
	left: 0;
	text-align: left;
}

.two {
	top: 1.2rem;
	left: 3.78rem;
	text-align: left;
}

.three {
	top: 2.56rem;
	right: 0;
	text-align: right;
}

.four {
	top: 5.7rem;
	right: 0.72rem;
	text-align: right;
}

.five {
	top: 6.02rem;
	left: 2.06rem;
	text-align: left;
}

.feature h3 {
	font-size: 0.32rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 0.4rem;
	padding-bottom: 0.05rem;
}

.network {
	display: flex;
	flex-direction: column;
	padding-bottom: 1.7rem;
}

.network h3 {
	font-size: 0.44rem;
	font-weight: bold;
}

.network .network-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.network-item {
	display: flex;
	flex-direction: column;
}

.network-item span {
	color: #ffffff;
	font-size: 0.2rem;
	margin: 0.54rem 0 0.4rem 0;
}

.network-item p {
	color: #00bfff;
	font-size: 0.6rem;
	font-weight: bold;
	background-clip: text;
	background-image: linear-gradient(to right, #25f0f2, #0d8ff7);
}

.staking {
	padding-top:0.78rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.staking .image {
	width: 5.44rem;
	height: auto;
	transform: translateX(-0.7rem);
}
.staking .right{
	display: flex;
	flex-direction: column;
	padding-top: 1.1rem;
}

.staking .card {
	margin-top: 0.62rem;
	width: 6.25rem;
	height: 1.5rem;
	padding: 0.4rem 0.35rem 0.4rem 0.35rem;
	display: flex;
	flex-direction: column;
	background-color: #0b0b0b;
	border-radius: 0.2rem;
}
.staking .card .top{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.24rem;
}
.staking .card .top h3{
	color: #25f1f2;
	font-weight: bold;
	font-size: 0.26rem;
}
.staking .card .top img{
	width: 0.2rem;
	height: auto;
}
.staking .card p{
	color: #ffffff;
	font-size: 0.18rem;
}

.application{
	display: flex;
	flex-direction: column;
	padding: 1.55rem 0 3rem 0;
}
.application h3{
	color: #ffffff;
	font-size: 0.54rem;
	padding-bottom: 0.78rem;
}
.application .list{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.application .list .item{
	display: flex;
	flex-direction: column;
	width: 2.7rem;
}
.application .list .item img{
	width: 100%;
	height: auto;
	margin-bottom: 0.2rem;
}
.application .list .item span{
	font-size: 0.16rem;
	color: #ffffff;
	font-weight: bold;
	padding-left: 0.2rem;
}

.value-network {
	padding-bottom: 1.34rem;
	position: relative;
}

.value-network h3 {
	color: #ffffff;
	font-weight: bold;
	font-size: 0.44rem;
	margin-bottom: 0.3rem;
}

.value-network .section {
	display: flex;
	flex-direction: column;
	margin-top: 0.56rem;
}

.value-network .section h4 {
	color: #25f1f2;
	line-height: 0.64rem;
	font-size: 0.26rem;
}

.value-network .section p {
	margin: 0.1rem 0;
	font-size: 0.16rem;
	line-height: 0.3rem;
	width: 10.5rem;
}

.value-network .section ul {
	border-radius: 0.2rem;
	display: inline-block;
	width: 6.8rem;
	height: 1.36rem;
	border: 0.01rem solid #0a4444;
	padding-top: 0.16rem;
	margin-top: 0.1rem;
	position: relative;
}

.value-network .section ul li {
	line-height: 0.3rem;
	margin-left: 0.45rem;
	font-size: 0.16rem;
}

.value-network .section ul li::marker {
	color: #25f1f2;
	font-size: 0.26rem;
}

.value-network .section.special li {
	width: calc(50% - 0.45rem);
}

.value-network .section.special li.special {
	position: absolute;
	right: 0;
	top: 0.1rem;
}

.value-network img {
	width: 4.08rem;
	height: auto;
	position: absolute;
	right: 0.2rem;
	top: 3.97rem;
}

.roadmap{
	padding-bottom:1.1rem;
	background: url(../img/roadmap.png) no-repeat left top;
	background-size: 100% auto;
}
.roadmap h3{
	font-size: 0.52rem;
	font-weight: bold;
	color: #ffffff;
	padding: 1.66rem 0 0.9rem;
	text-align: center;
}
.roadmap .box{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.roadmap .box .card{
	width: 5.4rem;
	height: 1.36rem;
	border-radius: 0.2rem;
	border: 0.02rem solid #0a4444;
	padding: 0.28rem 0.38rem;
	display: flex;
	flex-direction: column;
	margin-bottom: 0.88rem;
}
.roadmap .box .card h4{
	font-size: 0.3rem;
	color: #25f1f2;
	font-weight: bold;
	margin-bottom: 0.34rem;
}
.roadmap .box .card span{
	font-size: 0.14rem;
	color: #ffffff;
}

.community {
	height: 1.86rem;
	background-color: #080808;
}

.community .container {
	background: url(../img/community.png) no-repeat left top;
	background-size: 100% auto;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.community .container .button {
	background-color: #25F1F2;
	border-radius: 0.23rem;
	width: 2.18rem;
	height: 0.46rem;
	font-weight: 400;
	font-size: 0.2rem;
	color: #0A0A0A;
	line-height: 0.46rem;
	text-align: center;
}

.footer {
	padding: 0.62rem 0;
	background-color: #0a0a0a;
}
.footer .container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.footer .container .right{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.footer .container .right img{
	width: 0.24rem;
	height: auto;
	margin-left: 0.2rem;
}

.footer .logo img {
	width: 0.3rem;
	height: auto;
}
.footer .logo{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.footer .logo span{
	font-size: 0.14rem;
	color: #ffffff;
	font-weight: bold;
	margin-left: 0.05rem;
}
.footer .left{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.footer .left .text {
	color: #ffffff;
	margin: 0 0.1rem;
	font-size: 0.12rem;
}
.footer .translate{
	margin: 0 0.6rem;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.footer .translate select{
	background-color: transparent;
	border: none;
	color: #84868a;
	width: 0.5rem;
}
.footer .translate img{
	width: 0.16rem;
	height: auto;
}