
.nmain {
    overflow: hidden;
    background: url(content1Bg.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.bookSearch {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 0;
}

.tabHead_book {
    display: flex;
    justify-content: space-between;
}

.tabCount_book .text{
    font-size: 20px;
    color: #8A5742;
    font-weight: bold;
}

.tabHead_book .box {
    width: calc((100% - 40px) / 2);
    height: 110px;
    line-height: 110px;
    text-align: center;
    color: #8A5742;
    border: 1px solid #8A5742;
    font-size: 28px;
}

.tabHead_book .box a{
    color: #8A5742;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.tabHead_book .box.on {
    background: #8A5742;
    color: #fff;
}

.tabHead_book .box.on a{
    color: #fff;
}

.tabCount_book {
    width: 100%;
    margin-top: 40px;
}

.tabCount_book .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tabCount_book .list .box {
    width: calc((100% - 60px) / 3);
    margin: 20px 0;
}

.tabCount_book .list .box .name {
    font-size: 22px;
    font-weight: bold;
    color: #2E2E2E;
    margin-bottom: 10px;
    height: 21px;
}

.tabCount_book .list .box label {
    width: 100%;
    height: 50px;
    border: 1px solid #8A5742;
    margin-right: 10%;
    display: inline-block;
    background: #F4F0EE;
}

.tabCount_book .list .box input {
    width: 100%;
    height: 50px;
    outline: unset;
    border: none;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 20px;
    background: #F4F0EE;
}

.tabCount_book .list .box select{
    width: 97%;
    width: 100%;
    height: 50px;
    outline: unset;
    border: none;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 20px;
    background: #F4F0EE;
}


.btn_list {
    width: 100%;
    display: inline-block;
    background: #8A5742;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.btn_list  button {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    background: none;
    border: none;
    width: 100%;
    height: 100%;
}


.searchBookList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.book_box{
    width: calc((100% - 60px) / 3);
    box-sizing: border-box;
    padding: 20px;
    padding-top: 30px;
    border: 1px solid #8A5742;
    background: #fff;
    margin:20px 0;
    margin-right: 30px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.book_box:nth-child(3n){
    margin-right: 0;
}

.book_box a{
    display: flex;
}

.book_box .img{
    width: 120px;
}

.book_box .img img{
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;

}

.book_box .tt{
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 15px;
}

.book_box p.cate{
    position: absolute;
    right: 0;
    top: 0;
    background: #8A5742;
    height: 35px;
    line-height: 35px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 20px;
}

.book_box .name{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #8A5742;
    line-height: 28px;
}

.book_box p{
    font-size: 18px;
    color: #666;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.book_box:hover{
   top: -10px;
    transition: all 0.5s ease-in-out;
}

.book_box:hover .img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);

}

.sea_text{
    width: 100%;
    text-align: center;
    color: #8A5742;
    font-size: 18px;
}

.page{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #8A5742;
    font-weight: bold;
    justify-content: center;
}

.crumbs .name {
    width: 320px;
}

#pdfViewer canvas{
    border: 1px solid rgba(0,0,0,.1);
}


.nydt {
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}

.crumbs .name {
    width: 360px;
    height: 80px;
    line-height: 80px;
    background: rgba(138, 87, 66, .9);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.crumbs2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #8A5742;
    margin-bottom: 30px;
    padding: 40px 0 15px 0;
}

.search-conditions{
    font-size: 20px;
    color: #8A5742;
    font-weight: bold;
}

.detail .timer{
    justify-content: center;
}

.userInfo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    font-size: 34px;
}

.userInfo p span{
    font-weight: bold;
    margin-right: 10px;
    color: #8A5742;
    border-bottom: 1px solid #8A5742;
}


.userInfo p a{
    color: #8A5742;
    font-weight: bold;
    border-bottom: 1px solid #8A5742;
}

@media screen and (min-width: 2260px) {
    .container {
        width: 75%;
    }
}














