﻿.search-page {
    width: 1224px;
    margin: 0 auto;
}

.search-left {
    width: 244px;
    float:left;
    min-height:160px;
    box-sizing: border-box;
}

.search-left .search-keyword{ 
    padding: 10px 0;
}

.search-left .search-left-title{
    font-size:16px;
    height:36px;
    line-height:36px;
    font-weight:bold;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
      color:    #999999 !important;
   }
   input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
      color:    #999999 !important;
   }
   input:-moz-placeholder { /* Mozilla Firefox 19+ */
      color:    #999999 !important;
   }
   input:-ms-input-placeholder { /* Internet Explorer 10-11 */
      color:    #999999 !important;
   }

.search-left .search-left-keyword-contect a {
    background-color: #F7F7F7;
    color: #5c5052;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin-top: 16px;
    min-height: 26px;
    overflow: hidden;
    padding: 0 10px;
    width: 50px;
    margin-right: 3px;
    text-align: center;
}
.search-postion{
    font-family: 宋体;
    font-size: 12px;
    word-break: break-all;
    color: #666666;
    margin: 10px auto;
    height:40px;
    line-height:40px;
    width: 1100px;
}
.search-left .search-history .search-left-title{
    margin-top:20px;
}

.search-left .search-left-history-contect{
    border: solid 1px #DEDEDE;
    padding: 20px;
    float:left;
    width: 190px;
}
.browsed-img {
    float: left;
    padding-right: 12px;
}
.browsed-title {
    float: left;
    width: 103px;
    font-size: 14px;
}


.search-left .search-history .browsed-book {
    width: 100%;
    float: left;
    padding-bottom: 22px;
}

.search-left .search-history img {
    width: 75px;
    height: 100px;
}

.search-left .browsed-title a {
    height: 36px;
    width: 103px;
    line-height: 18px;
    font-size: 14px;
    overflow: hidden;
    float: left;
    color: #5c5052;
    line-height: 18px;
}
.browsed-author {
    font-size: 12px;
    line-height: 24px;
    float: left;
    height: 24px;
    overflow: hidden;
    width: 103px;
    color: #999;
}
.search-left .browsed-title a:hover {
    color: #fe1b15;
}

.search-new-banner {
    height: 400px;
    width: 100%;
    background: url(../Content/images/newbook.jpg) no-repeat center center;
    background-size: cover;
}

    .search-new-banner.supplier {
        height:395px;
        background: url(../Content/images/newBookarea_s.png) no-repeat center center;
    }

.search-bestsellersbooks-banner {
    height: 500px;
    width: 100%;
    background: url(../Content/images/bestsellersbooks.png) no-repeat center center;
    background-size: cover;
}

.search-main {
    width: 980px;
    padding: 20px;
    box-sizing: border-box;
    float: left;
}

.search-main-filter {
    width: 100%;
    height: 45px;
    background-color: #F7F7F7;
    border: solid 1px #DDDDDD;
    box-sizing: border-box;
    justify-content: space-between;
    float: left;
}

.search-main-toolbar {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #555;
    border-bottom: solid 1px #EAEAEA;
    justify-content: space-between;
    float:left;
}

.book-list-count {
    color: red;
}

.list-no-result {
    background: url(../Content/images/list_no_result.png) no-repeat center center;
    min-height: 260px;
    margin: 110px auto;
}

.toolbar-left {
    align-items: center;
    width:362px;
    float:left;
}

.search-more {
    width: 1100px;
    margin: 10px auto;
}

.search-new {
    width: 1200px;
    margin: 100px auto;
}

    .search-new.supplier {
        width: 100%;
        margin: 0 auto;
            background: url(/Content/images/newBook-background.png) #d45b50 no-repeat;
            padding-bottom:64px;
    }

.search-new-logo {
    height: 70px;
    background: url(../Content/images/book_new_logo.png) no-repeat center center;
    background-size: contain;
}

    .search-new-logo.supplier {
        width: 1200px;
        height: 105px;
        background: url(/Content/images/newBook-title.png) no-repeat center center;
        background-size: contain;
    }
.supplier .search-main-footer {
    margin-bottom:0;
}
.search-new-content.supplier {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0px 50px 0px;
    background-color: #f7f7f7;
}

.page-widget {
    height: 36px;
    min-width: 160px;
    float: right;
}

.page-widget ul {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    float:left;
    min-width:20px;
}

.page-widget ul li {
    margin-left: 2px;
    margin-right: 2px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border: solid 1px #e3e3e3;
    padding: 0 5px;
    background-color: #FFF;
}

    .page-widget ul .active {
        background-color: #fe1b15;
        color: #fff;
    }

.page-widget input {
    width: 40px;
    margin: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border: solid 1px #e3e3e3;
    text-align: center;
    padding: 0;
}

.page-widget .btn-goto {
    display: inline-block;
    margin-left: 5px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    border: solid 1px #e3e3e3;
    background-color: #FFF;
}

.page-widget .page-input{
    float:left;
    width:100px;
    line-height:36px;
}

.page-widget .page-jump{
    float:left;
    width:60px;
    line-height:36px;
}

.search-main-list {
    float:left;
    width:100%;
}

.btn-split {
    width: 20px;
    text-align: center;
}

.book-list-checkall {
    margin-left: 5px;
    margin-right: 5px;
    border: expression((this.type=="checkbox"||this.type=="radio"?"!important":"1px #ced4e2 solid")); 
}


.userexperience-page .book-thumbnail-row {
    height: 270px;
    justify-content: center;
    margin: 0 auto;
    padding: 15px 0;
    width: 100%;
}

.userexperience-page .book-thumbnail-row .book-thumbnail-item{
    float: left;
    width: 228px;
}

.book-userexpthumbnail-div {
    border-bottom: 1px dotted #a09292;
    width: 100%;
}

.book-list-item {
    float: left;
    height: auto;
    width: 942px;
    border-bottom: solid 1px #EAEAEA;
    box-sizing: border-box;
}

.book-list-item .book-list-check {
    width: 25px;
    padding: 26px 4px;
    box-sizing: border-box;
    float: left;
}

.book-list-item .book-list-cover {
    padding: 20px 5px;
    box-sizing: border-box;
    float: left;
}

    .book-list-item .book-list-cover img {
        width: 90px;
        height: 124px;
        border: 1px solid #e5e1de;
    box-shadow:#E7E7E7 1px 3px 3px 1px;
    }

.book-list-item .book-list-cover .freebook {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 52px;
    left: 70px;
    position: absolute;
    top: -150px;
    width: 52px;
}
.book-thumbnail-main .book-list-cover .freebook {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 52px;
    left: 105px;
    position: absolute;
    top: -190px;
    width: 52px;
}

.book-list-item .book-list-content {
    width: 814px;
    padding: 20px 0 25px 22px;
    box-sizing: border-box;
    position: relative;
    float: left;
}

.book-list-cover a {
    position: relative;
}

.book-expeires {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.list_title {
    float: left;
    width: 100%;
}
    .list_title a {
        float: left;
        font-size: 16px;
        font-weight: bold;
        padding: 4px 0;
        width: 440px;
        color: #5c5052;
    }
.list_maxwidth a {
    float: left;
    height: 20px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    max-width: 520px;
    margin-right: 10px;
}

.book-thumbnail-item h2 span{
    color:#825d59;
    font-weight: bold;
}

.book-thumbnail-item h2 a, .book-thumbnail-row h2 a {
    color: #666;
    float: left;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
    line-height: 25px;
    font-weight: bold;
}
.book-thumbnail-item h2 a:hover,.book-thumbnail-row h2 a:hover {
    color: #fe1b15;
}

.search-left-keyword-contect a:hover {
    color: #fff;
    background-color: #fe1b15;
}

.book-list-item .book-list-content .book-intro {
    overflow: hidden;
}
.book-list-item .book-list-content .book-intro p {
    color: black;
    font-size: 12px;
    line-height: 22px;
    width: 100%;
    float: left;
    color: #666;
    max-height: 66px;
    overflow: hidden;
}
.book-list-item .book-list-content .listbook-author,
.book-list-item .book-list-content .book-publisher,
.book-readtime {
    font-size: 13px;
    line-height: 20px;
    width:100%;
    float: left;
}
.listbook-author, .book-publisher, .book-intro {
    padding-top:6px;
}

.book-list-item .book-list-content .listbook-author,
.book-list-item .book-list-content .book-publisher,
.book-readtime {
    color: #656565;
}

.book-authors{
    font-size:12px;
    float:left;
}
    .book-authors a {
        color: #6A76B5;
    }

.book-mark {
    float: left;
    margin: 5px 0;
}
.book-press {
    color: #6A76B5;
    float: left;
    line-height: 18px;
}

.book-xjpress{
    float: left;
}

.book-publisher, .book-publisher p, .book-intro, .listbook-author p{
    float:left;
}

.book-pubisbn{
    float: left;
    margin-left: 40px;
}

.book-list-item .book-list-content .book-buttons {
    position: absolute;
    top: 50px;
    right: 0px;
}
.book-buttons {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;

}
.book-thumbnail-row .book-buttons {
    float: left;
    width: 100%;
}

.book-buttons a {
    background: url("../Content/images/Ebook-web-icons02.png") no-repeat scroll -56.5px -42.1px;
    color: #666;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 85px;
}
.book-buttons a:hover{
    background: url("../Content/images/Ebook-web-icons02.png") no-repeat scroll -57px 0px;
    color:#ffffff;
}
.book-author, .book-thumbnail-item h2, .book-thumbnail-row h2 {
color: #999;
float: left;
font-size: 12px;
line-height: 18px;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
width: 160px;
}
.book-operation {
    width: 85px;
    text-align: center;
    height: 30px;
    line-height: 25px;
    margin-right: 5px;
    background-position: -56px -43px;
    float: left;
}
.book-operation:hover{
    background-position: -56px 0px;
}
.filter-options ul {
    height: 100%;
    align-items: center;
}

.filter-options li {
    border-right: solid 1px #cecece;
    height: 15px;
    line-height: 15px;
    padding:0 10px;
    margin-top: 12px;
    float:left;
}

.filter-options .active a {
}

.display-mode {
    float: right;
    height: 100%;
    width: 72px;
}

.display-mode .btn-mode {
    display: inline-block;
    width: 36px;
    float:left;
    height:100%;
}

.btn-mode-list {
    background: url("../Content/images/con-grey-list .png") no-repeat scroll;
    background-position:center;
}
.btn-mode-thumbnail {
    background: url("../Content/images/con-gray-方格.png") no-repeat scroll;
    background-position: center;
}
.selectlb {
    background: url("../Content/images/con-red-list.png") no-repeat scroll;
    background-position: center;
}
.btn-mode-list:hover {
    background: url("../Content/images/con-red-list.png") no-repeat scroll;
    background-position: center;
}

.btn-mode-thumbnail:hover, .selectdf {
    background: url("../Content/images/con-red-方格.png") no-repeat scroll;
    background-position: center;
}

.btn-recommend-paperbook {
    color: #FF1A14;
}
.book-thumbnail-row {
    justify-content: center;
    padding: 15px 0px;
    height: 230px;
    width:960px;
    margin:0 auto;
}

.search-main-list .book-thumbnail-row{
    width:100%;
    justify-content: center;
    padding: 15px 0px;
    height: 230px;
}


.book-thumbnail-div {
    width:100%;
}
.book-thumbnail-main {
    /*margin-left: 15px;*/
}

.book-thumbnail-item .book-list-check {
    width: 25px;
    padding: 0 4px;
    box-sizing: border-box;
    float:left;
}

.book-new-item .btn-thumbnail,
.book-thumbnail-item .btn-thumbnail {
    display: none;
}

.search-more .book-new-item {
    padding-right: 10px;
    width: 210px;
}

.book-thumbnail-row .book-thumbnail-item {
    float: left;
    width: 165px;
    padding-left: 20px;
}

.book-thumbnail-row li {
    float: left;
}

.book-thumbnail-item .book-list-cover img, .book-new-item .book-list-cover img {
    width: 113px;
    height: 160px;
    box-shadow: 0 3px 5px #b0b0b0;
}

.book-new-item-wrapper {
    background-color: #FFF;
    width: 190px;
    height: 230px;
    margin: 3px;
}

.book-new-item-inner {
    width: 175px;
    margin: 0 auto;
    padding: 10px 0 0 10px;
}

.search-main-footer {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #555;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
    float: left;
}


.book-new-item .book-list-check {
    width: 25px;
    padding: 0 4px;
    box-sizing: border-box;
    float:left;
}





/*资源纠错 开始*/
.resoureError{
    width:1200px;
    margin:0 auto;
    padding-top:20px;
    color:#666;
    padding-bottom: 40px;
}
.resoureErrorInfo {
    background-color:#fff;
    border-bottom:2px solid #ddd;
    border-left:2px solid #ddd;
    border-right:2px solid #ddd;
    padding-top: 40px;
    font-size: 13px;
}
.resoureError_top{
    height:35px;
    line-height:38px;
    background-color:#e5e5e5;
}
.resoureError_left,.feedBack_left {
    width:790px;
    float:left;
    font-weight:bold;
    margin-left:30px;
}
.feedBack_left {
     background:url("../Content/images/Ebook-web-icons02.png") no-repeat scroll -295px -650px;
     margin-left: 20px;
     padding-left: 40px;
}
resoureError_right {
    width:360px;
    float:left;
}
.ipAddress, .companyName {
    width:auto;
    float:right;
    font-size:14px;
    padding:0 20px;
}
.resoureError_star {
    color:#f33e3e;
}
.errorPrompt,.errorContent,.errorType,.errorname {
    color:#f33e3e;
    display:none;
    float: left;
}
.errorContent{
    position: relative;
    top: 12px;
}
.errorcue{
    background-position: -299px -625px;
    width: 17px;
    height: 17px;
    float: left;
    margin: 7px 5px 0px 15px;
}
.resoureError_cueimg{
    background-position: -276px -492px;
    width: 66px;
    height: 55px;
    margin: 0px 0px 40px 70px;
}
.resoureError_tdleft{
    float:left;
    width:164px;
    text-align:right;
    height: 30px;
    line-height: 35px;
    padding-right: 20px;
}

.resoureErrorInfo tr {
    height:38px;
    line-height: 30px;
}
.ErrorInfo {
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #999;
    float: left;
    font-size: 14px;
    height: 188px;
    margin-bottom: 20px;
    outline: medium none;
    padding: 15px 0 0 10px;
    position: relative;
    resize: none;
    top: 14px;
    width: 600px;
}
.resoureError_con {
    text-align:right;
    padding-right:20px;
}
.resoureError_content {
    float: right;
    position: relative;
    top: -185px;
}
.resoureErrorInfo input {
    width:285px;
    height:30px;
    border:1px solid #ddd;
    border-radius: 2px;
    float: left;
}
.resoureError_Bookname{
    color:#637db5;
    position: relative;
    font-size: 13px;
    top: -9px;
}
.resoureError_cue{
    margin: 170px 0px 0px 495px;
    width: 260px;
    text-align: center;
}

.resoureError_cuenew{
    font-size: 20px;
    color: #565655;
    margin-bottom: 5px;
}
.resoureError_cuelog{
   font-size: 15px;
   color: #959592;
}
.resoureError_cuelog a{
   color:#9BC5F3;
   font-size: 15px;
}
.model-select-box{
    width: 610px;
    background-color: white;
    position: relative;
    float:left;
    top:6px;
}
.model-select-box .model-select-text{
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 28px;
    width: 100%;
    line-height: 28px;
    color: #666;
    text-indent: 10px;
    position: relative;
    cursor: pointer;
}
.model-select-box .model-select-text:after{
    border-color: #aaa transparent transparent;
    border-style: solid;
    border-width: 7px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: 11px;
    width: 0;
}
.model-select-box .model-select-option{
    display: none;
    list-style: none;
    border: 1px solid #ddd;
    border-top:none;    
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    margin: 0 0 0 1px;
    top: 30px;
    left: 0;
    z-index: 99;
    background-color: white;
}
.model-select-box .model-select-option li{
    line-height: 24px;
    color: #333;
    font-size: 12px;
    text-indent: 10px;
    cursor: pointer;
}
.model-select-box .model-select-option li:hover{
    background-color: #1e90ff;
    color:#ffffff;
}
.resoureErrorInfo button {
    background-color: #c30c08;
    border: medium none;
    height: 30px;
    width: 80px;
    margin: 20px 2px 45px;
    color:#fff;
    text-shadow: 1px 2px 3px #FF0000
    
}
/*资源纠错 结束*/

/* 导航 */
.nav-path {
    padding-top:7px;
    padding-left: 10px;
    height:43px;
}

.nav-path h2 {
    color: #C85F04;
    float: left;
    font-weight: bold;
    font-size: 15px;
    padding-left:10px;
}

.nav-path .nav-path-split {
    color: #C85F04;
    font-weight: bold;
    padding-left: 10px;
}

.nav-tree {
    display: block;
    width: 242px;
    height: 900px;
    border: 1px solid #d4cec2;
    background-color:#F5F5F5
}
.nav-tree div {
    float: left;
    line-height: 39px;
}
.nav-tree a {
    font-family: 宋体;
    color: #454242;
    text-decoration: none;
}
.nav-tree a:visited {
    font-family: 宋体;
    color: red;
    text-decoration: none;
}
.nav-tree-node {
    width: 202px;
    position: relative;
    z-index: 10;
    border-top: 1px solid #E4E4E4;
    overflow: hidden;
    margin:0 20px;
}

.nav-tree-node .active{
    color:red;
}

.nav-tree-node #astro{
    width:80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nav-path-children {
    border-top: 1px dashed #dddddd;
    margin-bottom: 5px;
    margin-left: 10px;
    width: 98%;
    font-size: 12px;
    padding-left:5px;
}

.nav-path-children li {
    float: left;
    line-height: 30px;
    color: #777777;
    text-decoration: none;
    padding: 0px 10px 0px 5px;
}

.nav-path-children li:hover {
    color: #C85F04;
    cursor: pointer;
}

.nav-path-node {
    cursor: pointer;
}

.userexperience-page {
    width: 1200px;
    margin: 0 auto;
}

.userexperience-main {
    box-sizing: border-box;
    float: left;
    padding: 20px;
    width: 1180px;
}

.userexperience-main-list {
    float: left;
    width:100%;
}

.userexperience-main-list .book-list-item {
    border-bottom: 1px dotted #a09292;
    box-sizing: border-box;
    float: left;
    height: auto;
    width: 1140px;
}

.userexperience-main-list .book-list-item .book-list-content {
    box-sizing: border-box;
    float: left;
    padding: 26px 0 26px 25px;
    position: relative;
    width: 1000px;
}

.userexperience-main-filter {
    background-color: #f7f6f1;
    border: 1px solid #cecece;
    box-sizing: border-box;
    float: left;
    height: 36px;
    justify-content: space-between;
    width: 100%;
}

.userexperience-main-toolbar {
    border-bottom: 1px solid #614b38;
    color: #555;
    float: left;
    font-size: 12px;
    height: 36px;
    justify-content: space-between;
    line-height: 36px;
    width: 100%;
}

.userexperience-main-footer {
    color: #555;
    float: left;
    font-size: 12px;
    height: 36px;
    justify-content: center;
    line-height: 36px;
    margin-bottom: 100px;
    margin-top: 20px;
    width: 100%;
}
.hsearch {
    border: 1px solid #dddddd;
    margin-bottom: 50px;
    margin-top: 20px;
}
.hsearchlabel {
    background-color: #f6f6ee;
    color: #656563;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
}
.hsearchtitle {
    color: #666664;
    float: left;
    font-size: 13px;
    line-height: 32px;
    padding-right: 15px;
    text-align: right;
    width: 150px;
}
.hsearchinp {
    border: 1px solid #dddddd;
    color: #666666;
    float: left;
    font-size: 14px;
    height: 30px;
    padding-left: 10px;
    width: 500px;
}
.hsearch a {
    float: left;
    margin-left: -30px;
}
.hsearch a img {
    padding-top: 2px;
    width: 25px;
}
.hsearch .highseachbtn {
    background-color: #FE1D16;
    border-radius: 5px;
    color: #fcfffd;
    float: left;
    font-size: 14px;
    height: 30px;
    letter-spacing: 4px;
    line-height: 30px;
    margin: 10px 20px 0 100px;
    text-align: center;
    width: 80px;
}
.hsearch .empty {
    border-radius: 5px;
    border: 1px solid #FE1D16;
    color: #FE1D16;
    float: left;
    font-size: 14px;
    height: 28px;
    letter-spacing: 4px;
    line-height: 28px;
    margin: 10px 0 0 0;
    text-align: center;
    width: 86px;
    float: left;
}
.hsearch .clcbtn {
    background-color: #f2f2f2;
    border: 1px solid #dddddd;
    color: #666666;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 85px;
}
.hsearchinp.inptxt {
}
.clearfix{
    clear:both;
}
/*搜索*/
.searchpub {
    float: left;
    font-size: 13px;
    line-height: 48px;
    padding-left: 15px;
    color: #4D4D4D;
}

.searchpubinp {
    border: 1px solid #dddddd;
    float: left;
    height: 25px;
    margin-top: 10px;
    width: 246px;
    text-indent: 0.5em;
    font-size: 13px;
}

.publink {
    float: left;
    margin-left: -20px;
    padding-top: 13px;
}

.navsearch {
    background-color: #a19f97;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: 15px;
    margin-top: 10px;
    text-align: center;
    width: 65px;
}

.list_title{
    max-width: 700px;
    overflow: hidden;
}
.list_title a{
    width:auto!important;
    max-width:500px!important;
}
.list_zmarket{
    display: block;
    height: 20px;
    line-height: 25px;
    padding: 4px 0;
    color: #ff1b16;
    font-weight: 700;
}