* {
  margin: 0;
  padding: 0;
  /* border: 1px solid red; */
  /* box-sizing: border-box; */
}
body {
  font-size: 12px;
}
/* 最外层包裹整个页面的div */
#wrap {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  background: #000000;
}
.nav_head{
  background-image: url(../image/20250408113304.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
  position: fixed;
  right: 15%;
  top: -15%;
  width: 70%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list{
  width: 18%;
  display: flex
;
    justify-content: center;
}
.list  a{
  font-size: 2rem;
  color: #ffffff;
  text-decoration: none;
}
.list a:hover{
	color: orange;
}
/* 主要内容部分 */
#centent {
  height: 100%;
  width: 100%;
}
.inspiration,.dtt,.tokenomics,.ieo,.fot-wrap{
  width: 100%;
  height: 100%;
  display: flex;
}
.inspiration >img {
  width: 100%;
  height: 100%;
}
.dtt >img {
  width: 100%;
  height: 100%;
}
.tokenomics >img {
  width: 100%;
  height: 100%;
}
.ieo >img {
  width: 100%;
  height: 100%;
}
.fot-wrap >img {
  width: 100%;
  height: 100%;
}
.fot-wrap{
  position: relative;
}
.img_btn{
  position: absolute;
    width: 30%;
    height: 100%;
    left: 36%;
}
.img_btn > img{
  width: 100%;
}
.img_icon{
  position: absolute;
  right: 20%;
  top: 50%;
  width: 20%;
}
.img_icon > img{
  width: 120px;
  margin-right: 6%;
}

