@charset "UTF-8";

body{
background-color: #222c37!important;
}
.wrap_00{
  background-color: #2b3845;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 7px 43px -5px #000;
border-radius: 1px;
z-index: 1;
height: 50px;

}

.wrap_01{
  background-image: linear-gradient(0deg, #1f2027, #2b3845);
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 7px 43px -5px #000;
border-radius: 1px;

}


.top_wrap_01{
background-image: url("../img/top_bg.jpg");
height: 100vh;
}
.top_width{
  width: 98%;
  margin-left: auto;
  margin-right: auto;}
.top_layout{
margin-top: 50px;
width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_layout li{
width: 45%;
}

.text_lock_01_w{
text-align: center;
padding-top: 30px;
}
.text_lock_01{
display: inline-block;
background: url("../img/icon.png") no-repeat;
padding-left: 40px;
color: #fff;
font-size: 18px;
}

.text_01{color: aliceblue; margin-top: 80px;}
.titile{
width: 100%;
z-index: 2;
}
.bookshelf_01{
background:  url("../img/bg_01.png") repeat-x bottom left;
display: flex;
flex-wrap: wrap;
align-content: flex-end;
justify-content: center; 

}

.bookshelf_01 .book_01{
width: 160px;
height: 352px;
position: relative;
margin-left: 5px;
margin-right: 5px;
}
.bookshelf_01 .book_01 img{
position: absolute;
bottom: 0;
}