*{
    padding: 0px;
    margin: 0px;
}
.box{
    margin: auto;
    width: 1550px;
    height: 1500px;
}
header span{
    display: inline-block;
    float: left;
    font-size: 40px;
    line-height: 100px;
    margin-left: 130px;
    color:rgb(255, 255, 255);
    text-shadow: 3px 3px 4px rgb(245, 245, 245);
}

ul{
    list-style: none;
}
a{
    text-decoration: none;
}
header{
    width: 100%;
    height: 100px;
    background-color: rgb(134, 94, 62);
}
header ul li{
    text-align: center;
    width:100px;
    float: left;
    padding-left: 30px;
    line-height: 100px;
}
header ul li a{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.container{
    width: 100%;
    height: 700px;
}

.title{
    position: relative;
    display: inline-block;
    margin: auto 0px;
    width:250px;
    height: 90px;
    margin-left:50%;
    font-weight: 800;
    margin-bottom: 20px;
    background-color: rgb(86, 69, 45);
    transform: translateX(-50%);
    border-bottom-right-radius: 20px;
}

.title h3{
    text-align: center;
    font-size: 30px;
    line-height: 100px;
    color: white;
    font-weight: 200;
}

.title p{
    text-align: center;
    line-height: 90px;
    position: absolute;
    left: -50px;
    top: -30px;
    font-size: 30px;
    width: 100px;
    height: 90px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: brown;
    color: white;
}

.book{
    margin-top: 10px;
    width: 100%;
    height:900px;
    background-color: rgb(231, 203, 165);
}

.book ul{
    display: flex;
    flex-wrap: wrap;
}

.book ul li{
    position: relative;
    width: 330px;
    height: 400px;
    margin: 24px;
    background-color: rgb(251, 251, 251);
}

.book ul li .img{
    width: 200px;
    margin-left: 50%;
    margin-top: 50px;
    transform: translateX(-50%);
}

.book ul li .text{
    width: 100%;
    height: 140px;
    border-top: 1px solid #ccc;
}

.book ul li .text span{
    width: 200px;
    height:30px;
    font-size: 25px;
    color: red;
    margin-left:10px;
    line-height: 34px;
    padding-bottom: 10px;
    display: inline-block;
}
.s{
    text-decoration:line-through;
    margin-top: 1px;
    width: 100px;
    height: 110%;
    float: right;
    font-size: 20px;
    color: rgb(189, 189, 189);
}
.book ul li .text p{
    font-size: 14px;
    margin: 10px;

}

.book ul li .text .g{
    position: absolute;
    right: -50px;
    bottom: 60px;
    width: 250px;
    height:50px;   
}

footer{
    text-align: center;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}