*{
	margin: 0;
}
body{
	display: flex;
	flex-wrap: wrap;
	    flex-direction: column;
}
div.all{
	background:linear-gradient(200deg,#517fa4,#243949);
}
div.header{
	    width: 100%;
		height: 80px;
		margin: -6px;
		background-color: black;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
}
div.header a{
	color:#fdfdfd;
	text-align: center;
	display: block;
	float: left;
	width: 150px;
	height: 80px;
	line-height: 80px;
	margin-left: 30px;
	transition: 0.5s;
	font-family: 华文中宋,sans-serif;
}
div.header div.right{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
div.header div.right input{
	margin-top: 25px;
	    margin-left:15pc;
	    width: 185px;
	    height: 35px;
	    border-radius: 10px;
		position: absolute;
		display: flex;
}
div.header div.right input:focus{
	outline: 2px solid #008C8C;
	outline-offset: -2px
}
div.header div.right img{
	width: 20px;
	position: absolute;
	right: 260px;
	top: 25px;
	cursor: pointer;
}
div.header div.right a{
	cursor: pointer;
}
div.header a:hover{
	color: #008c8c;
	background-position-x: 100%;
	transform: translateY(-5px);
	font-weight: bold;
	font-size: 30px;

}
div.header div.logo img{
	position: absolute;
	width: 200px;
	right: 0px;
	top: 0px;
}
/* div.bg img{
	width: 101%;
	height: 800px;
	text-align: center;
	margin-left: -15px;
	
} */
div.two p{
	background: -webkit-linear-gradient(#ff9696, #ffe89e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 82px;
	font-weight: 700;
	position: absolute;
	    left: 90px;
	    top: 230px;
}
div.three div.above{
		margin-top: 3pc;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
}
div.three a{
	float: left;
	width: 150px;
    display: flex;
	font-weight: bold;
	/* margin-left:10px ; */
	font-size: 20px;
	font-family: 华文中宋,sans-serif;
	transition: 0.5s;
	flex-wrap: wrap;
	justify-content: center;
	border-radius:10px;
	height: 40px;
	line-height: 40px;
	
}
div.three{
	width: 100%;
	height: 1400px;
	border: 1px solid rgba(255,127,80,0);
	margin-top:50pc;
	position: relative;
	
}
div.three div.above a:hover{
	color: lightblue;
	background-position-x: 100%;
	transform:translateY(5px);
	font-size: 30px;
	color: white;
	background-color: #008c8c;
}
div.nft img{
	width: 200px;
	height: 200px;
	position: absolute;
	border-radius: 15px;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
	
}
div.nft1 img{
	    top: 15pc;
	    right: 0;
}
div.nft2 img{
	top: 35pc;
	 right: 0;
}
div.nft3 img{
	top: 15pc;
	left: 0pc;
}
div.nft4 img{
	top: 35pc;
	left: 0pc;
}
div.decade div.tenyear{
	font-size: 35px;
	font-weight: bold;
	font-family: 宋体,sans-serif;
	position: absolute;
	left: 0;
	right: 0;
	top: 55pc;
	margin: auto;
	width: 143px;
	color: beige;
}
div.decade div.decade-1{
	
	width: 100%;
	height: 265px;
	background-color: #FFFFFF;
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	top: 60pc;
	border-radius: 15px;
	box-shadow: 0 4px 20px 3px rgb(0 0 0 / 10%);
}
div.decade div.decade-1 h2{
	margin-left: 25px;
	margin-top: 10px;
	font-size: 19px;
	font-family: 华文新魏,sans-serif;
	font-weight: bold;
}
div.decade div.decade-1 p{
	font-size: 18px;
	font-family: 华文新魏,sans-serif;
	line-height: 1;
}
div.decade div.decade-1:hover{
	background:linear-gradient(#517fa4,#243949);
	color: white;
	transition: 1s;
}
div.input a{
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
	margin: auto;
	border-radius: 30px;
}
div.input a:hover{
	background-color: #008C8C;
	color: white;
}
dl dd img{
	overflow: hidden;
}
div dl {
	display: none;
}
div dd img{
	border-radius: 8px;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
}
:target{
	display: block;
}
div.card-1{
	margin-top: 27pc;
	display: flex;
	justify-content: center;
	align-items: center;
}
.card{
	position: relative;
	width: 15%;
	margin: 20px;
	background-color: #758a99;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
	flex-shrink: 0;
}
.card .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card .photo{
	 position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 0%;
	overflow: hidden; 
	transition: 0.5s;
}
.card:hover .photo{
	top: 30px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
}
.card h2{
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 170px;
	transition: 0.5s;
}
.card h3{
	font-size: 15px;
	font-weight: bold;
	margin-top: 220px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	
}
.card p{
	width: 90%;
	text-indent: 32px;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 30px;
}
.card a:hover{
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 8px;
	padding: 8px 32px;
}
div.switch img{
	position: fixed;
	right: 0pc;
	bottom: 90px;
	width: 50px;
	height: 50px;
}
div.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
div.flex-1-content:hover{
	background-color: #fc6060;
}
div.flex-1-content:hover h1,div.flex-1-content:hover span{
	color: white;
}
div.flex-1-content:hover .flex-1-img img{
	transform: rotate(25deg);
}
div.flex-1-content{
	width: 55%;
	position: relative;
	z-index: 1;
	padding: 40px;
	box-shadow: 0 4px 20px 3px rgb(0 0 0 / 10%);
	border-radius: 10px;
	transition-duration: 500ms;
	background-color: #ffffff;
}
div.flex-1-img{
	width: 170px;
	margin: 0 auto 40px;
}
div.flex-1-img img{
	transition-duration: 500ms;
	width: 100%;
	border-radius: 50%;
}
div.login a{
	cursor: pointer;
	margin-left: 30px;
}
div.login a img{
	width: 20px;
}
div.four{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
    position: absolute;
        left: 0;
        top: -7pc;
        right: 0;
}
div.four h3{
	font-size: 40px;
	font-family:华文新魏,sans-serif ;
}
div.four h4{
	margin-left: 10pc;
	margin-top: 2pc;
	font-style: initial;
	font-style: italic;
	    color: grey;
}
div.end{
	width:100% ;
	height: 80px;
	box-shadow: 0 4px 20px 3px rgb(0 0 0 / 10%);
	position: relative;
	margin-top: 15pc;
}
div.end h5{
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 2pc;
	left: 0pc;
}
div.end div.five img{
	width: 240px;
	position: absolute;
	    right: 0;
}
div.end div.six{
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
div.end div.six a img{
	width: 20px;
}
div.end div.six a{
	cursor: pointer;
	margin-left: 30px;
}

