*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    height:239px;
    width:523px ;
    margin: auto;
}
.main{
    height:911px;
    width:640px ;
    border: 1px solid #333;
    padding: 0px 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #ffffff;
}
::-webkit-scrollbar{
    width: 10px;
    background: lightgray;
}
::-webkit-scrollbar-thumb{
    background-color: grey;
    border-radius: 5px;
}
header .search{
    position: relative;
}

header .search input{
    width: 93%;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-top: 50px;
    text-align: left;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

header .search i{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #555;
    cursor: pointer;
    display: inline-block;
    margin-top: 55px;
    left: 50%;
    top: 50%;
    transform: translate(80%, -80%);
}

header .box1{
    background-color: rgb(223,213,203);
    height:239px;
    width:612px ;
    
}

header .content .book{
    display: inline-block;
    margin-top: 95px;
    margin-left: 20px;
 }


header .content .img{
    float: left;
    width: 100px;
    margin-top: 80px;
    margin-left: 20px;
    border-radius: 50px;
}
.Fullbook {
    height:400px;
    width:623px ;
    
}
.Fullbook .item-book{
    margin-top: 10px;
     float: left;
     width: 50%;
     height: 430px;
     display: inline-block;
     position: relative;
     text-align: center;
     border-style: ridge;
}
.Fullbook .item-name{
    font-size: 16px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
    text-transform: uppercase;
}
.Fullbook .item-book .sub-item{
    display: none;
    position: absolute;
    background-color: #fff; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style-type: none;
}
.Fullbook > li:hover > a{
    color: #000;
    background-color: #ccc;
}
.Fullbook > li {
    display: inline-block;
}

.Fullbook li a {
    color: #fff;
    text-decoration: none;
    line-height: 46px;
    padding: 0 24px;
    display: block;
}
.Fullbook > li > a {
    color: #fff;

}
.Fullbook .item-book .sub-item a {
    color: #000;
    padding: 0 12px;
    
}
.Fullbook .item-book .sub-item li:hover{
    color: #000;
    background-color: #ccc;
}
.Fullbook .item-book:hover .sub-item{
    display: block;
}
.Fullbook .item-book .ti-shopping-cart{
    list-style-type: none;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-left: 50%;
    bottom: 1%;
    width: 30px; 
    height: 30px;
    margin-top: 30px;
}

#search{
    width: 30px; 
    height: 20px;
    background-color: rgb(255,255,255);
    border: none;
    margin-left: 90%;
    position: relative;
    top: 60px;
    cursor: pointer;
}
#load{
    width: 30px; 
    height: 20px;
    background-color: rgb(255,255,255);
    border: none;
    margin-left: 85%;
    position: relative;
    top: 40px;
    cursor: pointer;
}